summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2018-10-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-09-30spl: mmc: Report device number when we failAlex Kiernan
2018-09-27Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini
2018-09-26spl: fit: Enable GZIP compression also for no kernel partitionsMichal Simek
2018-09-25spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal
2018-09-11spl: Allow remoteproc drivers to be used within SPLLokesh Vutla
2018-09-11spl: Allow mailbox drivers to be used within SPLLokesh Vutla
2018-09-11arm: K3: Add initial support for TI's K3 generation of SoCsLokesh Vutla
2018-08-31spl: Kconfig: Fix typo in 'Upgrade'Fabio Estevam
2018-08-20spl: fix debug print in spl_common_init()Simon Goldschmidt
2018-08-17kconfig: fix typo 'parition'Simon Goldschmidt
2018-08-06power: Add CONFIG_SPL_POWER_DOMAIN configPeng Fan
2018-08-04Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2018-08-01binman: Add a new 'image-pos' propertySimon Glass
2018-08-01binman: Rename 'position' to 'offset'Simon Glass
2018-07-31sunxi: add support for Allwinner H6 SoCIcenowy Zheng
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