| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | common: env: support sata device | Peng Fan | 2016-04-18 | 1 | -0/+1 |
* | Allow command-line files to be dropped | Simon Glass | 2016-03-22 | 1 | -2/+2 |
* | fdt: Allow libfdt to be used in SPL | Simon Glass | 2016-03-14 | 1 | -2/+2 |
* | Kconfig: Move CONFIG_FIT and related options to Kconfig | Simon Glass | 2016-03-14 | 1 | -2/+2 |
* | common: Add support for environment file in EXT4. | Stuart Longland | 2016-03-14 | 1 | -0/+2 |
* | Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. | David Müller (ELSOFT AG) | 2016-02-08 | 1 | -1/+0 |
* | Move all command code into its own directory | Simon Glass | 2016-01-25 | 1 | -150/+6 |
* | dm: lcd: Avoid using the lcd.h header file with driver model | Simon Glass | 2016-01-20 | 1 | -0/+2 |
* | common/Makefile: Compile fdt_support is enabled in SPL | Stefan Roese | 2015-12-05 | 1 | -0/+1 |
* | sparse: Rename the file and header | Maxime Ripard | 2015-11-12 | 1 | -1/+1 |
* | fastboot: Implement NAND backend | Maxime Ripard | 2015-11-12 | 1 | -1/+6 |
* | Move board_init_f_mem() into a common location | Simon Glass | 2015-10-24 | 1 | -0/+1 |
* | drivers: Introduce a simplified remoteproc framework | Nishanth Menon | 2015-10-22 | 1 | -0/+1 |
* | common/cmd_ethsw: Add generic commands for Ethernet Switches | Codrin Ciubotariu | 2015-09-21 | 1 | -0/+1 |
* | update: tftp: dfu: Extend update_tftp() function to support DFU | Lukasz Majewski | 2015-09-07 | 1 | -0/+1 |
* | dm: tpm: Add a 'tpmtest' command | Simon Glass | 2015-08-31 | 1 | -0/+1 |
* | spl, common, serial: build SPL without serial support | Heiko Schocher | 2015-08-12 | 1 | -0/+4 |
* | efi: Add a command to display the memory map | Simon Glass | 2015-08-05 | 1 | -0/+1 |
* | dm: regulator: add regulator command | Przemyslaw Marczak | 2015-05-14 | 1 | -0/+1 |
* | dm: pmic: add pmic command | Przemyslaw Marczak | 2015-05-14 | 1 | -0/+3 |