| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Implement A/B metadata | Ruslan Trofymenko | 2019-07-24 | 1 | -0/+1 |
* | stm32mp1: ram: add interactive mode for DDR configuration | Patrick Delaunay | 2019-05-23 | 1 | -0/+1 |
* | usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGE | Abel Vesa | 2019-02-15 | 1 | -2/+3 |
* | dfu: Remove dependency on HUSH parser in SPL | Andrew F. Davis | 2019-01-26 | 1 | -1/+0 |
* | spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU | Andrew F. Davis | 2019-01-26 | 1 | -2/+2 |
* | usb: musb-new: Add support for DM_USB | Jean-Jacques Hiblot | 2018-12-14 | 1 | -0/+3 |
* | usb: Remove CMD_USB dependency for common code | Sven Schwermer | 2018-11-26 | 1 | -1/+1 |
* | Add core support for a bloblist to convey data from SPL | Simon Glass | 2018-11-26 | 1 | -0/+1 |
* | spl: Add support for logging in SPL and TPL | Simon Glass | 2018-11-26 | 1 | -2/+2 |
* | spl: Support bootstage, log, hash and early malloc in TPL | Simon Glass | 2018-11-20 | 1 | -3/+7 |
* | common: build ymodem only on need | Jun Nie | 2018-11-09 | 1 | -1/+2 |
* | cmd: Add dtimg command | Sam Protsenko | 2018-08-20 | 1 | -0/+2 |
* | avb2.0: add proper dependencies | Igor Opaniuk | 2018-07-24 | 1 | -1/+1 |
* | avb2.0: implement AVB ops | Igor Opaniuk | 2018-06-18 | 1 | -0/+2 |
* | mmc: Separate "mmc swrite" from fastboot | Alex Kiernan | 2018-05-30 | 1 | -1/+0 |
* | fastboot: Move fastboot to drivers/fastboot | Alex Kiernan | 2018-05-30 | 1 | -14/+1 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -3/+1 |
* | dfu: Rename _FUNCTION_DFU to DFU_OVER_ | Marek Vasut | 2018-02-21 | 1 | -2/+2 |
* | dfu: Fix up the Kconfig mess | Marek Vasut | 2018-02-21 | 1 | -2/+4 |
* | common: do not compile common fastboot code when building the SPL | Jean-Jacques Hiblot | 2018-01-12 | 1 | -0/+2 |
* | log: Add a console driver | Simon Glass | 2017-12-07 | 1 | -0/+1 |
* | log: Add an implementation of logging | Simon Glass | 2017-12-07 | 1 | -0/+1 |
* | dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig | Jean-Jacques Hiblot | 2017-10-05 | 1 | -1/+1 |
* | bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPL | Philipp Tomsich | 2017-09-18 | 1 | -1/+1 |
* | Move environment files from common/ to env/ | Simon Glass | 2017-08-15 | 1 | -48/+1 |
* | spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds | Philipp Tomsich | 2017-08-13 | 1 | -5/+5 |
* | spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN | Andy Yan | 2017-07-27 | 1 | -1/+3 |
* | scsi: Move drivers into new drivers/scsi directory | Simon Glass | 2017-07-11 | 1 | -4/+0 |
* | sata: Move drivers into new drivers/ata directory | Simon Glass | 2017-07-11 | 1 | -1/+0 |
* | Kconfig: Add CONFIG_SATA to enable SATA | Simon Glass | 2017-07-11 | 1 | -1/+1 |
* | boot_fit: Create helper functions that can be used to select DTB out of FIT | Cooper Jr., Franklin | 2017-07-10 | 1 | -0/+1 |
* | spl: fit: Break out some functions into a common file | Cooper Jr., Franklin | 2017-07-10 | 1 | -0/+1 |
* | bootstage: Support SPL | Simon Glass | 2017-06-05 | 1 | -1/+2 |
* | Kconfig: Add a CONFIG_IDE option | Simon Glass | 2017-05-22 | 1 | -1/+0 |
* | Kconfig: Add CONFIG_HASH to enable hashing API | Simon Glass | 2017-05-22 | 1 | -1/+1 |
* | common: Only build cli_readline.o for CMDLINE on non-SPL | Tom Rini | 2017-05-12 | 1 | -3/+2 |
* | spl: fdt: support for fdt fixup for falcon boot | B, Ravi | 2017-05-11 | 1 | -1/+1 |
* | flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabled | Masahiro Yamada | 2017-02-12 | 1 | -1/+1 |
* | common: dfu: saperate the dfu common functionality | B, Ravi | 2016-09-27 | 1 | -0/+2 |
* | spl: dfu: add dfu support in SPL | B, Ravi | 2016-09-27 | 1 | -0/+1 |
* | Use separate options for TPL support | Simon Glass | 2016-09-16 | 1 | -1/+11 |
* | cmd: Split 'bootz' and 'booti' out from 'bootm' | Tom Rini | 2016-08-20 | 1 | -0/+2 |
* | hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER | Masahiro Yamada | 2016-06-24 | 1 | -4/+1 |
* | autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c | Masahiro Yamada | 2016-06-20 | 1 | -4/+1 |
* | verified-boot: Minimal support for booting U-Boot proper from SPL | Teddy Reed | 2016-06-12 | 1 | -0/+1 |
* | Drop use of CONFIG_SYS_GENERIC_BOARD in U-Boot | Simon Glass | 2016-05-27 | 1 | -2/+2 |
* | cmd: eeprom: add support for layout aware commands | Nikita Kiryanov | 2016-05-20 | 1 | -0/+3 |
* | dm: sata: Separate the non-command code into its own file | Simon Glass | 2016-05-17 | 1 | -0/+1 |
* | dm: ide: Separate the non-command code into its own file | Simon Glass | 2016-05-17 | 1 | -0/+1 |
* | dm: scsi: Separate the non-command code into its own file | Simon Glass | 2016-05-17 | 1 | -0/+4 |