mbox series

[Xen-devel,v2,0/4] xen/arm: Fix and clean-up for ACPI and EFI

Message ID 20170308175436.24001-1-julien.grall@arm.com
Headers show
Series xen/arm: Fix and clean-up for ACPI and EFI | expand

Message

Julien Grall March 8, 2017, 5:54 p.m. UTC
Hi all,

This patch series contains a bunch of fix and clean-up for ACPI and EFI on
ARM64.

For all the changes see in each patch.

Cheers,

Julien Grall (4):
  xen/arm: efi: Avoid duplicating the addition of a new bank
  xen/arm: efi: Avoid duplicating the addition of a new efi memory
    descriptor
  xen/arm: efi: Rework acpi_create_efi_mmap_table to avoid
    memory_map[offset]
  xen/arm: acpi: Move the ACPI banks in bootinfo

 xen/arch/arm/efi/efi-boot.h | 36 +++++++++++++-------------
 xen/arch/arm/efi/efi-dom0.c | 61 +++++++++++++++++++++------------------------
 xen/arch/arm/efi/efi-dom0.h |  8 ------
 xen/include/asm-arm/setup.h |  3 +++
 4 files changed, 51 insertions(+), 57 deletions(-)
 delete mode 100644 xen/arch/arm/efi/efi-dom0.h

Comments

Stefano Stabellini March 8, 2017, 6:26 p.m. UTC | #1
On Wed, 8 Mar 2017, Julien Grall wrote:
> Hi all,
> 
> This patch series contains a bunch of fix and clean-up for ACPI and EFI on
> ARM64.
> 
> For all the changes see in each patch.

committed


> Cheers,
> 
> Julien Grall (4):
>   xen/arm: efi: Avoid duplicating the addition of a new bank
>   xen/arm: efi: Avoid duplicating the addition of a new efi memory
>     descriptor
>   xen/arm: efi: Rework acpi_create_efi_mmap_table to avoid
>     memory_map[offset]
>   xen/arm: acpi: Move the ACPI banks in bootinfo
> 
>  xen/arch/arm/efi/efi-boot.h | 36 +++++++++++++-------------
>  xen/arch/arm/efi/efi-dom0.c | 61 +++++++++++++++++++++------------------------
>  xen/arch/arm/efi/efi-dom0.h |  8 ------
>  xen/include/asm-arm/setup.h |  3 +++
>  4 files changed, 51 insertions(+), 57 deletions(-)
>  delete mode 100644 xen/arch/arm/efi/efi-dom0.h
> 
> -- 
> 2.11.0
>