Age | Commit message (Expand) | Author |
2020-04-26 | patman: Move to absolute imports | Simon Glass |
2020-04-26 | binman: Move to absolute imports | Simon Glass |
2020-04-26 | buildman: Move to absolute imports | Simon Glass |
2020-04-26 | patman: Move test running/reporting to test_util | Simon Glass |
2020-04-26 | patman: Drop the python2 code in test coverage | Simon Glass |
2020-04-26 | Add a 'make tcheck' option to test tools | Simon Glass |
2020-04-26 | binman: Rename the main module | Simon Glass |
2020-04-26 | dtoc: Rename the main module | Simon Glass |
2020-04-26 | buildman: Rename the main module | Simon Glass |
2020-04-26 | patman: Drop Python 2 StringIO code | Simon Glass |
2020-04-26 | patman: Drop references to __future__ | Simon Glass |
2020-04-26 | rmboard: Move to Python 3 | Simon Glass |
2020-04-26 | patman: Rename the main module | Simon Glass |
2020-04-26 | buildman: Write output files when using -w | Simon Glass |
2020-04-26 | buildman: Use out-env for environment output | Simon Glass |
2020-04-26 | buildman: Make sure that -o is given with -w | Simon Glass |
2020-04-26 | buildman: Correct operation of -A flag | Simon Glass |
2020-04-26 | buildman: Fix test for new 9.2 kernel | Simon Glass |
2020-04-26 | libfdt: split fdt_region declarations out to <fdt_region.h> | Masahiro Yamada |
2020-04-26 | fdt_region: move fdt_region.c to common/ from lib/libfdt/ | Masahiro Yamada |
2020-04-26 | libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.c | Masahiro Yamada |
2020-04-25 | Merge branch '2020-04-25-master-imports' | Tom Rini |
2020-04-24 | rtc: ds1374: typo Watchdog | Heinrich Schuchardt |
2020-04-24 | spi: mpc8xxx_spi: fix missing dev_err definition | Rasmus Villemoes |
2020-04-24 | spl: fit: do not check argument of free() | Heinrich Schuchardt |
2020-04-24 | MAINTAINERS: add entry for cubieboard7 config | Amit Singh Tomar |
2020-04-24 | doc: boards: add Cubieboard7 documentation | Amit Singh Tomar |
2020-04-24 | arm: add Cubieboard7 board support | Amit Singh Tomar |
2020-04-24 | actions: Move defconfig options to Kconfig | Amit Singh Tomar |
2020-04-24 | arm: add support Actions Semi S700 | Amit Singh Tomar |
2020-04-24 | arm: dts: actions: s700: add u-boot specific dtsi file | Amit Singh Tomar |
2020-04-24 | arm: actions: add S700 SoC device tree | Amit Singh Tomar |
2020-04-24 | clk: actions: Add common clock driver | Amit Singh Tomar |
2020-04-24 | arm: dts: actions: s900: add u-boot specific dtsi file | Amit Singh Tomar |
2020-04-24 | arm: dts: sync dts for Action Semi S900 | Amit Singh Tomar |
2020-04-24 | serial: actions: add compatible string | Amit Singh Tomar |
2020-04-24 | arm: actions: rename sysmap-s900 to sysmap-owl | Amit Singh Tomar |
2020-04-24 | arm: actions: Add common framework for Actions Owl Semi SoCs | Amit Singh Tomar |
2020-04-24 | coccinelle: adjust NULL check before free() | Heinrich Schuchardt |
2020-04-24 | coccinelle: check for casting malloc output | Heinrich Schuchardt |
2020-04-24 | kbuild: cherry-pick kbuild changes from Linux | Masahiro Yamada |
2020-04-24 | kbuild: add FORCE to dependency of $(obj)/dts/dt-platdata.o | Masahiro Yamada |
2020-04-24 | cache: l2x0: Fix write to incorrect shared-override bit | Ley Foon Tan |
2020-04-24 | README: remove references on no more used config CONFIG_SYS_RCAR_I2C* | Patrick Delaunay |
2020-04-24 | cosmetic: README: Fix one CONFIG name | Patrick Delaunay |
2020-04-24 | dm: mmc: Update mmc_get_mmc_dev() to use const * | Simon Glass |
2020-04-24 | pci: Add a macro to convert BDF from linux to U-Boot | Simon Glass |
2020-04-24 | uuid: Use const char * where possible | Simon Glass |
2020-04-24 | lib: Add a function to convert a string to upper case | Simon Glass |
2020-04-24 | test: Add the beginnings of some string tests | Simon Glass |