summaryrefslogtreecommitdiff
path: root/common/Makefile
AgeCommit message (Expand)AuthorFilesLines
2017-12-07log: Add a console driverSimon Glass1-0/+1
2017-12-07log: Add an implementation of loggingSimon Glass1-0/+1
2017-10-06dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot1-1/+1
2017-09-18bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPLPhilipp Tomsich1-1/+1
2017-08-15Move environment files from common/ to env/Simon Glass1-48/+1
2017-08-13spl: consistently use $(SPL_TPL_) to select features for SPL and TPL buildsPhilipp Tomsich1-5/+5
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan1-1/+3
2017-07-11scsi: Move drivers into new drivers/scsi directorySimon Glass1-4/+0
2017-07-11sata: Move drivers into new drivers/ata directorySimon Glass1-1/+0
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2017-07-10boot_fit: Create helper functions that can be used to select DTB out of FITCooper Jr., Franklin1-0/+1
2017-07-10spl: fit: Break out some functions into a common fileCooper Jr., Franklin1-0/+1
2017-06-05bootstage: Support SPLSimon Glass1-1/+2
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass1-1/+0
2017-05-22Kconfig: Add CONFIG_HASH to enable hashing APISimon Glass1-1/+1
2017-05-12common: Only build cli_readline.o for CMDLINE on non-SPLTom Rini1-3/+2
2017-05-12spl: fdt: support for fdt fixup for falcon bootB, Ravi1-1/+1
2017-02-12flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabledMasahiro Yamada1-1/+1
2016-09-28common: dfu: saperate the dfu common functionalityB, Ravi1-0/+2
2016-09-28spl: dfu: add dfu support in SPLB, Ravi1-0/+1
2016-09-17Use separate options for TPL supportSimon Glass1-1/+11
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini1-0/+2
2016-06-25hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSERMasahiro Yamada1-4/+1
2016-06-20autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.cMasahiro Yamada1-4/+1
2016-06-12verified-boot: Minimal support for booting U-Boot proper from SPLTeddy Reed1-0/+1
2016-05-27Drop use of CONFIG_SYS_GENERIC_BOARD in U-BootSimon Glass1-2/+2
2016-05-21cmd: eeprom: add support for layout aware commandsNikita Kiryanov1-0/+3
2016-05-17dm: sata: Separate the non-command code into its own fileSimon Glass1-0/+1
2016-05-17dm: ide: Separate the non-command code into its own fileSimon Glass1-0/+1
2016-05-17dm: scsi: Separate the non-command code into its own fileSimon Glass1-0/+4
2016-04-18common: env: support sata devicePeng Fan1-0/+1
2016-03-22Allow command-line files to be droppedSimon Glass1-2/+2
2016-03-15fdt: Allow libfdt to be used in SPLSimon Glass1-2/+2
2016-03-15Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass1-2/+2
2016-03-14common: Add support for environment file in EXT4.Stuart Longland1-0/+2
2016-02-08Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)1-1/+0
2016-01-25Move all command code into its own directorySimon Glass1-150/+6
2016-01-21dm: lcd: Avoid using the lcd.h header file with driver modelSimon Glass1-0/+2
2015-12-06common/Makefile: Compile fdt_support is enabled in SPLStefan Roese1-0/+1
2015-11-12sparse: Rename the file and headerMaxime Ripard1-1/+1
2015-11-12fastboot: Implement NAND backendMaxime Ripard1-1/+6
2015-10-24Move board_init_f_mem() into a common locationSimon Glass1-0/+1
2015-10-22drivers: Introduce a simplified remoteproc frameworkNishanth Menon1-0/+1
2015-09-21common/cmd_ethsw: Add generic commands for Ethernet SwitchesCodrin Ciubotariu1-0/+1
2015-09-07update: tftp: dfu: Extend update_tftp() function to support DFULukasz Majewski1-0/+1
2015-08-31dm: tpm: Add a 'tpmtest' commandSimon Glass1-0/+1
2015-08-13spl, common, serial: build SPL without serial supportHeiko Schocher1-0/+4
2015-08-05efi: Add a command to display the memory mapSimon Glass1-0/+1
2015-05-15dm: regulator: add regulator commandPrzemyslaw Marczak1-0/+1
2015-05-15dm: pmic: add pmic commandPrzemyslaw Marczak1-0/+3