aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-26rmboard: Move to Python 3Simon Glass1-1/+1
2020-04-26patman: Rename the main moduleSimon Glass2-14/+15
2020-04-26buildman: Write output files when using -wSimon Glass3-14/+26
2020-04-26buildman: Use out-env for environment outputSimon Glass2-1/+8
2020-04-26buildman: Make sure that -o is given with -wSimon Glass4-3/+13
2020-04-26buildman: Correct operation of -A flagSimon Glass1-1/+1
2020-04-26buildman: Fix test for new 9.2 kernelSimon Glass1-1/+1
2020-04-26libfdt: split fdt_region declarations out to <fdt_region.h>Masahiro Yamada6-299/+964
2020-04-26fdt_region: move fdt_region.c to common/ from lib/libfdt/Masahiro Yamada4-667/+5
2020-04-26libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.cMasahiro Yamada4-932/+6
2020-04-25Merge branch '2020-04-25-master-imports'Tom Rini65-358/+1712
2020-04-24rtc: ds1374: typo WatchdogHeinrich Schuchardt1-1/+1
2020-04-24spi: mpc8xxx_spi: fix missing dev_err definitionRasmus Villemoes1-0/+1
2020-04-24spl: fit: do not check argument of free()Heinrich Schuchardt1-2/+1
2020-04-24MAINTAINERS: add entry for cubieboard7 configAmit Singh Tomar1-0/+1
2020-04-24doc: boards: add Cubieboard7 documentationAmit Singh Tomar3-0/+125
2020-04-24arm: add Cubieboard7 board supportAmit Singh Tomar2-0/+104
2020-04-24actions: Move defconfig options to KconfigAmit Singh Tomar3-3/+2
2020-04-24arm: add support Actions Semi S700Amit Singh Tomar1-0/+5
2020-04-24arm: dts: actions: s700: add u-boot specific dtsi fileAmit Singh Tomar1-0/+18
2020-04-24arm: actions: add S700 SoC device treeAmit Singh Tomar4-0/+402
2020-04-24clk: actions: Add common clock driverAmit Singh Tomar7-42/+118
2020-04-24arm: dts: actions: s900: add u-boot specific dtsi fileAmit Singh Tomar1-0/+17
2020-04-24arm: dts: sync dts for Action Semi S900Amit Singh Tomar7-103/+499
2020-04-24serial: actions: add compatible stringAmit Singh Tomar1-0/+1
2020-04-24arm: actions: rename sysmap-s900 to sysmap-owlAmit Singh Tomar2-4/+4
2020-04-24arm: actions: Add common framework for Actions Owl Semi SoCsAmit Singh Tomar10-52/+22
2020-04-24coccinelle: adjust NULL check before free()Heinrich Schuchardt1-13/+11
2020-04-24coccinelle: check for casting malloc outputHeinrich Schuchardt1-0/+102
2020-04-24kbuild: cherry-pick kbuild changes from LinuxMasahiro Yamada6-85/+50
2020-04-24kbuild: add FORCE to dependency of $(obj)/dts/dt-platdata.oMasahiro Yamada1-2/+3
2020-04-24cache: l2x0: Fix write to incorrect shared-override bitLey Foon Tan1-2/+2
2020-04-24README: remove references on no more used config CONFIG_SYS_RCAR_I2C*Patrick Delaunay1-10/+0
2020-04-24cosmetic: README: Fix one CONFIG namePatrick Delaunay1-1/+1
2020-04-24dm: mmc: Update mmc_get_mmc_dev() to use const *Simon Glass2-2/+2
2020-04-24pci: Add a macro to convert BDF from linux to U-BootSimon Glass1-0/+3
2020-04-24uuid: Use const char * where possibleSimon Glass2-6/+10
2020-04-24lib: Add a function to convert a string to upper caseSimon Glass3-15/+83
2020-04-24test: Add the beginnings of some string testsSimon Glass4-0/+74
2020-04-24lib: strto: Stop detection when invalid char is usedMichal Simek1-0/+3
2020-04-24mtd: nand: pxa3xx: fix raw read when last_chunk_size == 0Baruch Siach1-1/+1
2020-04-24common/board_f: Make reserve_mmu genericOvidiu Panait3-5/+19
2020-04-24arm: asm/cache.c: Introduce arm_reserve_mmuOvidiu Panait4-2/+20
2020-04-24common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.cOvidiu Panait2-28/+28
2020-04-24Merge tag 'u-boot-stm32-20200424' of https://gitlab.denx.de/u-boot/custodians...Tom Rini10-1661/+638
2020-04-24Revert "sunxi: Fix PHY regression on A20-OLinuXino-Lime2 and A20-Olimex-SOM-EVB"Tom Rini2-4/+0
2020-04-24Merge branch '2020-04-24-master-imports'Tom Rini53-499/+916
2020-04-24sunxi: Fix PHY regression on A20-OLinuXino-Lime2 and A20-Olimex-SOM-EVBTom Rini2-0/+4
2020-04-24ARM: stm32: Enable bootd, iminfo, imxtract on DHCOMMarek Vasut1-3/+0
2020-04-24travis: Correct error checking when building boardsSimon Glass1-1/+2