mbox series

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

Message ID 20200826141952.136164-1-graeme@nuviainc.com
Headers show
Series Add an embedded controller to sbsa-ref machine | expand

Message

Graeme Gregory Aug. 26, 2020, 2:19 p.m. UTC
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

Comments

Leif Lindholm Aug. 28, 2020, 12:21 p.m. UTC | #1
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 seperate patch
>  - applied review comments to date

For the series:
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
Tested-by: Leif Lindholm <leif@nuviainc.com>

Thanks!
Peter Maydell Sept. 1, 2020, 1:02 p.m. UTC | #2
On Wed, 26 Aug 2020 at 15:19, Graeme Gregory <graeme@nuviainc.com> 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 patch
>  - applied review comments to date
>



Applied to target-arm.next, thanks.

-- PMM