summaryrefslogtreecommitdiffstats
path: root/common/Makefile
Commit message (Expand)AuthorAgeFilesLines
* common: Makefile: drop duplicated linePeng Fan2021-01-161-1/+0
* common: update: add a generic interface for FIT imageAKASHI Takahiro2020-10-301-2/+1
* fdt_region: move fdt_region.c to common/ from lib/libfdt/Masahiro Yamada2020-04-261-0/+1
* common: image_sign_info helper functions in SPLHeinrich Schuchardt2020-04-241-1/+1
* log: syslog driverHeinrich Schuchardt2020-04-161-0/+1
* lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro2020-03-121-1/+2
* image: android: Add functions for handling dtb fieldSam Protsenko2020-02-041-1/+1
* mkimage: fit: add support to encrypt image with aesPhilippe Reynes2020-01-171-0/+1
* dtimg/am57xx_evm_defconfig: Rename dtimg to adtimgEugeniu Rosca2020-01-101-1/+1
* common: Implement A/B metadataRuslan Trofymenko2019-07-241-0/+1
* stm32mp1: ram: add interactive mode for DDR configurationPatrick Delaunay2019-05-231-0/+1
* 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