aboutsummaryrefslogtreecommitdiffstats
path: root/xen
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-09-20 17:18:36 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-09-21 16:27:45 +0100
commit7b3c792a0f65391b7c115a81f292ecff9bf151e6 (patch)
tree11277d7a7aab78e3f6ac646a10f6fc989bbce7ce /xen
parent50417cd978aa54930d065ac1f139f935d14af76d (diff)
downloadxen-7b3c792a0f65391b7c115a81f292ecff9bf151e6.tar.gz
xen-7b3c792a0f65391b7c115a81f292ecff9bf151e6.tar.bz2
xen-7b3c792a0f65391b7c115a81f292ecff9bf151e6.zip
xen/arm: Support Cortex-A7 GIC
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Julien Grall <julien.grall@linaro.org>
Diffstat (limited to 'xen')
-rw-r--r--xen/include/asm-arm/gic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen/include/asm-arm/gic.h b/xen/include/asm-arm/gic.h
index 92a3349c68..2bc42190e9 100644
--- a/xen/include/asm-arm/gic.h
+++ b/xen/include/asm-arm/gic.h
@@ -135,7 +135,8 @@
#ifndef __ASSEMBLY__
#include <xen/device_tree.h>
-#define DT_MATCH_GIC DT_MATCH_COMPATIBLE("arm,cortex-a15-gic")
+#define DT_MATCH_GIC DT_MATCH_COMPATIBLE("arm,cortex-a15-gic"), \
+ DT_MATCH_COMPATIBLE("arm,cortex-a7-gic")
extern int domain_vgic_init(struct domain *d);
extern void domain_vgic_free(struct domain *d);