projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50417cd
)
xen/arm: Support Cortex-A7 GIC
author
Ian Campbell
<ian.campbell@citrix.com>
Fri, 20 Sep 2013 16:18:36 +0000
(17:18 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Sat, 21 Sep 2013 15:27:45 +0000
(16:27 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien.grall@linaro.org>
xen/include/asm-arm/gic.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-arm/gic.h
b/xen/include/asm-arm/gic.h
index 92a3349c688ccd706b4179e20417a1064ff6a089..2bc42190e930ccd777beefc5115c8267075d5d4c 100644
(file)
--- 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);