All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Risc-V 32 bit/64 bit images
@ 2025-04-04 14:48 Mayuresh Chitale
  2025-04-04 14:48 ` [PATCH v2 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-04-04 14:48 UTC (permalink / raw)
  To: u-boot
  Cc: Mayuresh Chitale, Tom Rini, Maxim Moskalets, Mattijs Korpershoek,
	Igor Opaniuk, Raymond Mao, Marek Vasut, Simon Glass,
	Julien Masson, Sughosh Ganu, Paul HENRYS, Rick Chen, Leo,
	Yu-Chien Peter Lin, Heinrich Schuchardt, Ilias Apalodimas,
	Janne Grunau, Dario Binacchi, Sam Protsenko

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.

Change in v2:
- Rebase to latest master branch
- Improve comment in image.h
- Set arch type in booti for all modes

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                     |  7 +++++--
 include/image.h                 |  3 ++-
 6 files changed, 27 insertions(+), 8 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-05-12  9:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-04 14:48 [PATCH v2 0/3] Risc-V 32 bit/64 bit images Mayuresh Chitale
2025-04-04 14:48 ` [PATCH v2 1/3] riscv: image: Add new image type for RV64 Mayuresh Chitale
2025-04-05  3:28   ` Yao Zi
2025-04-04 14:48 ` [PATCH v2 2/3] riscv: Select appropriate image type Mayuresh Chitale
2025-05-12  9:26   ` Leo Liang
2025-04-04 14:48 ` [PATCH v2 3/3] booti/bootm: riscv: Verify image arch type Mayuresh Chitale

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.