diff options
| author | Manoj Sai <[email protected]> | 2023-09-18 00:56:26 +0530 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2023-10-07 16:49:41 +0800 |
| commit | a1b7fd7f0af2bf342ec4899be3dda72e02d29c1e (patch) | |
| tree | b1782241ba93fdfc08b3a5778542664c94bc8c2a /include/stdio_dev.h | |
| parent | ce6ab56401c6f91c77bdadd3128df94b2e3f046e (diff) | |
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 <[email protected]>
Signed-off-by: Suniel Mahesh <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/stdio_dev.h')
0 files changed, 0 insertions, 0 deletions
