Re: [Xen-devel] [PATCH V2 02/10] arm/gic-v3: Do early GICD ioremap and clean up

2016-06-27 Thread Julien Grall
Hi Shanker, On 26/06/16 18:48, Shanker Donthineni wrote: For ACPI based XEN boot, the GICD region needs to be accessed inside the function gicv3_acpi_init() in later pacth. There is a duplicate s/pachth/patch/ panic() message, one in the DTS probe and second one in the ACPI probe path. For t

[Xen-devel] [PATCH V2 02/10] arm/gic-v3: Do early GICD ioremap and clean up

2016-06-26 Thread Shanker Donthineni
For ACPI based XEN boot, the GICD region needs to be accessed inside the function gicv3_acpi_init() in later pacth. There is a duplicate panic() message, one in the DTS probe and second one in the ACPI probe path. For these two reasons, move the code that validates the GICD base address and does th