Re: xlnx-zynqmp doesn't set psci-conduit on the R-cores

2020-01-14 Thread Peter Maydell
On Sat, 11 Jan 2020 at 21:36, Edgar E. Iglesias wrote: > On Fri, 10 Jan. 2020, 08:42 Peter Maydell, wrote: >> Hi; somebody pointed out to me that hw/arm/xlnx-zynqmp.c only >> sets the psci-conduit on the A-profile cores, not the R. This >> means you can't set the boot-cpu to an R-profile core and

Re: xlnx-zynqmp doesn't set psci-conduit on the R-cores

2020-01-11 Thread Edgar E. Iglesias
On Fri, 10 Jan. 2020, 08:42 Peter Maydell, wrote: > Hi; somebody pointed out to me that hw/arm/xlnx-zynqmp.c only > sets the psci-conduit on the A-profile cores, not the R. This > means you can't set the boot-cpu to an R-profile core and > use PSCI to wake up the other one. Is the omission delibe

xlnx-zynqmp doesn't set psci-conduit on the R-cores

2020-01-10 Thread Peter Maydell
Hi; somebody pointed out to me that hw/arm/xlnx-zynqmp.c only sets the psci-conduit on the A-profile cores, not the R. This means you can't set the boot-cpu to an R-profile core and use PSCI to wake up the other one. Is the omission deliberate? thanks -- PMM