U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3]  Risc-V 32 bit/64 bit images
@ 2025-03-11 13:35 Mayuresh Chitale
  2025-03-11 13:35 ` [PATCH v1 1/3] riscv: image: Add new image type for RV64 Mayuresh Chitale
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Mayuresh Chitale @ 2025-03-11 13:35 UTC (permalink / raw)
  To: u-boot
  Cc: Mayuresh Chitale, Tom Rini, Ilias Apalodimas, Raymond Mao,
	Maxim Moskalets, Igor Opaniuk, Mattijs Korpershoek, Simon Glass,
	Julien Masson, Roman Stratiienko, Paul HENRYS, Sughosh Ganu,
	Rick Chen, Leo, Yu-Chien Peter Lin, Janne Grunau, 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.

Changes from RFC:
- Rebase on latest master branch
- Improve commit message for patch 3

Mayuresh Chitale (3):
  riscv: image: Add new image type for RV64
  riscv: Select appropriate image type
  booti/bootm: riscv: 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.43.0


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

end of thread, other threads:[~2025-04-03 10:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-11 13:35 [PATCH v1 0/3] Risc-V 32 bit/64 bit images Mayuresh Chitale
2025-03-11 13:35 ` [PATCH v1 1/3] riscv: image: Add new image type for RV64 Mayuresh Chitale
2025-03-12 11:51   ` Максим Москалец
2025-04-03 10:56     ` Mayuresh Chitale
2025-03-11 13:35 ` [PATCH v1 2/3] riscv: Select appropriate image type Mayuresh Chitale
2025-03-11 13:35 ` [PATCH v1 3/3] booti/bootm: riscv: Verify image arch type Mayuresh Chitale
2025-03-11 13:59   ` Heinrich Schuchardt
2025-04-03 10:58     ` Mayuresh Chitale

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