aboutsummaryrefslogtreecommitdiff
path: root/common/Makefile
AgeCommit message (Expand)AuthorFilesLines
2019-07-24common: Implement A/B metadataRuslan Trofymenko1-0/+1
2019-05-23stm32mp1: ram: add interactive mode for DDR configurationPatrick Delaunay1-0/+1
2019-02-15usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGEAbel Vesa1-2/+3
2019-01-26dfu: Remove dependency on HUSH parser in SPLAndrew F. Davis1-1/+0
2019-01-26spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFUAndrew F. Davis1-2/+2
2018-12-14usb: musb-new: Add support for DM_USBJean-Jacques Hiblot1-0/+3
2018-11-26usb: Remove CMD_USB dependency for common codeSven Schwermer1-1/+1
2018-11-26Add core support for a bloblist to convey data from SPLSimon Glass1-0/+1
2018-11-26spl: Add support for logging in SPL and TPLSimon Glass1-2/+2
2018-11-20spl: Support bootstage, log, hash and early malloc in TPLSimon Glass1-3/+7
2018-11-09common: build ymodem only on needJun Nie1-1/+2
2018-08-20cmd: Add dtimg commandSam Protsenko1-0/+2
2018-07-24avb2.0: add proper dependenciesIgor Opaniuk1-1/+1
2018-06-18avb2.0: implement AVB opsIgor Opaniuk1-0/+2
2018-05-30mmc: Separate "mmc swrite" from fastbootAlex Kiernan1-1/+0
2018-05-30fastboot: Move fastboot to drivers/fastbootAlex Kiernan1-14/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2018-02-21dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut1-2/+2
2018-02-21dfu: Fix up the Kconfig messMarek Vasut1-2/+4
2018-01-12common: do not compile common fastboot code when building the SPLJean-Jacques Hiblot1-0/+2
2017-12-07log: Add a console driverSimon Glass1-0/+1
2017-12-07log: Add an implementation of loggingSimon Glass1-0/+1
2017-10-05dts: 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-11spl: 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-27common: dfu: saperate the dfu common functionalityB, Ravi1-0/+2
2016-09-27spl: dfu: add dfu support in SPLB, Ravi1-0/+1
2016-09-16Use separate options for TPL supportSimon Glass1-1/+11
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini1-0/+2
2016-06-24hush: 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-20cmd: 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