Re: [Xen-devel] [PATCH 8/8] xen/arm: acpi: Move the ACPI banks in bootinfo

2017-02-15 Thread Stefano Stabellini
On Fri, 3 Feb 2017, Julien Grall wrote: > Currently the acpi banks are stored in a separate variable and have an > header just for them. > > This variable can be moved in the structure bootinfo removing an header > and a global variable. > > Signed-off-by: Julien Grall Reviewed-by: Stefano Stab

[Xen-devel] [PATCH 8/8] xen/arm: acpi: Move the ACPI banks in bootinfo

2017-02-03 Thread Julien Grall
Currently the acpi banks are stored in a separate variable and have an header just for them. This variable can be moved in the structure bootinfo removing an header and a global variable. Signed-off-by: Julien Grall --- xen/arch/arm/efi/efi-boot.h | 3 +-- xen/arch/arm/efi/efi-dom0.c | 12