Re: [PATCH v8 16/21] irqchip: Add GICv2 specific ACPI boot support

2015-02-03 Thread Tomasz Nowicki
On 02.02.2015 13:45, Hanjun Guo wrote: From: Tomasz Nowicki ACPI kernel uses MADT table for proper GIC initialization. It needs to parse GIC related subtables, collect CPU interface and distributor addresses and call driver initialization function (which is hardware abstraction agnostic). In

Re: [PATCH v8 16/21] irqchip: Add GICv2 specific ACPI boot support

2015-02-02 Thread Rafael J. Wysocki
On Monday, February 02, 2015 08:45:44 PM Hanjun Guo wrote: > From: Tomasz Nowicki > > ACPI kernel uses MADT table for proper GIC initialization. It needs to > parse GIC related subtables, collect CPU interface and distributor > addresses and call driver initialization function (which is hardware

[PATCH v8 16/21] irqchip: Add GICv2 specific ACPI boot support

2015-02-02 Thread Hanjun Guo
From: Tomasz Nowicki ACPI kernel uses MADT table for proper GIC initialization. It needs to parse GIC related subtables, collect CPU interface and distributor addresses and call driver initialization function (which is hardware abstraction agnostic). In a similar way, FDT initialize GICv1/2. NOT