Re: [EXTERNAL] Re: [PATCH] hw/arm/sbsa-ref.c : Add a fake embedded controller

2020-08-25 Thread Peter Maydell
On Tue, 25 Aug 2020 at 11:08, Graeme Gregory wrote: > > On Mon, Aug 24, 2020 at 03:59:38PM +0100, Peter Maydell wrote: > > > +enum sbsa_secure_ec_powerstates { > > > +SBSA_SECURE_EC_CMD_NULL, > > > +SBSA_SECURE_EC_CMD_POWEROFF, > > > +SBSA_SECURE_EC_CMD_REBOOT, > > > > The last two are

Re: [EXTERNAL] Re: [PATCH] hw/arm/sbsa-ref.c : Add a fake embedded controller

2020-08-25 Thread Graeme Gregory
On Fri, Aug 21, 2020 at 03:49:11PM +0200, Philippe Mathieu-Daudé wrote: > On 8/20/20 3:32 PM, Graeme Gregory wrote: > > A difference between sbsa platform and the virt platform is PSCI is > > handled by ARM-TF in the sbsa platform. This means that the PSCI code > > there needs to communicate some o

Re: [EXTERNAL] Re: [PATCH] hw/arm/sbsa-ref.c : Add a fake embedded controller

2020-08-25 Thread Graeme Gregory
On Mon, Aug 24, 2020 at 03:59:38PM +0100, Peter Maydell wrote: > On Thu, 20 Aug 2020 at 14:32, Graeme Gregory wrote: > > > > A difference between sbsa platform and the virt platform is PSCI is > > handled by ARM-TF in the sbsa platform. This means that the PSCI code > > there needs to communicate

Re: [PATCH] hw/arm/sbsa-ref.c : Add a fake embedded controller

2020-08-24 Thread Peter Maydell
On Thu, 20 Aug 2020 at 14:32, Graeme Gregory wrote: > > A difference between sbsa platform and the virt platform is PSCI is > handled by ARM-TF in the sbsa platform. This means that the PSCI code > there needs to communicate some of the platform power changes down > to the qemu code for things lik

Re: [PATCH] hw/arm/sbsa-ref.c : Add a fake embedded controller

2020-08-21 Thread Philippe Mathieu-Daudé
On 8/20/20 3:32 PM, Graeme Gregory wrote: > A difference between sbsa platform and the virt platform is PSCI is > handled by ARM-TF in the sbsa platform. This means that the PSCI code > there needs to communicate some of the platform power changes down > to the qemu code for things like shutdown/re

Re: [PATCH] hw/arm/sbsa-ref.c : Add a fake embedded controller

2020-08-20 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200820133201.80577-1-gra...@nuviainc.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

Re: [PATCH] hw/arm/sbsa-ref.c : Add a fake embedded controller

2020-08-20 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200820133201.80577-1-gra...@nuviainc.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ==

[PATCH] hw/arm/sbsa-ref.c : Add a fake embedded controller

2020-08-20 Thread Graeme Gregory
A difference between sbsa platform and the virt platform is PSCI is handled by ARM-TF in the sbsa platform. This means that the PSCI code there needs to communicate some of the platform power changes down to the qemu code for things like shutdown/reset control. Space has been left to extend the EC

Re: [PATCH] hw/arm/sbsa-ref.c : Add a fake embedded controller

2020-08-20 Thread Graeme Gregory
On Thu, Aug 20, 2020 at 02:32:01PM +0100, Graeme Gregory wrote: > A difference between sbsa platform and the virt platform is PSCI is > handled by ARM-TF in the sbsa platform. This means that the PSCI code > there needs to communicate some of the platform power changes down > to the qemu code for t