All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
@ 2025-05-01 13:18 Simon Glass
  2025-05-01 13:18 ` [PATCH v2 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-05-01 13:18 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Jonas Karlman, Tom Rini, Simon Glass, Dario Binacchi, Eddie James,
	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.

Changes in v2:
- Change the commit subject so it doesn't mention ignoring SYS_BOOTM_LEN

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 using 10x the uncompressed size with booti

 boot/bootm.c    | 31 +++++++++++++++++++++++++------
 cmd/booti.c     |  1 +
 include/bootm.h |  3 +++
 3 files changed, 29 insertions(+), 6 deletions(-)

-- 
2.43.0

base-commit: d755a928c802f9807abb5270d80c4b25aefefc1d
branch: fix-booti2

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

end of thread, other threads:[~2025-05-14 19:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-01 13:18 [PATCH v2 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti Simon Glass
2025-05-01 13:18 ` [PATCH v2 1/3] boot: Add a function to check if a linux Image is supported Simon Glass
2025-05-05 13:45   ` Tom Rini
2025-05-01 13:18 ` [PATCH v2 2/3] bootm: Add RISC-V support in booti_is_supported() Simon Glass
2025-05-05 15:07   ` Tom Rini
2025-05-01 13:18 ` [PATCH v2 3/3] booti: Allow using 10x the uncompressed size with booti Simon Glass
2025-05-05 18:14 ` [PATCH v2 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti Tom Rini
2025-05-06 13:24   ` Simon Glass
2025-05-06 16:32     ` Tom Rini
2025-05-10 11:25       ` Simon Glass
2025-05-12 22:30         ` Tom Rini
2025-05-14 19:39           ` Simon Glass

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.