All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
@ 2025-04-18 12:50 Simon Glass
  2025-04-18 12:51 ` [PATCH 1/3] boot: Add a function to check if a linux Image is supported Simon Glass
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Simon Glass @ 2025-04-18 12:50 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Jonas Karlman, Tom Rini, Simon Glass, Dario Binacchi,
	Matthew Garrett, Mattijs Korpershoek, Quentin Schulz,
	Sughosh Ganu

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-05-05 16:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-18 12:50 [PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti Simon Glass
2025-04-18 12:51 ` [PATCH 1/3] boot: Add a function to check if a linux Image is supported Simon Glass
2025-04-18 12:51 ` [PATCH 2/3] bootm: Add RISC-V support in booti_is_supported() Simon Glass
2025-04-18 12:51 ` [PATCH 3/3] booti: Allow ignoring SYS_BOOTM_LEN with the booti command Simon Glass
2025-04-18 13:33 ` [PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti Tom Rini
2025-04-18 13:46   ` Simon Glass
2025-04-18 14:08     ` Tom Rini
2025-05-01 13:06       ` Simon Glass
2025-05-01 14:59         ` Tom Rini
2025-05-01 15:03           ` Simon Glass
2025-05-03  9:01             ` Peter Robinson
2025-05-05 16:35         ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.