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.

Reply via email to