summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-26buildman: Move to absolute importsSimon Glass
2020-04-26patman: Move test running/reporting to test_utilSimon Glass
2020-04-26patman: Drop the python2 code in test coverageSimon Glass
2020-04-26Add a 'make tcheck' option to test toolsSimon Glass
2020-04-26binman: Rename the main moduleSimon Glass
2020-04-26dtoc: Rename the main moduleSimon Glass
2020-04-26buildman: Rename the main moduleSimon Glass
2020-04-26patman: Drop Python 2 StringIO codeSimon Glass
2020-04-26patman: Drop references to __future__Simon Glass
2020-04-26rmboard: Move to Python 3Simon Glass
2020-04-26patman: Rename the main moduleSimon Glass
2020-04-26buildman: Write output files when using -wSimon Glass
2020-04-26buildman: Use out-env for environment outputSimon Glass
2020-04-26buildman: Make sure that -o is given with -wSimon Glass
2020-04-26buildman: Correct operation of -A flagSimon Glass
2020-04-26buildman: Fix test for new 9.2 kernelSimon Glass
2020-04-26libfdt: split fdt_region declarations out to <fdt_region.h>Masahiro Yamada
2020-04-26fdt_region: move fdt_region.c to common/ from lib/libfdt/Masahiro Yamada
2020-04-26libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.cMasahiro Yamada
2020-04-25Merge branch '2020-04-25-master-imports'Tom Rini
2020-04-24rtc: ds1374: typo WatchdogHeinrich Schuchardt
2020-04-24spi: mpc8xxx_spi: fix missing dev_err definitionRasmus Villemoes
2020-04-24spl: fit: do not check argument of free()Heinrich Schuchardt
2020-04-24MAINTAINERS: add entry for cubieboard7 configAmit Singh Tomar
2020-04-24doc: boards: add Cubieboard7 documentationAmit Singh Tomar
2020-04-24arm: add Cubieboard7 board supportAmit Singh Tomar
2020-04-24actions: Move defconfig options to KconfigAmit Singh Tomar
2020-04-24arm: add support Actions Semi S700Amit Singh Tomar
2020-04-24arm: dts: actions: s700: add u-boot specific dtsi fileAmit Singh Tomar
2020-04-24arm: actions: add S700 SoC device treeAmit Singh Tomar
2020-04-24clk: actions: Add common clock driverAmit Singh Tomar
2020-04-24arm: dts: actions: s900: add u-boot specific dtsi fileAmit Singh Tomar
2020-04-24arm: dts: sync dts for Action Semi S900Amit Singh Tomar
2020-04-24serial: actions: add compatible stringAmit Singh Tomar
2020-04-24arm: actions: rename sysmap-s900 to sysmap-owlAmit Singh Tomar
2020-04-24arm: actions: Add common framework for Actions Owl Semi SoCsAmit Singh Tomar
2020-04-24coccinelle: adjust NULL check before free()Heinrich Schuchardt
2020-04-24coccinelle: check for casting malloc outputHeinrich Schuchardt
2020-04-24kbuild: cherry-pick kbuild changes from LinuxMasahiro Yamada
2020-04-24kbuild: add FORCE to dependency of $(obj)/dts/dt-platdata.oMasahiro Yamada
2020-04-24cache: l2x0: Fix write to incorrect shared-override bitLey Foon Tan
2020-04-24README: remove references on no more used config CONFIG_SYS_RCAR_I2C*Patrick Delaunay
2020-04-24cosmetic: README: Fix one CONFIG namePatrick Delaunay
2020-04-24dm: mmc: Update mmc_get_mmc_dev() to use const *Simon Glass
2020-04-24pci: Add a macro to convert BDF from linux to U-BootSimon Glass
2020-04-24uuid: Use const char * where possibleSimon Glass
2020-04-24lib: Add a function to convert a string to upper caseSimon Glass
2020-04-24test: Add the beginnings of some string testsSimon Glass
2020-04-24lib: strto: Stop detection when invalid char is usedMichal Simek
2020-04-24mtd: nand: pxa3xx: fix raw read when last_chunk_size == 0Baruch Siach