Files
u-boot/include
Manoj Sai a1b7fd7f0a 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>
2023-10-07 16:49:41 +08:00
..
2023-10-02 10:55:44 -04:00
2023-05-05 17:48:44 -04:00
2023-08-25 13:54:33 -04:00
2023-08-08 10:22:03 -04:00
2023-08-11 07:33:40 -06:00
2023-07-17 15:38:11 -04:00
2023-08-19 04:12:53 +02:00
2023-10-02 10:55:44 -04:00
2023-05-02 14:23:34 -04:00
2023-05-15 10:00:30 +02:00
2023-04-27 13:51:06 -04:00
2023-08-19 04:12:53 +02:00
2023-03-02 17:45:58 -05:00
2023-09-11 16:27:49 -04:00
2023-09-04 10:51:58 -04:00