U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] Risc-V 32 bit/64 bit images
@ 2025-02-21 12:58 Mayuresh Chitale
  2025-02-21 12:58 ` [RFC PATCH 1/3] riscv: image: Add new image type for RV64 Mayuresh Chitale
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mayuresh Chitale @ 2025-02-21 12:58 UTC (permalink / raw)
  To: u-boot
  Cc: Mayuresh Chitale, Tom Rini, Maxim Moskalets, Ilias Apalodimas,
	Mattijs Korpershoek, Raymond Mao, Simon Glass, Julien Masson,
	Paul HENRYS, Sughosh Ganu, Rick Chen, Leo, Yu-Chien Peter Lin,
	Janne Grunau, Sam Protsenko, Dario Binacchi, Heinrich Schuchardt

This series adds support for building different images for 32-bit vs
64-bit Risc-V CPUs and also for verifying the target arch of an image
before booting it.

Mayuresh Chitale (3):
  riscv: image: Add new image type for RV64
  riscv: Select appropriate image type
  riscv: booti/bootm: Verify image arch type

 arch/riscv/dts/binman.dtsi      | 14 ++++++++++----
 arch/riscv/include/asm/u-boot.h |  4 ++++
 arch/riscv/lib/bootm.c          |  4 ++++
 boot/image.c                    |  3 ++-
 cmd/booti.c                     |  5 ++++-
 include/image.h                 |  1 +
 6 files changed, 25 insertions(+), 6 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2025-02-24  6:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-21 12:58 [RFC PATCH 0/3] Risc-V 32 bit/64 bit images Mayuresh Chitale
2025-02-21 12:58 ` [RFC PATCH 1/3] riscv: image: Add new image type for RV64 Mayuresh Chitale
2025-02-21 12:58 ` [RFC PATCH 2/3] riscv: Select appropriate image type Mayuresh Chitale
2025-02-21 12:58 ` [RFC PATCH 3/3] riscv: booti/bootm: Verify image arch type Mayuresh Chitale
2025-02-22  5:25   ` Heinrich Schuchardt
2025-02-24  6:21     ` Mayuresh Chitale

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox