mbox series

[0/2] arm/efi: Add dom0less support to UEFI boot

Message ID 20210915142602.42862-1-luca.fancellu@arm.com (mailing list archive)
Headers show
Series arm/efi: Add dom0less support to UEFI boot | expand

Message

Luca Fancellu Sept. 15, 2021, 2:26 p.m. UTC
This serie introduces a way to start a dom0less setup when Xen is booting as EFI
application.
Using the device tree it's now possible to fetch from the disk and load in
memory all the modules needed to start any domU defined in the DT.
Dom0less for now is supported only by the arm architecture.

Luca Fancellu (2):
  xen/efi: Restrict check for DT boot modules on EFI boot
  arm/efi: Use dom0less configuration when using EFI boot

 docs/misc/efi.pandoc        |  37 +++++
 xen/arch/arm/efi/efi-boot.h | 274 +++++++++++++++++++++++++++++++++++-
 xen/common/efi/boot.c       |  20 ++-
 3 files changed, 322 insertions(+), 9 deletions(-)