summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * lib: Add a function to convert a string to upper caseSimon Glass2020-04-243-15/+83
| * test: Add the beginnings of some string testsSimon Glass2020-04-244-0/+74
| * lib: strto: Stop detection when invalid char is usedMichal Simek2020-04-241-0/+3
| * mtd: nand: pxa3xx: fix raw read when last_chunk_size == 0Baruch Siach2020-04-241-1/+1
| * common/board_f: Make reserve_mmu genericOvidiu Panait2020-04-243-5/+19
| * arm: asm/cache.c: Introduce arm_reserve_mmuOvidiu Panait2020-04-244-2/+20
| * common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.cOvidiu Panait2020-04-242-28/+28
|/
* Merge tag 'u-boot-stm32-20200424' of https://gitlab.denx.de/u-boot/custodians...WIP/24Apr2020Tom Rini2020-04-2410-1661/+638
|\
| * ARM: stm32: Enable bootd, iminfo, imxtract on DHCOMMarek Vasut2020-04-241-3/+0
| * ARM: dts: stm32: Split AV96 into DHCOR SoM and AV96 boardMarek Vasut2020-04-247-502/+540
| * ARM: dts: stm32: Adjust PLL4 settings on AV96Marek Vasut2020-04-241-2/+2
| * ARM: dts: stm32mp1: remove file stm32mp157-pinctrl.dtsiPatrick Delaunay2020-04-243-1154/+96
* | Revert "sunxi: Fix PHY regression on A20-OLinuXino-Lime2 and A20-Olimex-SOM-EVB"Tom Rini2020-04-242-4/+0
* | Merge branch '2020-04-24-master-imports'Tom Rini2020-04-2453-499/+916
|\ \
| * | travis: Correct error checking when building boardsWIP/2020-04-24-master-importsSimon Glass2020-04-241-1/+2