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

Luca Fancellu posted 2 patches 2 years, 6 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
docs/misc/arm/device-tree/booting.txt |  29 +++
docs/misc/efi.pandoc                  | 261 +++++++++++++++++++
xen/arch/arm/efi/efi-boot.h           | 344 +++++++++++++++++++++++++-
xen/common/efi/boot.c                 |  55 ++--
4 files changed, 672 insertions(+), 17 deletions(-)
[PATCH v5 0/2] arm/efi: Add dom0less support to UEFI boot
Posted by Luca Fancellu 2 years, 6 months ago
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.

This serie was originally formed by 3 patch, the first one was merged.

Luca Fancellu (2):
  arm/efi: Use dom0less configuration when using EFI boot
  arm/efi: load dom0 modules from DT using UEFI

 docs/misc/arm/device-tree/booting.txt |  29 +++
 docs/misc/efi.pandoc                  | 261 +++++++++++++++++++
 xen/arch/arm/efi/efi-boot.h           | 344 +++++++++++++++++++++++++-
 xen/common/efi/boot.c                 |  55 ++--
 4 files changed, 672 insertions(+), 17 deletions(-)

-- 
2.17.1