Re: [Xen-devel] [PATCH v4 15/21] arm/gic: Add ACPI support for GIC preinit

2016-02-02 Thread Stefano Stabellini
On Sat, 23 Jan 2016, Shannon Zhao wrote: > From: Shannon Zhao > > Since ACPI 6.0 defines that GIC Distributor Structure contains the GIC > version filed, it could get GIC version from that. Then call acpi device > initializing function to preinit GIC device. > > Signed-off-by: Shannon Zhao > --

[Xen-devel] [PATCH v4 15/21] arm/gic: Add ACPI support for GIC preinit

2016-01-23 Thread Shannon Zhao
From: Shannon Zhao Since ACPI 6.0 defines that GIC Distributor Structure contains the GIC version filed, it could get GIC version from that. Then call acpi device initializing function to preinit GIC device. Signed-off-by: Shannon Zhao --- V4: use ACPI_MADT_GIC_VERSION_V* instead of GICv* ---