[edk2-devel] [PATCH edk2-platforms 0/3] enable Secure96 GPIO LEDs on ACPI systems

Ard Biesheuvel posted 3 patches 5 years ago
Failed in applying to current master (apply log)
Platform/96Boards/Include/Protocol/Mezzanine.h        |  21 ++++
Platform/96Boards/LsConnectorDxe/LsConnectorDxe.c     |  35 ++++---
Platform/96Boards/LsConnectorDxe/LsConnectorDxe.inf   |   1 +
Platform/96Boards/Secure96Dxe/Secure96.asl            | 103 ++++++++++++++++++++
Platform/96Boards/Secure96Dxe/Secure96Dxe.c           |  59 ++++++++++-
Platform/96Boards/Secure96Dxe/Secure96Dxe.inf         |   1 +
Silicon/Socionext/SynQuacer/AcpiTables/AcpiTables.inf |  14 +++
Silicon/Socionext/SynQuacer/AcpiTables/Dsdt.asl       |  20 ++++
8 files changed, 238 insertions(+), 16 deletions(-)
create mode 100644 Platform/96Boards/Secure96Dxe/Secure96.asl
[edk2-devel] [PATCH edk2-platforms 0/3] enable Secure96 GPIO LEDs on ACPI systems
Posted by Ard Biesheuvel 5 years ago
This series plumbs in the support for describing 96boards mezzanines
via ACPI. For now, only the GPIO LEDs are described: in the future,
I intend to wire up the I2C and SPI parts as well, but these are
currently untested and so not ready for review.

Note that this applies onto

Silicon/SynQuacer: add ACPI description of GPIO controller and power button

which I sent out earlier today.

Ard Biesheuvel (3):
  Silicon/SynQuacer: describe 96boards LS connector GPIOs via ACPI
  Platform/96Boards: add ACPI support to mezzanine/LS connector driver
  Platform/Secure96Dxe: add ACPI description of the GPIO LEDs

 Platform/96Boards/Include/Protocol/Mezzanine.h        |  21 ++++
 Platform/96Boards/LsConnectorDxe/LsConnectorDxe.c     |  35 ++++---
 Platform/96Boards/LsConnectorDxe/LsConnectorDxe.inf   |   1 +
 Platform/96Boards/Secure96Dxe/Secure96.asl            | 103 ++++++++++++++++++++
 Platform/96Boards/Secure96Dxe/Secure96Dxe.c           |  59 ++++++++++-
 Platform/96Boards/Secure96Dxe/Secure96Dxe.inf         |   1 +
 Silicon/Socionext/SynQuacer/AcpiTables/AcpiTables.inf |  14 +++
 Silicon/Socionext/SynQuacer/AcpiTables/Dsdt.asl       |  20 ++++
 8 files changed, 238 insertions(+), 16 deletions(-)
 create mode 100644 Platform/96Boards/Secure96Dxe/Secure96.asl

-- 
2.20.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#39548): https://edk2.groups.io/g/devel/message/39548
Mute This Topic: https://groups.io/mt/31341741/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH edk2-platforms 0/3] enable Secure96 GPIO LEDs on ACPI systems
Posted by Leif Lindholm 5 years ago
On Thu, Apr 25, 2019 at 02:32:51PM +0200, Ard Biesheuvel wrote:
> This series plumbs in the support for describing 96boards mezzanines
> via ACPI. For now, only the GPIO LEDs are described: in the future,
> I intend to wire up the I2C and SPI parts as well, but these are
> currently untested and so not ready for review.
> 
> Note that this applies onto
> 
> Silicon/SynQuacer: add ACPI description of GPIO controller and power button
> 
> which I sent out earlier today.

For the series:
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

I do have a separate comment on 3/3, but the series is not gated on that.

> Ard Biesheuvel (3):
>   Silicon/SynQuacer: describe 96boards LS connector GPIOs via ACPI
>   Platform/96Boards: add ACPI support to mezzanine/LS connector driver
>   Platform/Secure96Dxe: add ACPI description of the GPIO LEDs
> 
>  Platform/96Boards/Include/Protocol/Mezzanine.h        |  21 ++++
>  Platform/96Boards/LsConnectorDxe/LsConnectorDxe.c     |  35 ++++---
>  Platform/96Boards/LsConnectorDxe/LsConnectorDxe.inf   |   1 +
>  Platform/96Boards/Secure96Dxe/Secure96.asl            | 103 ++++++++++++++++++++
>  Platform/96Boards/Secure96Dxe/Secure96Dxe.c           |  59 ++++++++++-
>  Platform/96Boards/Secure96Dxe/Secure96Dxe.inf         |   1 +
>  Silicon/Socionext/SynQuacer/AcpiTables/AcpiTables.inf |  14 +++
>  Silicon/Socionext/SynQuacer/AcpiTables/Dsdt.asl       |  20 ++++
>  8 files changed, 238 insertions(+), 16 deletions(-)
>  create mode 100644 Platform/96Boards/Secure96Dxe/Secure96.asl
> 
> -- 
> 2.20.1
> 

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#39637): https://edk2.groups.io/g/devel/message/39637
Mute This Topic: https://groups.io/mt/31341741/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-