aboutsummaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2-2/+2
2018-09-11spl: Allow remoteproc drivers to be used within SPLLokesh Vutla1-0/+6
2018-09-11spl: Allow mailbox drivers to be used within SPLLokesh Vutla1-0/+8
2018-09-11arm: K3: Add initial support for TI's K3 generation of SoCsLokesh Vutla1-1/+1
2018-08-31spl: Kconfig: Fix typo in 'Upgrade'Fabio Estevam1-2/+2
2018-08-20spl: fix debug print in spl_common_init()Simon Goldschmidt1-2/+4
2018-08-17kconfig: fix typo 'parition'Simon Goldschmidt1-1/+1
2018-08-06power: Add CONFIG_SPL_POWER_DOMAIN configPeng Fan1-0/+9
2018-08-04Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-1/+1
2018-08-01binman: Add a new 'image-pos' propertySimon Glass2-3/+3
2018-08-01binman: Rename 'position' to 'offset'Simon Glass2-3/+3
2018-07-31sunxi: add support for Allwinner H6 SoCIcenowy Zheng1-1/+1
2018-07-26spl: Add option SPL_PAYLOADYork Sun1-0/+10
2018-07-24spl: remove dependency to "asm/utils.h"Paulo Zaneti1-1/+0
2018-07-21spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich1-1/+11
2018-07-20spl: Make the spl_nand_load_image staticMichael Trimarchi1-1/+1
2018-07-20spl: mmc: Skip RAW mode ARGS sectors if not definedYork Sun1-1/+4
2018-07-19spl: nor: Skip CONFIG_SYS_FDT_BASE if not definedYork Sun1-1/+2
2018-07-19spl: nor: Add FIT supportYork Sun1-2/+40
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky1-1/+1
2018-07-19spl: fit: display a message when an FPGA image is loadedLuis Araneda1-0/+1
2018-07-10spl: fit: verify images prior to post processingBen Whitten1-12/+9
2018-07-10spl: fit: Fix support for loading FPGA bitstreamMarek Vasut1-5/+8
2018-07-10spl: spi: Support full fitImage handlingMarek Vasut1-2/+11
2018-07-10spl: fat: Support full fitImage handlingMarek Vasut1-1/+12
2018-07-09reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESETLey Foon Tan1-1/+1
2018-06-18spl: Add default values for ARCH_MX7Fabio Estevam1-2/+3
2018-06-13u-boot: Fix several typosShyam Saini1-1/+1
2018-05-23spl: Add full fitImage supportMarek Vasut1-0/+75
2018-05-23spl: fit: Add support for loading FPGA bitstreamMarek Vasut1-3/+32
2018-05-10bootcount: spl: Extend SPL to support bootcount incrementationLukasz Majewski1-0/+3
2018-05-10bootcount: spl: Enable bootcount support in SPLLukasz Majewski1-0/+9
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini20-42/+20
2018-04-28spl: Split sprintf, strto* from SPL serial in KconfigAlex Kiernan1-0/+4
2018-04-28spl: Add dependency on serial to YmodemAlex Kiernan1-0/+2
2018-04-28spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORTAlex Kiernan1-0/+2
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini5-10/+0
2018-04-11spl: ram: Add TPL Kconfig symbolsMarek Vasut1-0/+14
2018-04-11spl: ram: Convert to CONFIG_IS_ENABLEDMarek Vasut1-3/+3
2018-04-11tpl: ymodem: Add CONFIG_TPL_YMODEM_SUPPORT to KconfigMarek Vasut1-0/+8
2018-04-11tpl: spi: Add CONFIG_TPL_SPI_LOAD to KconfigMarek Vasut1-0/+7
2018-04-11spl: spi: Move CONFIG_SPL_SPI_LOAD to KconfigMarek Vasut1-0/+7
2018-04-06image: fit: Show firmware configuration property if presentMichal Simek1-1/+2
2018-04-06spl: spl_mmc: provide one weak function spl_boot_partitionPatrick Delaunay1-2/+13
2018-04-06Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSCAlex Kiernan1-0/+7
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini1-2/+8
2018-04-03spl: fix binman_sym output checkMiquel Raynal1-2/+8
2018-03-19spl: add SPL_RESET_SUPPORTPatrick Delaunay1-0/+9
2018-03-19SPL: Add signature verification when loading imageJun Nie1-0/+12