Files
u-boot/common
Manoj Sai ce6ab56401 spl: fit: support for booting a GZIP-compressed U-boot binary
If GZIP Compression support is enabled, GZIP compressed U-Boot binary
will be at a specified RAM location which is defined at
CONFIG_SYS_LOAD_ADDR and will be assign it as the source address.

gunzip function in spl_load_fit_image ,will decompress the GZIP
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: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
2023-10-07 16:49:41 +08:00
..
2023-03-30 15:09:59 -04:00
2022-11-02 08:42:03 +01:00
2023-10-02 10:55:44 -04:00
2022-01-19 18:11:34 +01:00
2022-08-04 16:18:47 -04:00
2023-09-19 11:36:25 -04:00
2023-07-17 17:12:07 +08:00
2023-03-14 16:08:51 -06:00
2023-09-19 11:36:25 -04:00
2023-06-23 14:38:16 -04:00
2021-04-20 07:31:12 -04:00
2023-02-07 14:33:50 -05:00
2023-05-13 09:52:32 -04:00