All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] VExpress64: Migrate to Standard Boot
@ 2025-08-28 13:06 Said Nasibov
  2025-08-28 13:06 ` [RFC PATCH 1/2] bootmeth: implement semihosting (smh) boot method Said Nasibov
  2025-08-28 13:06 ` [RFC PATCH 2/2] vexpress64: replace distro boot with standard boot Said Nasibov
  0 siblings, 2 replies; 7+ messages in thread
From: Said Nasibov @ 2025-08-28 13:06 UTC (permalink / raw)
  To: u-boot
  Cc: trini, sjg, andre.przywara, peter.hoyes, david.hu2, michael.zhao2,
	marek.vasut+renesas, mkorpershoek, pbrobinson, ilias.apalodimas,
	m.schwan, quentin.schulz, rayagonda.kokatanur, tien.fong.chee,
	casey.connolly, patrick.rudolph, alif.zakuan.yuslaimi,
	boyan.karatotev, Oliver.Gaskell, duje, 1425075683, Said Nasibov

This patch series migrates the vexpress64 platform to use the standard
boot framework (bootstd), moving away from legacy distro boot logic. As
part of this migration, a new semihosting boot method (bootmeth_smh) is
introduced.

Patch 1 adds the new `bootmeth_smh` implementation.
Patch 2 enables `bootstd` by default on vexpress64 and selects the
semihosting bootmeth when bootstd is active.

Tested on FVP_Base_RevC with a Linux kernel.

Said Nasibov (2):
  bootmeth: implement semihosting (smh) boot method
  vexpress64: replace distro boot with standard boot

 arch/arm/Kconfig    |   3 +-
 boot/Kconfig        |  10 ++++
 boot/Makefile       |   1 +
 boot/bootmeth_smh.c | 113 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 126 insertions(+), 1 deletion(-)
 create mode 100644 boot/bootmeth_smh.c

--
2.34.1

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

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

end of thread, other threads:[~2025-09-11 15:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-28 13:06 [RFC PATCH 0/2] VExpress64: Migrate to Standard Boot Said Nasibov
2025-08-28 13:06 ` [RFC PATCH 1/2] bootmeth: implement semihosting (smh) boot method Said Nasibov
2025-08-28 17:34   ` Tom Rini
2025-09-10 16:48   ` Andre Przywara
2025-09-11 15:58     ` Sean Anderson
2025-08-28 13:06 ` [RFC PATCH 2/2] vexpress64: replace distro boot with standard boot Said Nasibov
2025-09-10 16:48   ` Andre Przywara

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.