[PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
Simon Glass
sjg at chromium.org
Fri Apr 18 14:50:59 CEST 2025
This series restores the original behaviour of extlinux booting linux
'Image' files, which is to ignore CONFIG_SYS_BOOTM_LEN and instead uses
a limit of 10x the compressed size.
It also adds RISC-V support, since it uses a similar format to ARM64.
Future work should integrate the code in 'booti' into main 'bootm'
logic.
Simon Glass (3):
boot: Add a function to check if a linux Image is supported
bootm: Add RISC-V support in booti_is_supported()
booti: Allow ignoring SYS_BOOTM_LEN with the booti command
boot/bootm.c | 31 +++++++++++++++++++++++++------
cmd/booti.c | 1 +
include/bootm.h | 3 +++
3 files changed, 29 insertions(+), 6 deletions(-)
--
2.43.0
base-commit: 5f31163c8f42c16f0035ae26d1e36e94e931fe6f
branch: fix-booti
More information about the U-Boot
mailing list