From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suravee Suthikulpanit Subject: [PATCH 0/2] Introducing GICv2m Supports Date: Wed, 22 Apr 2015 23:51:58 -0500 Message-ID: <1429764720-2866-1-git-send-email-Suravee.Suthikulpanit@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: julien.grall@linaro.org, tim@xen.org, ian.campbell@citrix.com, Suravee Suthikulpanit , stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org 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