u-boot/common/spl
Klaus H. Sorensen 602ce1d106 spl_fit.c: enable loading compressed u-boot from fit image
Allow reading compressed content from fit image, even if
CONFIG_SPL_OS_BOOT is not set.

This allow booting compressed 2nd stage u-boot from fit image.

Additionally, do not print warning message if compression node is not
found, since it simply implies the content is uncompressed.

Signed-off-by: Klaus H. Sorensen <khso@prevas.dk>
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
2020-01-22 17:47:57 -05:00
..
Kconfig Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell 2020-01-16 12:52:07 -05:00
Makefile
spl.c common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
spl_atf.c spl: atf: Enable option to rewrite bl2_plat_get_bl31_params() 2020-01-14 09:05:54 +01:00
spl_bootrom.c
spl_dfu.c
spl_ext.c
spl_fat.c
spl_fit.c spl_fit.c: enable loading compressed u-boot from fit image 2020-01-22 17:47:57 -05:00
spl_mmc.c spl: mmc: support uboot image offset on main partition 2020-01-16 10:58:52 +01:00
spl_nand.c
spl_net.c image: Rename load_addr, save_addr, save_size 2020-01-17 14:02:35 -05:00
spl_nor.c
spl_onenand.c
spl_opensbi.c common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
spl_optee.S
spl_ram.c
spl_sata.c
spl_sdp.c
spl_spi.c
spl_ubi.c
spl_usb.c
spl_xip.c
spl_ymodem.c