Re: [Qemu-devel] [PATCH target-arm v1 15/15] arm: xlnx-zynq-mp: Add PSCI setup

2015-03-02 Thread Peter Crosthwaite
On Wed, Feb 25, 2015 at 11:04 PM, Alistair Francis wrote: > On Tue, Feb 24, 2015 at 9:04 AM, Peter Crosthwaite > wrote: >> Use SMC PSCI, with the standard policy of secondaries starting in >> power-off. >> >> Signed-off-by: Peter Crosthwaite >> --- >> hw/arm/xlnx-zynq-mp.c | 8 >> 1 fi

Re: [Qemu-devel] [PATCH target-arm v1 15/15] arm: xlnx-zynq-mp: Add PSCI setup

2015-02-25 Thread Alistair Francis
On Tue, Feb 24, 2015 at 9:04 AM, Peter Crosthwaite wrote: > Use SMC PSCI, with the standard policy of secondaries starting in > power-off. > > Signed-off-by: Peter Crosthwaite > --- > hw/arm/xlnx-zynq-mp.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/hw/arm/xlnx-zynq-mp.c b/h

[Qemu-devel] [PATCH target-arm v1 15/15] arm: xlnx-zynq-mp: Add PSCI setup

2015-02-23 Thread Peter Crosthwaite
Use SMC PSCI, with the standard policy of secondaries starting in power-off. Signed-off-by: Peter Crosthwaite --- hw/arm/xlnx-zynq-mp.c | 8 1 file changed, 8 insertions(+) diff --git a/hw/arm/xlnx-zynq-mp.c b/hw/arm/xlnx-zynq-mp.c index 9d7e834..0952221 100644 --- a/hw/arm/xlnx-zynq-m