[PATCH V3 02/10] irqchip / GICv3: Add ACPI support for GICv3+ initialization
From: Marc Zyngier <hidden>
Date: 2016-02-10 09:55:54
Also in:
linux-acpi, lkml
From: Marc Zyngier <hidden>
Date: 2016-02-10 09:55:54
Also in:
linux-acpi, lkml
On 19/01/16 13:11, Tomasz Nowicki wrote:
With the refator of gic_of_init(), GICv3/4 can be initialized by gic_init_bases() with gic distributor base address and gic redistributor region(s). So get the redistributor region base addresses from MADT GIC redistributor subtable, and the distributor base address from GICD subtable to init GICv3 irqchip in ACPI way. Note: GIC redistributor base address may also be provided in GICC structures on systems supporting GICv3 and above if the GIC Redistributors are not in the always-on power domain, this patch didn't implement such feature yet. Also, ACPI ITS initialization will be added in the following patches. Signed-off-by: Tomasz Nowicki <redacted> Signed-off-by: Hanjun Guo <redacted>
Acked-by: Marc Zyngier <redacted> M. -- Jazz is not dead. It just smells funny...