]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: fit: support for booting a LZMA-compressed U-boot binary
authorManoj Sai <abbaraju.manojsai@amarulasolutions.com>
Sun, 17 Sep 2023 19:26:26 +0000 (00:56 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 7 Oct 2023 08:49:41 +0000 (16:49 +0800)
commita1b7fd7f0af2bf342ec4899be3dda72e02d29c1e
treeb1782241ba93fdfc08b3a5778542664c94bc8c2a
parentce6ab56401c6f91c77bdadd3128df94b2e3f046e
spl: fit: support for booting a LZMA-compressed U-boot binary

If LZMA Compression support is enabled, LZMA compressed U-Boot
binary will be placed at a specified RAM location which is
defined at CONFIG_SYS_LOAD_ADDR and will be assigned  as the
source address.

image_decomp() function, will decompress the LZMA compressed
U-Boot binary which is placed at source address(CONFIG_SYS_LOAD_ADDR)
to the default CONFIG_SYS_TEXT_BASE location.

spl_load_fit_image function will load the decompressed U-Boot
binary, which is placed at the CONFIG_SYS_TEXT_BASE location.

Signed-off-by: Manoj Sai <abbaraju.manojsai@amarulasolutions.com>
Signed-off-by: Suniel Mahesh <sunil@amarulasolutions.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/spl/spl_fit.c
include/spl.h