summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass2-12/+95
2018-11-26spl: Add a comment to spl_set_bd()Simon Glass1-0/+4
2018-11-26spl: Make SPL_DISABLE_BANNER_PRINT a positive optionSimon Glass2-5/+14
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass1-12/+15
2018-11-26spl: Support hash, input, pch, pci, rtc, tpm in SPLSimon Glass1-1/+47
2018-11-26spl: Set up the bloblist in SPLSimon Glass1-2/+16
2018-11-26spl: Add support for logging in SPL and TPLSimon Glass1-0/+7
2018-11-09spl: fix debug prints for tiny printfSimon Goldschmidt1-8/+6
2018-10-16spl: fpga: Implement fpga bistream loading with fpga_loadMichal Simek1-18/+16
2018-10-06spl: spi: Do not hardcode fixed size for headerMichal Simek1-3/+3
2018-10-06spl: ram: Fix u_boot_pos calculationMichal Simek1-3/+2
2018-10-05Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchipTom Rini4-0/+27
2018-10-04spl: add support to booting with OP-TEEKever Yang4-0/+27
2018-10-03Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2-2/+2
2018-09-30spl: mmc: Report device number when we failAlex Kiernan1-1/+2
2018-09-27Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini1-4/+1
2018-09-26spl: fit: Enable GZIP compression also for no kernel partitionsMichal Simek1-4/+1
2018-09-26spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut10-20/+21
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-05Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-1/+1
2018-08-02binman: Add a new 'image-pos' propertySimon Glass2-3/+3
2018-08-02binman: 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-24spl: Add full fitImage supportMarek Vasut1-0/+75
2018-05-24spl: fit: Add support for loading FPGA bitstreamMarek Vasut1-3/+32
2018-05-11bootcount: spl: Extend SPL to support bootcount incrementationLukasz Majewski1-0/+3
2018-05-11bootcount: spl: Enable bootcount support in SPLLukasz Majewski1-0/+9