All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Introducing GICv2m Supports
@ 2015-04-23  4:51 Suravee Suthikulpanit
  2015-04-23  4:51 ` [PATCH 1/2] xen/arm: gic: Refactor the code for creating gic node Suravee Suthikulpanit
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Suravee Suthikulpanit @ 2015-04-23  4:51 UTC (permalink / raw)
  To: xen-devel
  Cc: julien.grall, tim, ian.campbell, Suravee Suthikulpanit,
	stefano.stabellini

This patch series introduce GICv2m supports in Xen Dom0.

This patch series depend on: 
    [PATCH v3 0/5] xen: arm: Parse PCI DT nodes' ranges and interrupt-map
    http://lists.xen.org/archives/html/xen-devel/2015-04/msg02200.html

This has been tested on AMD Seattle platform with the following kernel:
    git clone https://github.com/ssuthiku/linux.git xen-seattle-revA-pci

Suravee Suthikulpanit (2):
  xen/arm: gic: Refactor the code for creating gic node
  xen/arm: gicv2: Adding support for GICv2m in Dom0

 xen/arch/arm/domain_build.c |  18 ++++-
 xen/arch/arm/gic-hip04.c    |   4 -
 xen/arch/arm/gic-v2.c       | 173 +++++++++++++++++++++++++++++++++++++++++++-
 xen/arch/arm/gic-v3.c       |   4 -
 4 files changed, 184 insertions(+), 15 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-05-08 15:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-23  4:51 [PATCH 0/2] Introducing GICv2m Supports Suravee Suthikulpanit
2015-04-23  4:51 ` [PATCH 1/2] xen/arm: gic: Refactor the code for creating gic node Suravee Suthikulpanit
2015-05-08 15:15   ` Ian Campbell
2015-04-23  4:52 ` [PATCH 2/2] xen/arm: gicv2: Adding support for GICv2m in Dom0 Suravee Suthikulpanit
2015-05-08 15:37   ` Ian Campbell
2015-04-25 16:24 ` [PATCH 0/2] Introducing GICv2m Supports Julien Grall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.