aboutsummaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2022-07-14Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/14Jul2022Tom Rini1-1/+1
2022-07-14spl: sdp: Pass the USB index to board_usb_init()Fabio Estevam1-1/+1
2022-07-13spl: nand: support loading legacy image with payload compressedWeijie Gao1-0/+27
2022-07-13spl: spl_legacy: fix the use of SPL_COPY_PAYLOAD_ONLYWeijie Gao1-2/+19
2022-07-13spl: allow using nand base without standard nand driverWeijie Gao1-1/+1
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini5-18/+84
2022-07-06spl: Set SPL_MAX_SIZE default for AST2600Joel Stanley1-0/+1
2022-07-06common: spl: spl_spi: add support for dynamic override of sf busVaishnav Achath1-3/+13
2022-06-28Convert CONFIG_SYS_USB_FAT_BOOT_PARTITION to KconfigTom Rini1-0/+7
2022-06-28spl: Move SPL_LDSCRIPT defaults to one placeTom Rini1-0/+12
2022-06-28spl: binman: Disable u_boot_any symbols for i.MX8M boardsAlper Nebi Yasak3-0/+3
2022-06-28spl: binman: Check at runtime if binman symbols were filled inAlper Nebi Yasak1-0/+1
2022-06-28spl: binman: Add config options for binman symbols in VPLAlper Nebi Yasak1-0/+24
2022-06-28spl: binman: Split binman symbols support from enabling binmanAlper Nebi Yasak3-15/+40
2022-06-28spl: binman: Make TPL_BINMAN_SYMBOLS depend on TPL_FRAMEWORKAlper Nebi Yasak1-1/+1
2022-06-28spl: binman: Fix use of undeclared u_boot_any symbolsAlper Nebi Yasak2-4/+8
2022-06-28dm: spl: Allow SPL to show memory usageSimon Glass1-0/+9
2022-06-06spl: Rework and tighten some dependenciesTom Rini1-31/+24
2022-06-06spl: Rework Kconfig to be more menu drivenTom Rini1-32/+22
2022-06-06spl: Move all VPL, TPL and PowerPC specific CONFIG options to separate filesTom Rini4-658/+650
2022-06-06Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to KconfigTom Rini2-1/+15
2022-06-06Convert CONFIG_SYS_NAND_SPL_KERNEL_OFFS to KconfigTom Rini1-0/+4
2022-06-06Convert CONFIG_SYS_SPL_ARGS_ADDR to KconfigTom Rini3-3/+11
2022-06-06Convert CONFIG_SPL_TARGET to KconfigTom Rini1-0/+9
2022-06-06Convert CONFIG_SPL_GD_ADDR to KconfigTom Rini1-0/+8
2022-06-06Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to KconfigTom Rini2-3/+20
2022-06-06Convert CONFIG_SPL_BSS_START_ADDR to KconfigTom Rini1-0/+15
2022-06-06Convert CONFIG_SPL_RELOC_TEXT_BASE et al to KconfigTom Rini1-2/+57
2022-06-06imx7: Update CONFIG_SPL_STACK defaults in KconfigTom Rini1-1/+2
2022-06-06imx6: Update CONFIG_SPL_STACK defaults in KconfigTom Rini1-1/+3
2022-06-06Convert CONFIG_SPL_STACK to KconfigTom Rini1-0/+18
2022-06-06ppc / layerscape: Clean up CONFIG_SYS_CCSR_DO_NOT_RELOCATE usageTom Rini1-0/+11
2022-06-06Convert CONFIG_SPL_BSS_MAX_SIZE et al to KconfigTom Rini1-0/+38
2022-06-06Convert CONFIG_SPL_PAD_TO et al to KconfigTom Rini1-3/+47
2022-06-06Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to KconfigTom Rini2-4/+25
2022-06-06Convert CONFIG_SPL_NAND_RAW_ONLY et al to KconfigTom Rini1-1/+11
2022-06-06Convert CONFIG_SPL_INIT_MINIMAL et al to KconfigTom Rini1-0/+14
2022-06-06spl: Remove CONFIG_SPL_SATA_BOOT_DEVICETom Rini1-15/+5
2022-05-20spl: spl_nand: Fix bad block handling in fitImageMichael Trimarchi1-4/+1
2022-05-11spl: Force disable non-FIT loading for TI secure devicesAndrew Davis1-2/+4
2022-05-11spl: Rename Kconfig SPL_LEGACY_IMAGE_SUPPORT to SPL_LEGACY_IMAGE_FORMATAndrew Davis3-5/+5
2022-05-02vpl: Add Kconfig options for VPLSimon Glass1-0/+219
2022-05-02Introduce Verifying Program Loader (VPL)Simon Glass2-4/+36
2022-04-11spl: allow boot from first bootable partitionJérôme Carretero2-5/+30
2022-04-08gpio: Enable hogging support in SPLEddie James1-0/+4
2022-04-06Add a default for TPL_TEXT_BASESimon Glass1-0/+1
2022-04-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-2/+2
2022-04-04spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara1-2/+2
2022-04-01spl: Add semihosting boot methodSean Anderson2-0/+72
2022-03-31common: spl: fit_ram: allow to use image pre loadPhilippe Reynes1-1/+20