From: Wei Liu <wei.liu2@citrix.com>
To: Julien Grall <julien.grall@arm.com>
Cc: Dirk Behme <dirk.behme@de.bosch.com>,
Wei Liu <wei.liu2@citrix.com>,
sstabellini@kernel.org, xen-devel@lists.xen.org
Subject: Re: [PATCH v2] xen/arm: domain_build: Add PSCI 1.0 compatibility
Date: Fri, 22 Apr 2016 16:49:56 +0100 [thread overview]
Message-ID: <20160422154956.GQ27627@citrix.com> (raw)
In-Reply-To: <571A465D.8080401@arm.com>
On Fri, Apr 22, 2016 at 04:42:21PM +0100, Julien Grall wrote:
> (CC Wei for release-ack)
>
> Hello Dirk,
>
> On 21/04/16 06:33, Dirk Behme wrote:
> >Xen needs to blacklist any PSCI node as it will be recreated for DOM0.
> >Up to now, this was done only for arm,psci and arm,psci-0.2 compatible
> >nodes. Add PSCI 1.0 compatibility to make device tree nodes with
> >
> >compatible = "arm,psci-1.0";
> >
> >blacklisted, too
> >
> >Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
>
> Acked-by: Julien Grall <julien.grall@arm.com>
>
> I think this is a bug fix for Xen 4.7. The impact is very limited and will
> help to boot Xen on platform when only PSCI 1.0 is supported.
>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
> The patch should also be backported to Xen 4.6 where the support of PSCI 1.0
> has been added for the first time.
>
> Regards,
>
> >---
> > xen/arch/arm/domain_build.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> >diff --git a/xen/arch/arm/domain_build.c b/xen/arch/arm/domain_build.c
> >index aba714c..00dc07a 100644
> >--- a/xen/arch/arm/domain_build.c
> >+++ b/xen/arch/arm/domain_build.c
> >@@ -1190,6 +1190,7 @@ static int handle_node(struct domain *d, struct kernel_info *kinfo,
> > DT_MATCH_COMPATIBLE("multiboot,module"),
> > DT_MATCH_COMPATIBLE("arm,psci"),
> > DT_MATCH_COMPATIBLE("arm,psci-0.2"),
> >+ DT_MATCH_COMPATIBLE("arm,psci-1.0"),
> > DT_MATCH_COMPATIBLE("arm,cortex-a7-pmu"),
> > DT_MATCH_COMPATIBLE("arm,cortex-a15-pmu"),
> > DT_MATCH_COMPATIBLE("arm,armv8-pmuv3"),
> >
>
> --
> Julien Grall
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-04-22 15:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-21 5:33 [PATCH v2] xen/arm: domain_build: Add PSCI 1.0 compatibility Dirk Behme
2016-04-22 15:42 ` Julien Grall
2016-04-22 15:49 ` Wei Liu [this message]
2016-04-22 17:28 ` Stefano Stabellini
2016-04-22 17:21 ` Julien Grall
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=20160422154956.GQ27627@citrix.com \
--to=wei.liu2@citrix.com \
--cc=dirk.behme@de.bosch.com \
--cc=julien.grall@arm.com \
--cc=sstabellini@kernel.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 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.