diff options
author | Manoj Sai | 2023-09-18 00:56:25 +0530 |
---|---|---|
committer | Kever Yang | 2023-10-07 16:49:41 +0800 |
commit | ce6ab56401c6f91c77bdadd3128df94b2e3f046e (patch) | |
tree | fbb1518ff4d459f0aa7c135f5ef3b090d7e45b59 /common/edid.c | |
parent | 9841fe21197e9cfcbd64ecb257e298b9eec8a385 (diff) |
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>
Diffstat (limited to 'common/edid.c')
0 files changed, 0 insertions, 0 deletions