Re: [Xen-devel] [PATCH v2] xen/arm: domain_build: Add PSCI 1.0 compatibility

2016-04-22 Thread Stefano Stabellini
On Fri, 22 Apr 2016, Wei Liu wrote: > 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 do

Re: [Xen-devel] [PATCH v2] xen/arm: domain_build: Add PSCI 1.0 compatibility

2016-04-22 Thread Julien Grall
On 22/04/16 16:42, 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

Re: [Xen-devel] [PATCH v2] xen/arm: domain_build: Add PSCI 1.0 compatibility

2016-04-22 Thread Wei Liu
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 > >

Re: [Xen-devel] [PATCH v2] xen/arm: domain_build: Add PSCI 1.0 compatibility

2016-04-22 Thread Julien Grall
(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 =

[Xen-devel] [PATCH v2] xen/arm: domain_build: Add PSCI 1.0 compatibility

2016-04-20 Thread Dirk Behme
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 --- xen/arch/ar