Re: [PATCH v2 0/2] Add an embedded controller to sbsa-ref machine

2020-09-01 Thread Peter Maydell
On Wed, 26 Aug 2020 at 15:19, Graeme Gregory wrote: > > This series is to an add embedded controller to the sbsa-ref machine > so that PSCI can communicate platform power states to the platform > which in this case is QEMU. > > v1->v2 > - broke out the EC itself as hw/misc/sbsa_ec.c as seperate p

Re: [PATCH v2 0/2] Add an embedded controller to sbsa-ref machine

2020-08-28 Thread Leif Lindholm
On Wed, Aug 26, 2020 at 15:19:50 +0100, Graeme Gregory wrote: > This series is to an add embedded controller to the sbsa-ref machine > so that PSCI can communicate platform power states to the platform > which in this case is QEMU. > > v1->v2 > - broke out the EC itself as hw/misc/sbsa_ec.c as se

[PATCH v2 0/2] Add an embedded controller to sbsa-ref machine

2020-08-26 Thread Graeme Gregory
This series is to an add embedded controller to the sbsa-ref machine so that PSCI can communicate platform power states to the platform which in this case is QEMU. v1->v2 - broke out the EC itself as hw/misc/sbsa_ec.c as seperate patch - applied review comments to date