All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] arm/efi: Add dom0less support to UEFI boot
@ 2021-10-11 18:15 Luca Fancellu
  2021-10-11 18:15 ` [PATCH v6 1/2] arm/efi: Use dom0less configuration when using EFI boot Luca Fancellu
  2021-10-11 18:15 ` [PATCH v6 2/2] arm/efi: load dom0 modules from DT using UEFI Luca Fancellu
  0 siblings, 2 replies; 20+ messages in thread
From: Luca Fancellu @ 2021-10-11 18:15 UTC (permalink / raw)
  To: xen-devel
  Cc: bertrand.marquis, wei.chen, Stefano Stabellini, Julien Grall,
	Volodymyr Babchuk, Andrew Cooper, George Dunlap, Ian Jackson,
	Jan Beulich, Wei Liu

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           | 343 +++++++++++++++++++++++++-
 xen/common/efi/boot.c                 |  55 +++--
 4 files changed, 671 insertions(+), 17 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2021-10-13 20:55 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11 18:15 [PATCH v6 0/2] arm/efi: Add dom0less support to UEFI boot Luca Fancellu
2021-10-11 18:15 ` [PATCH v6 1/2] arm/efi: Use dom0less configuration when using EFI boot Luca Fancellu
2021-10-11 19:38   ` Stefano Stabellini
2021-10-12  7:50   ` Bertrand Marquis
2021-10-12  8:45   ` Jan Beulich
2021-10-12  9:05     ` Luca Fancellu
2021-10-12  9:32       ` Jan Beulich
2021-10-13  0:49         ` Stefano Stabellini
2021-10-11 18:15 ` [PATCH v6 2/2] arm/efi: load dom0 modules from DT using UEFI Luca Fancellu
2021-10-11 19:53   ` Stefano Stabellini
2021-10-11 20:50     ` Luca Fancellu
2021-10-11 21:21       ` Stefano Stabellini
2021-10-11 21:24         ` Stefano Stabellini
2021-10-11 21:33           ` Julien Grall
2021-10-12  1:31             ` Stefano Stabellini
2021-10-12  8:07               ` Luca Fancellu
2021-10-13  0:49                 ` Stefano Stabellini
2021-10-13  6:25                   ` Jan Beulich
2021-10-13 20:55                     ` Stefano Stabellini
2021-10-12  9:32               ` Julien Grall

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.