summaryrefslogtreecommitdiff
path: root/common/Makefile
AgeCommit message (Expand)Author
2020-04-26fdt_region: move fdt_region.c to common/ from lib/libfdt/Masahiro Yamada
2020-04-24common: image_sign_info helper functions in SPLHeinrich Schuchardt
2020-04-16log: syslog driverHeinrich Schuchardt
2020-03-12lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro
2020-02-04image: android: Add functions for handling dtb fieldSam Protsenko
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes
2020-01-10dtimg/am57xx_evm_defconfig: Rename dtimg to adtimgEugeniu Rosca
2019-07-24common: Implement A/B metadataRuslan Trofymenko
2019-05-23stm32mp1: ram: add interactive mode for DDR configurationPatrick Delaunay
2019-02-15usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGEAbel Vesa
2019-01-26dfu: Remove dependency on HUSH parser in SPLAndrew F. Davis
2019-01-26spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFUAndrew F. Davis
2018-12-14usb: musb-new: Add support for DM_USBJean-Jacques Hiblot
2018-11-26usb: Remove CMD_USB dependency for common codeSven Schwermer
2018-11-26Add core support for a bloblist to convey data from SPLSimon Glass
2018-11-26spl: Add support for logging in SPL and TPLSimon Glass
2018-11-20spl: Support bootstage, log, hash and early malloc in TPLSimon Glass
2018-11-09common: build ymodem only on needJun Nie
2018-08-20cmd: Add dtimg commandSam Protsenko
2018-07-24avb2.0: add proper dependenciesIgor Opaniuk
2018-06-18avb2.0: implement AVB opsIgor Opaniuk
2018-05-30mmc: Separate "mmc swrite" from fastbootAlex Kiernan
2018-05-30fastboot: Move fastboot to drivers/fastbootAlex Kiernan
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-21dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut
2018-02-21dfu: Fix up the Kconfig messMarek Vasut
2018-01-12common: do not compile common fastboot code when building the SPLJean-Jacques Hiblot
2017-12-07log: Add a console driverSimon Glass
2017-12-07log: Add an implementation of loggingSimon Glass
2017-10-05dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot
2017-09-18bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPLPhilipp Tomsich
2017-08-15Move environment files from common/ to env/Simon Glass
2017-08-13spl: consistently use $(SPL_TPL_) to select features for SPL and TPL buildsPhilipp Tomsich
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan
2017-07-11scsi: Move drivers into new drivers/scsi directorySimon Glass
2017-07-11sata: Move drivers into new drivers/ata directorySimon Glass
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass
2017-07-10boot_fit: Create helper functions that can be used to select DTB out of FITCooper Jr., Franklin
2017-07-10spl: fit: Break out some functions into a common fileCooper Jr., Franklin
2017-06-05bootstage: Support SPLSimon Glass
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass
2017-05-22Kconfig: Add CONFIG_HASH to enable hashing APISimon Glass
2017-05-12common: Only build cli_readline.o for CMDLINE on non-SPLTom Rini
2017-05-11spl: fdt: support for fdt fixup for falcon bootB, Ravi
2017-02-12flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabledMasahiro Yamada
2016-09-27common: dfu: saperate the dfu common functionalityB, Ravi
2016-09-27spl: dfu: add dfu support in SPLB, Ravi
2016-09-16Use separate options for TPL supportSimon Glass
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini
2016-06-24hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSERMasahiro Yamada