[edk2-devel] [PATCH edk2-platforms 0/3] fixes for AMD OverDrive

Ard Biesheuvel posted 3 patches 4 years, 5 months ago
Failed in applying to current master (apply log)
Platform/AMD/OverdriveBoard/DeviceTree/OverdriveBoard.dts    |  19 ++-
Platform/AMD/OverdriveBoard/OverdriveBoard.dsc               |   2 +-
Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/Dsdt.asl            |  23 ----
Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/Iort.aslc           | 137 +++++---------------
Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/SsdtB1.asl          |  23 ++++
Silicon/AMD/Styx/Library/StyxDtbLoaderLib/StyxDtbLoaderLib.c |   5 +-
6 files changed, 72 insertions(+), 137 deletions(-)
[edk2-devel] [PATCH edk2-platforms 0/3] fixes for AMD OverDrive
Posted by Ard Biesheuvel 4 years, 5 months ago
Fix some issues in the ACPI and DT descriptions of the SMMU routing,
in particular the routing of the CCP crypto accelerator, which sits
behind an SMMU as well on B1 silicon (but not on B0, strangely enough)

Ard Biesheuvel (3):
  Platform/Overdrive: add missing resolution for FileHandleLib
  Silicon/AMD/Styx: clean up stream ID mappings for SMMU
  Platform/Overdrive: clean up stream ID descriptions in DT

 Platform/AMD/OverdriveBoard/DeviceTree/OverdriveBoard.dts    |  19 ++-
 Platform/AMD/OverdriveBoard/OverdriveBoard.dsc               |   2 +-
 Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/Dsdt.asl            |  23 ----
 Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/Iort.aslc           | 137 +++++---------------
 Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/SsdtB1.asl          |  23 ++++
 Silicon/AMD/Styx/Library/StyxDtbLoaderLib/StyxDtbLoaderLib.c |   5 +-
 6 files changed, 72 insertions(+), 137 deletions(-)

-- 
2.20.1


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

View/Reply Online (#51247): https://edk2.groups.io/g/devel/message/51247
Mute This Topic: https://groups.io/mt/61945298/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] fixes for AMD OverDrive
Posted by Leif Lindholm 4 years, 5 months ago
On Mon, Nov 25, 2019 at 19:07:07 +0100, Ard Biesheuvel wrote:
> Fix some issues in the ACPI and DT descriptions of the SMMU routing,
> in particular the routing of the CCP crypto accelerator, which sits
> behind an SMMU as well on B1 silicon (but not on B0, strangely enough)
> 
> Ard Biesheuvel (3):
>   Platform/Overdrive: add missing resolution for FileHandleLib
>   Silicon/AMD/Styx: clean up stream ID mappings for SMMU
>   Platform/Overdrive: clean up stream ID descriptions in DT

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


>  Platform/AMD/OverdriveBoard/DeviceTree/OverdriveBoard.dts    |  19 ++-
>  Platform/AMD/OverdriveBoard/OverdriveBoard.dsc               |   2 +-
>  Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/Dsdt.asl            |  23 ----
>  Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/Iort.aslc           | 137 +++++---------------
>  Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/SsdtB1.asl          |  23 ++++
>  Silicon/AMD/Styx/Library/StyxDtbLoaderLib/StyxDtbLoaderLib.c |   5 +-
>  6 files changed, 72 insertions(+), 137 deletions(-)
> 
> -- 
> 2.20.1
> 

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

View/Reply Online (#51276): https://edk2.groups.io/g/devel/message/51276
Mute This Topic: https://groups.io/mt/61945298/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] fixes for AMD OverDrive
Posted by Ard Biesheuvel 4 years, 5 months ago
On Tue, 26 Nov 2019 at 12:47, Leif Lindholm <leif.lindholm@linaro.org> wrote:
>
> On Mon, Nov 25, 2019 at 19:07:07 +0100, Ard Biesheuvel wrote:
> > Fix some issues in the ACPI and DT descriptions of the SMMU routing,
> > in particular the routing of the CCP crypto accelerator, which sits
> > behind an SMMU as well on B1 silicon (but not on B0, strangely enough)
> >
> > Ard Biesheuvel (3):
> >   Platform/Overdrive: add missing resolution for FileHandleLib
> >   Silicon/AMD/Styx: clean up stream ID mappings for SMMU
> >   Platform/Overdrive: clean up stream ID descriptions in DT
>
> For the series:
> Acked-by: Leif Lindholm <leif.lindholm@linaro.org>
>

Thanks. I'm spinning another version of this series, though ...

>
> >  Platform/AMD/OverdriveBoard/DeviceTree/OverdriveBoard.dts    |  19 ++-
> >  Platform/AMD/OverdriveBoard/OverdriveBoard.dsc               |   2 +-
> >  Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/Dsdt.asl            |  23 ----
> >  Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/Iort.aslc           | 137 +++++---------------
> >  Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/SsdtB1.asl          |  23 ++++
> >  Silicon/AMD/Styx/Library/StyxDtbLoaderLib/StyxDtbLoaderLib.c |   5 +-
> >  6 files changed, 72 insertions(+), 137 deletions(-)
> >
> > --
> > 2.20.1
> >

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

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