summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* log: remove useless castHeinrich Schuchardt2020-04-261-1/+1
* patman: Tidy up sys.path changesSimon Glass2020-04-269-14/+7
* patman: Move to absolute importsSimon Glass2020-04-2658-149/+154
* binman: Move to absolute importsSimon Glass2020-04-2670-213/+198
* buildman: Move to absolute importsSimon Glass2020-04-267-33/+34
* patman: Move test running/reporting to test_utilSimon Glass2020-04-262-70/+108
* patman: Drop the python2 code in test coverageSimon Glass2020-04-261-7/+8
* Add a 'make tcheck' option to test toolsSimon Glass2020-04-262-11/+21
* binman: Rename the main moduleSimon Glass2020-04-264-7/+7
* dtoc: Rename the main moduleSimon Glass2020-04-262-2/+2
* buildman: Rename the main moduleSimon Glass2020-04-262-1/+1
* patman: Drop Python 2 StringIO codeSimon Glass2020-04-263-12/+3
* patman: Drop references to __future__Simon Glass2020-04-2620-40/+0
* rmboard: Move to Python 3Simon Glass2020-04-261-1/+1
* patman: Rename the main moduleSimon Glass2020-04-262-14/+15
* buildman: Write output files when using -wSimon Glass2020-04-263-14/+26
* buildman: Use out-env for environment outputSimon Glass2020-04-262-1/+8
* buildman: Make sure that -o is given with -wSimon Glass2020-04-264-3/+13
* buildman: Correct operation of -A flagSimon Glass2020-04-261-1/+1
* buildman: Fix test for new 9.2 kernelSimon Glass2020-04-261-1/+1
* libfdt: split fdt_region declarations out to <fdt_region.h>Masahiro Yamada2020-04-266-299/+964
* fdt_region: move fdt_region.c to common/ from lib/libfdt/Masahiro Yamada2020-04-264-667/+5
* libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.cMasahiro Yamada2020-04-264-932/+6
* Merge branch '2020-04-25-master-imports'WIP/25Apr2020Tom Rini2020-04-2565-358/+1712
|\
| * rtc: ds1374: typo WatchdogHeinrich Schuchardt2020-04-241-1/+1
| * spi: mpc8xxx_spi: fix missing dev_err definitionRasmus Villemoes2020-04-241-0/+1
| * spl: fit: do not check argument of free()Heinrich Schuchardt2020-04-241-2/+1
| * MAINTAINERS: add entry for cubieboard7 configAmit Singh Tomar2020-04-241-0/+1
| * doc: boards: add Cubieboard7 documentationAmit Singh Tomar2020-04-243-0/+125
| * arm: add Cubieboard7 board supportAmit Singh Tomar2020-04-242-0/+104
| * actions: Move defconfig options to KconfigAmit Singh Tomar2020-04-243-3/+2
| * arm: add support Actions Semi S700Amit Singh Tomar2020-04-241-0/+5
| * arm: dts: actions: s700: add u-boot specific dtsi fileAmit Singh Tomar2020-04-241-0/+18
| * arm: actions: add S700 SoC device treeAmit Singh Tomar2020-04-244-0/+402
| * clk: actions: Add common clock driverAmit Singh Tomar2020-04-247-42/+118
| * arm: dts: actions: s900: add u-boot specific dtsi fileAmit Singh Tomar2020-04-241-0/+17
| * arm: dts: sync dts for Action Semi S900Amit Singh Tomar2020-04-247-103/+499
| * serial: actions: add compatible stringAmit Singh Tomar2020-04-241-0/+1
| * arm: actions: rename sysmap-s900 to sysmap-owlAmit Singh Tomar2020-04-242-4/+4
| * arm: actions: Add common framework for Actions Owl Semi SoCsAmit Singh Tomar2020-04-2410-52/+22
| * coccinelle: adjust NULL check before free()Heinrich Schuchardt2020-04-241-13/+11
| * coccinelle: check for casting malloc outputHeinrich Schuchardt2020-04-241-0/+102
| * kbuild: cherry-pick kbuild changes from LinuxMasahiro Yamada2020-04-246-85/+50
| * kbuild: add FORCE to dependency of $(obj)/dts/dt-platdata.oMasahiro Yamada2020-04-241-2/+3
| * cache: l2x0: Fix write to incorrect shared-override bitLey Foon Tan2020-04-241-2/+2
| * README: remove references on no more used config CONFIG_SYS_RCAR_I2C*Patrick Delaunay2020-04-241-10/+0
| * cosmetic: README: Fix one CONFIG namePatrick Delaunay2020-04-241-1/+1
| * dm: mmc: Update mmc_get_mmc_dev() to use const *Simon Glass2020-04-242-2/+2
| * pci: Add a macro to convert BDF from linux to U-BootSimon Glass2020-04-241-0/+3
| * uuid: Use const char * where possibleSimon Glass2020-04-242-6/+10