Re: [PATCH v3 3/3] arm/efi: load dom0 modules from DT using UEFI

2021-09-29 Thread Luca Fancellu
> On 29 Sep 2021, at 09:00, Jan Beulich wrote: > > On 28.09.2021 18:32, Luca Fancellu wrote: >> --- a/xen/common/efi/boot.c >> +++ b/xen/common/efi/boot.c >> @@ -1296,11 +1296,6 @@ efi_start(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE >> *SystemTable) >> { >> read_file(dir_ha

Re: [PATCH v3 3/3] arm/efi: load dom0 modules from DT using UEFI

2021-09-29 Thread Luca Fancellu
> On Tue, 28 Sep 2021, Luca Fancellu wrote: >> Add support to load Dom0 boot modules from >> the device tree using the uefi,binary property. >> >> Update documentation about that. >> >> Signed-off-by: Luca Fancellu > > It is great how simple this patch is! > > The patch looks all correct. Only

Re: [PATCH v3 3/3] arm/efi: load dom0 modules from DT using UEFI

2021-09-29 Thread Jan Beulich
On 28.09.2021 18:32, Luca Fancellu wrote: > --- a/xen/common/efi/boot.c > +++ b/xen/common/efi/boot.c > @@ -1296,11 +1296,6 @@ efi_start(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE > *SystemTable) > { > read_file(dir_handle, s2w(&name), &kernel, option_str); > efi_b

Re: [PATCH v3 3/3] arm/efi: load dom0 modules from DT using UEFI

2021-09-28 Thread Stefano Stabellini
On Tue, 28 Sep 2021, Luca Fancellu wrote: > Add support to load Dom0 boot modules from > the device tree using the uefi,binary property. > > Update documentation about that. > > Signed-off-by: Luca Fancellu It is great how simple this patch is! The patch looks all correct. Only one question: d

[PATCH v3 3/3] arm/efi: load dom0 modules from DT using UEFI

2021-09-28 Thread Luca Fancellu
Add support to load Dom0 boot modules from the device tree using the uefi,binary property. Update documentation about that. Signed-off-by: Luca Fancellu --- Changes in v3: - new patch --- docs/misc/arm/device-tree/booting.txt | 8 docs/misc/efi.pandoc | 64 +++