u-boot/common/spl
Simon Glass f4415f2a37 vbe: Allow VBE to disable adding loadables to the FDT
When VBE operates within VPL it does not want the FDT to be changed.
Provide a way to disable this feature.

Move the FIT_IMAGE_TINY condition out of spl_fit_record_loadable() so
that both conditions are together. This makes the code easier to
understand.

Replace the existing fit_loaded member, which is no-longer used.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-02-03 16:01:36 -06:00
..
Kconfig spl: Add support for a relocating jump to the next phase 2025-01-22 09:47:50 -06:00
Kconfig.nxp spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... 2023-10-06 14:38:11 -04:00
Kconfig.tpl spl: Add support for a relocating jump to the next phase 2025-01-22 09:47:50 -06:00
Kconfig.vpl vbe: Support providing a linker script 2025-02-03 16:01:36 -06:00
Makefile spl: Add support for a relocating jump to the next phase 2025-01-22 09:47:50 -06:00
spl.c vbe: Provide VPL binman-symbols for the next phase 2025-02-03 16:01:36 -06:00
spl_atf.c spl: Drop use of uintptr_t 2024-12-27 15:16:10 -06:00
spl_blk_fs.c spl: Create a function to init spl_load_info 2024-08-23 15:58:42 -06:00
spl_bootrom.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
spl_dfu.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
spl_ext.c spl: Create a function to init spl_load_info 2024-08-23 15:58:42 -06:00
spl_fat.c spl: Create a function to init spl_load_info 2024-08-23 15:58:42 -06:00
spl_fit.c vbe: Allow VBE to disable adding loadables to the FDT 2025-02-03 16:01:36 -06:00
spl_imx_container.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
spl_legacy.c spl: Drop use of uintptr_t 2024-12-27 15:16:10 -06:00
spl_mmc.c spl: mmc: Avoid size growth in spl_mmc_find_device() debug 2024-12-27 15:16:10 -06:00
spl_nand.c spl: Create a function to init spl_load_info 2024-08-23 15:58:42 -06:00
spl_net.c spl: Create a function to init spl_load_info 2024-08-23 15:58:42 -06:00
spl_nor.c spl: Create a function to init spl_load_info 2024-08-23 15:58:42 -06:00
spl_nvme.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
spl_onenand.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
spl_opensbi.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
spl_optee.S Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE 2022-10-31 11:01:31 -04:00
spl_ram.c spl: Create a function to init spl_load_info 2024-08-23 15:58:42 -06:00
spl_reloc.c spl: Adjust debugging and xPL symbols 2025-02-03 16:00:42 -06:00
spl_sata.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
spl_sdp.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
spl_semihosting.c spl: Create a function to init spl_load_info 2024-08-23 15:58:42 -06:00
spl_spi.c spl: Create a function to init spl_load_info 2024-08-23 15:58:42 -06:00
spl_ubi.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
spl_upl.c upl: Add support for Universal Payload in SPL 2024-08-09 16:03:20 -06:00
spl_usb.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
spl_xip.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
spl_ymodem.c spl: Create a function to init spl_load_info 2024-08-23 15:58:42 -06:00