xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: xen-devel@lists.xen.org
Cc: keir@xen.org, Ian Campbell <ian.campbell@citrix.com>,
	stefano.stabellini@eu.citrix.com, julien.grall@linaro.org,
	tim@xen.org, jbeulich@suse.com, Josh Zhao <joshsystem@gmail.com>
Subject: [PATCH 5/8] xen/arm: Support Cortex-A7 GIC
Date: Fri, 13 Sep 2013 17:04:04 +0100	[thread overview]
Message-ID: <1379088247-29325-5-git-send-email-ian.campbell@citrix.com> (raw)
In-Reply-To: <1379088118.19256.95.camel@kazak.uk.xensource.com>

NB: NOT TO BE APPLIED

Julien has a patch to make this use a match list. This should be rebased onto
that.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 xen/arch/arm/gic.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/xen/arch/arm/gic.c b/xen/arch/arm/gic.c
index 7c24811..ab0f00d 100644
--- a/xen/arch/arm/gic.c
+++ b/xen/arch/arm/gic.c
@@ -360,6 +360,8 @@ void __init gic_init(void)
 
     node = dt_find_interrupt_controller("arm,cortex-a15-gic");
     if ( !node )
+        node = dt_find_interrupt_controller("arm,cortex-a7-gic");
+    if ( !node )
         panic("Unable to find compatible GIC in the device tree\n");
 
     dt_device_set_used_by(node, DOMID_XEN);
-- 
1.7.10.4

  parent reply	other threads:[~2013-09-13 16:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-13 16:01 [PATCH RFC 0/8] xen/arm: initial cubieboard2 support Ian Campbell
2013-09-13 16:04 ` [PATCH 1/8] xen/arm: Implement ioremap Ian Campbell
2013-09-13 16:04 ` [PATCH 3/8] ns16550: make usable on ARM Ian Campbell
2013-09-13 16:16   ` Jan Beulich
2013-09-13 16:04 ` [PATCH 4/8] ns16550: support DesignWare 8250 Ian Campbell
2013-09-13 16:04 ` Ian Campbell [this message]
2013-09-13 16:04 ` [PATCH 6/8] xen/arm: Basic support for sunxi/sun7i platform Ian Campbell
2013-09-13 16:04 ` [PATCH 7/8] xen/arm: Blacklist some sun7i UARTs Ian Campbell
2013-09-13 16:04 ` [PATCH 8/8] xen/arm: Some early trap logging Ian Campbell
2013-09-13 16:43 ` [PATCH RFC 0/8] xen/arm: initial cubieboard2 support Julien Grall
     [not found] ` <1379088247-29325-2-git-send-email-ian.campbell@citrix.com>
     [not found]   ` <52333E52.5060308@linaro.org>
2013-09-20 15:51     ` [PATCH 2/8] xen/arm: replace io{read, write}{l, b} with {read, write}{l, b} Ian Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1379088247-29325-5-git-send-email-ian.campbell@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=jbeulich@suse.com \
    --cc=joshsystem@gmail.com \
    --cc=julien.grall@linaro.org \
    --cc=keir@xen.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).