Re: [Xen-devel] [PATCH 2/2] xen/arm: gicv2: Adding support for GICv2m in Dom0

2015-05-08 Thread Ian Campbell
On Wed, 2015-04-22 at 23:52 -0500, Suravee Suthikulpanit wrote: > This patch detect and propagate the gic-v2m-frame devicetree sub-node. "detects and propagates" > This allows Dom0 kernel to setup and intialize GICv2m MSI frame. "initialize" IIRC the GICv2m is described rather briefly in an app

[Xen-devel] [PATCH 2/2] xen/arm: gicv2: Adding support for GICv2m in Dom0

2015-04-22 Thread Suravee Suthikulpanit
This patch detect and propagate the gic-v2m-frame devicetree sub-node. This allows Dom0 kernel to setup and intialize GICv2m MSI frame. Signed-off-by: Suravee Suthikulpanit --- xen/arch/arm/gic-v2.c | 169 ++ 1 file changed, 169 insertions(+) diff