Re: [PATCH v3 2/3] arm/efi: Use dom0less configuration when using EFI boot

2021-09-29 Thread Jan Beulich
On 29.09.2021 13:30, Luca Fancellu wrote: > > >> On 29 Sep 2021, at 08:50, Jan Beulich wrote: >> >> On 28.09.2021 18:32, Luca Fancellu wrote: >>> --- a/xen/arch/x86/efi/efi-boot.h >>> +++ b/xen/arch/x86/efi/efi-boot.h >>> @@ -678,6 +678,12 @@ static void __init efi_arch_handle_module(const struc

Re: [PATCH v3 2/3] arm/efi: Use dom0less configuration when using EFI boot

2021-09-29 Thread Luca Fancellu
> On 29 Sep 2021, at 08:50, Jan Beulich wrote: > > On 28.09.2021 18:32, Luca Fancellu wrote: >> --- a/xen/arch/x86/efi/efi-boot.h >> +++ b/xen/arch/x86/efi/efi-boot.h >> @@ -678,6 +678,12 @@ static void __init efi_arch_handle_module(const struct >> file *file, >> efi_bs->FreePool(ptr); >>

Re: [PATCH v3 2/3] arm/efi: Use dom0less configuration when using EFI boot

2021-09-29 Thread Jan Beulich
On 28.09.2021 18:32, Luca Fancellu wrote: > --- a/xen/arch/x86/efi/efi-boot.h > +++ b/xen/arch/x86/efi/efi-boot.h > @@ -678,6 +678,12 @@ static void __init efi_arch_handle_module(const struct > file *file, > efi_bs->FreePool(ptr); > } > > +static int __init efi_arch_check_dt_boot(EFI_FILE_

Re: [PATCH v3 2/3] arm/efi: Use dom0less configuration when using EFI boot

2021-09-28 Thread Stefano Stabellini
On Tue, 28 Sep 2021, Luca Fancellu wrote: > This patch introduces the support for dom0less configuration > when using UEFI boot on ARM, it permits the EFI boot to > continue if no dom0 kernel is specified but at least one domU > is found. > > Introduce the new property "uefi,binary" for device tre

[PATCH v3 2/3] arm/efi: Use dom0less configuration when using EFI boot

2021-09-28 Thread Luca Fancellu
This patch introduces the support for dom0less configuration when using UEFI boot on ARM, it permits the EFI boot to continue if no dom0 kernel is specified but at least one domU is found. Introduce the new property "uefi,binary" for device tree boot module nodes that are subnode of "xen,domain" c