All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] xen/arm: Fix and clean-up for ACPI and EFI
@ 2017-02-03 19:18 Julien Grall
  2017-02-03 19:18 ` [PATCH 1/8] xen/arm: acpi: Handle correctly detection of GICv2 on GICv3 Julien Grall
                   ` (14 more replies)
  0 siblings, 15 replies; 33+ messages in thread
From: Julien Grall @ 2017-02-03 19:18 UTC (permalink / raw)
  To: xen-devel; +Cc: Julien Grall, sstabellini, shankerd

Hi all,

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

Note that the patch "xen/arm64: Don't zero BSS when booting using EFI" [1] is
required in order to test this series.

Cheers,

[1] https://lists.xenproject.org/archives/html/xen-devel/2017-02/msg00228.html

Julien Grall (8):
  xen/arm: acpi: Handle correctly detection of GICv2 on GICv3
  xen/arm: acpi: Rework acpi_boot_table_init error paths
  xen/arm: acpi: Don't fallback on DT when user request ACPI
  xen/arm: Print whether Xen is booting using ACPI or DT
  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/acpi/boot.c    | 30 ++++++++++++++--------
 xen/arch/arm/efi/efi-boot.h | 35 +++++++++++++-------------
 xen/arch/arm/efi/efi-dom0.c | 61 +++++++++++++++++++++------------------------
 xen/arch/arm/efi/efi-dom0.h |  8 ------
 xen/arch/arm/gic-v3.c       | 20 ++++++++++++++-
 xen/arch/arm/setup.c        |  5 ++++
 xen/include/asm-arm/setup.h |  3 +++
 7 files changed, 93 insertions(+), 69 deletions(-)
 delete mode 100644 xen/arch/arm/efi/efi-dom0.h

-- 
1.9.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-03-03 18:35 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-03 19:18 [PATCH 0/8] xen/arm: Fix and clean-up for ACPI and EFI Julien Grall
2017-02-03 19:18 ` [PATCH 1/8] xen/arm: acpi: Handle correctly detection of GICv2 on GICv3 Julien Grall
2017-02-16  1:36   ` Stefano Stabellini
2017-02-03 19:18 ` [PATCH 1/7] xen/arm: acpi: Rework acpi_boot_table_init error paths Julien Grall
2017-02-03 22:09   ` Wei Liu
2017-02-03 19:18 ` [PATCH 2/7] xen/arm: acpi: Don't fallback on DT when user request ACPI Julien Grall
2017-02-03 19:18 ` [PATCH 2/8] xen/arm: acpi: Rework acpi_boot_table_init error paths Julien Grall
2017-02-03 20:44   ` Andrew Cooper
2017-02-08 18:25     ` Julien Grall
2017-02-16  1:39   ` Stefano Stabellini
2017-02-03 19:18 ` [PATCH 3/8] xen/arm: acpi: Don't fallback on DT when user request ACPI Julien Grall
2017-02-16  1:41   ` Stefano Stabellini
2017-02-20  8:47     ` Julien Grall
2017-02-20 18:12       ` Stefano Stabellini
2017-02-20 18:13         ` Julien Grall
2017-03-03 18:35           ` Julien Grall
2017-02-03 19:18 ` [PATCH 3/7] xen/arm: Print whether Xen is booting using ACPI or DT Julien Grall
2017-02-03 19:18 ` [PATCH 4/7] xen/arm: efi: Avoid duplicating the addition of a new bank Julien Grall
2017-02-03 19:18 ` [PATCH 4/8] xen/arm: Print whether Xen is booting using ACPI or DT Julien Grall
2017-02-16  1:42   ` Stefano Stabellini
2017-02-03 19:18 ` [PATCH 5/8] xen/arm: efi: Avoid duplicating the addition of a new bank Julien Grall
2017-02-16  1:47   ` Stefano Stabellini
2017-02-16  1:49     ` Stefano Stabellini
2017-03-03 18:31       ` Julien Grall
2017-02-03 19:18 ` [PATCH 6/8] xen/arm: efi: Avoid duplicating the addition of a new efi memory descriptor Julien Grall
2017-02-16  1:52   ` Stefano Stabellini
2017-02-03 19:18 ` [PATCH 6/7] xen/arm: efi: Rework acpi_create_efi_mmap_table to avoid memory_map[offset] Julien Grall
2017-02-03 19:18 ` [PATCH 7/7] xen/arm: acpi: Move the ACPI banks in bootinfo Julien Grall
2017-02-03 19:18 ` [PATCH 7/8] xen/arm: efi: Rework acpi_create_efi_mmap_table to avoid memory_map[offset] Julien Grall
2017-02-16  1:57   ` Stefano Stabellini
2017-02-03 19:18 ` [PATCH 8/8] xen/arm: acpi: Move the ACPI banks in bootinfo Julien Grall
2017-02-16  2:00   ` Stefano Stabellini
2017-02-16  1:58 ` [PATCH 0/8] xen/arm: Fix and clean-up for ACPI and EFI Stefano Stabellini

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.