summaryrefslogtreecommitdiff
path: root/common/Makefile
Commit message (Expand)AuthorAgeFilesLines
* usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGEAbel Vesa2019-02-151-2/+3
* dfu: Remove dependency on HUSH parser in SPLAndrew F. Davis2019-01-261-1/+0
* spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFUAndrew F. Davis2019-01-261-2/+2
* usb: musb-new: Add support for DM_USBJean-Jacques Hiblot2018-12-141-0/+3
* usb: Remove CMD_USB dependency for common codeSven Schwermer2018-11-261-1/+1
* Add core support for a bloblist to convey data from SPLSimon Glass2018-11-261-0/+1
* spl: Add support for logging in SPL and TPLSimon Glass2018-11-261-2/+2
* spl: Support bootstage, log, hash and early malloc in TPLSimon Glass2018-11-201-3/+7
* common: build ymodem only on needJun Nie2018-11-091-1/+2
* cmd: Add dtimg commandSam Protsenko2018-08-201-0/+2
* avb2.0: add proper dependenciesIgor Opaniuk2018-07-241-1/+1
* avb2.0: implement AVB opsIgor Opaniuk2018-06-181-0/+2
* mmc: Separate "mmc swrite" from fastbootAlex Kiernan2018-05-301-1/+0
* fastboot: Move fastboot to drivers/fastbootAlex Kiernan2018-05-301-14/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-3/+1
* dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut2018-02-211-2/+2
* dfu: Fix up the Kconfig messMarek Vasut2018-02-211-2/+4
* common: do not compile common fastboot code when building the SPLJean-Jacques Hiblot2018-01-121-0/+2
* log: Add a console driverSimon Glass2017-12-071-0/+1
* log: Add an implementation of loggingSimon Glass2017-12-071-0/+1
* dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot2017-10-051-1/+1
* bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPLPhilipp Tomsich2017-09-181-1/+1
* Move environment files from common/ to env/Simon Glass2017-08-151-48/+1
* spl: consistently use $(SPL_TPL_) to select features for SPL and TPL buildsPhilipp Tomsich2017-08-131-5/+5
* spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2017-07-271-1/+3
* scsi: Move drivers into new drivers/scsi directorySimon Glass2017-07-111-4/+0
* sata: Move drivers into new drivers/ata directorySimon Glass2017-07-111-1/+0
* Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-111-1/+1
* boot_fit: Create helper functions that can be used to select DTB out of FITCooper Jr., Franklin2017-07-101-0/+1
* spl: fit: Break out some functions into a common fileCooper Jr., Franklin2017-07-101-0/+1
* bootstage: Support SPLSimon Glass2017-06-051-1/+2
* Kconfig: Add a CONFIG_IDE optionSimon Glass2017-05-221-1/+0
* Kconfig: Add CONFIG_HASH to enable hashing APISimon Glass2017-05-221-1/+1
* common: Only build cli_readline.o for CMDLINE on non-SPLTom Rini2017-05-121-3/+2
* spl: fdt: support for fdt fixup for falcon bootB, Ravi2017-05-111-1/+1
* flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabledMasahiro Yamada2017-02-121-1/+1
* common: dfu: saperate the dfu common functionalityB, Ravi2016-09-271-0/+2
* spl: dfu: add dfu support in SPLB, Ravi2016-09-271-0/+1
* Use separate options for TPL supportSimon Glass2016-09-161-1/+11
* cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini2016-08-201-0/+2
* hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSERMasahiro Yamada2016-06-241-4/+1
* autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.cMasahiro Yamada2016-06-201-4/+1
* verified-boot: Minimal support for booting U-Boot proper from SPLTeddy Reed2016-06-121-0/+1
* Drop use of CONFIG_SYS_GENERIC_BOARD in U-BootSimon Glass2016-05-271-2/+2
* cmd: eeprom: add support for layout aware commandsNikita Kiryanov2016-05-201-0/+3
* dm: sata: Separate the non-command code into its own fileSimon Glass2016-05-171-0/+1
* dm: ide: Separate the non-command code into its own fileSimon Glass2016-05-171-0/+1
* dm: scsi: Separate the non-command code into its own fileSimon Glass2016-05-171-0/+4
* common: env: support sata devicePeng Fan2016-04-181-0/+1
* Allow command-line files to be droppedSimon Glass2016-03-221-2/+2