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

Graeme Gregory posted 2 patches 3 years, 8 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200826141952.136164-1-graeme@nuviainc.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Leif Lindholm <leif@nuviainc.com>, Radoslaw Biernacki <rad@semihalf.com>
[PATCH v2 0/2] Add an embedded controller to sbsa-ref machine
Posted by Graeme Gregory 3 years, 8 months ago
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



Re: [PATCH v2 0/2] Add an embedded controller to sbsa-ref machine
Posted by Leif Lindholm 3 years, 8 months ago
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!

Re: [PATCH v2 0/2] Add an embedded controller to sbsa-ref machine
Posted by Peter Maydell 3 years, 8 months ago
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