summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2018-07-26spl: Add option SPL_PAYLOADYork Sun
2018-07-24spl: remove dependency to "asm/utils.h"Paulo Zaneti
2018-07-21spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich
2018-07-20spl: Make the spl_nand_load_image staticMichael Trimarchi
2018-07-20spl: mmc: Skip RAW mode ARGS sectors if not definedYork Sun
2018-07-19spl: nor: Skip CONFIG_SYS_FDT_BASE if not definedYork Sun
2018-07-19spl: nor: Add FIT supportYork Sun
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky
2018-07-19spl: fit: display a message when an FPGA image is loadedLuis Araneda
2018-07-10spl: fit: verify images prior to post processingBen Whitten
2018-07-10spl: fit: Fix support for loading FPGA bitstreamMarek Vasut
2018-07-10spl: spi: Support full fitImage handlingMarek Vasut
2018-07-10spl: fat: Support full fitImage handlingMarek Vasut
2018-07-09reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESETLey Foon Tan
2018-06-18spl: Add default values for ARCH_MX7Fabio Estevam
2018-06-13u-boot: Fix several typosShyam Saini
2018-05-23spl: Add full fitImage supportMarek Vasut
2018-05-23spl: fit: Add support for loading FPGA bitstreamMarek Vasut
2018-05-10bootcount: spl: Extend SPL to support bootcount incrementationLukasz Majewski
2018-05-10bootcount: spl: Enable bootcount support in SPLLukasz Majewski
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-28spl: Split sprintf, strto* from SPL serial in KconfigAlex Kiernan
2018-04-28spl: Add dependency on serial to YmodemAlex Kiernan
2018-04-28spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORTAlex Kiernan
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-11spl: ram: Add TPL Kconfig symbolsMarek Vasut
2018-04-11spl: ram: Convert to CONFIG_IS_ENABLEDMarek Vasut
2018-04-11tpl: ymodem: Add CONFIG_TPL_YMODEM_SUPPORT to KconfigMarek Vasut
2018-04-11tpl: spi: Add CONFIG_TPL_SPI_LOAD to KconfigMarek Vasut
2018-04-11spl: spi: Move CONFIG_SPL_SPI_LOAD to KconfigMarek Vasut
2018-04-06image: fit: Show firmware configuration property if presentMichal Simek
2018-04-06spl: spl_mmc: provide one weak function spl_boot_partitionPatrick Delaunay
2018-04-06Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSCAlex Kiernan
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini
2018-04-03spl: fix binman_sym output checkMiquel Raynal
2018-03-19spl: add SPL_RESET_SUPPORTPatrick Delaunay
2018-03-19SPL: Add signature verification when loading imageJun Nie
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-03-05spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-...Faiz Abbas
2018-02-21usb: gadget: sdp: add missing line breaksAndre Heider
2018-02-14configs: Migrate CONFIG_SPL_FRAMEWORKTom Rini
2018-02-07spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski
2018-01-29spl: include timezone in bannerKlaus Goger
2018-01-28Merge git://git.denx.de/u-boot-rockchipTom Rini
2018-01-28spl: add option to disable SPL banner outputAnatolij Gustschin
2018-01-28spl: use different BOARD_INIT MACRO for spl and tplKever Yang
2018-01-28spl: atf: pass NULL for bl32_ep pcKever Yang
2018-01-12mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot
2018-01-03spl: atf: add SPL_ATF_NO_PLATFORM_PARAM optionPhilipp Tomsich