public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-platforms 0/6] Styx: fixes for IASL abuse and more
@ 2018-12-05 18:50 Ard Biesheuvel
  2018-12-05 18:50 ` [PATCH edk2-platforms 1/6] Silicon/AMD/Styx: move SOC version macros to common header Ard Biesheuvel
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Ard Biesheuvel @ 2018-12-05 18:50 UTC (permalink / raw)
  To: edk2-devel; +Cc: leif.lindholm, alan, graeme.gregory, Ard Biesheuvel

Primarily, this series gets rid of the hacked up way this platform
patches the DSDT at build time, by #include'ing intermediate output
of the iasl compiler [or some version of it, at least]

While at it, apply some other cleanups/improvements.

Ard Biesheuvel (6):
  Silicon/AMD/Styx: move SOC version macros to common header
  Silicon/AMD/Styx: move B1 revision peripherals to separate SSDT table
  Silicon/AMD/Styx: move XGBE declarations to separate SSDT table
  Silicon/AMD/Styx: emit DSDT as aml directly
  Platform: add acpiview to Seattle/Styx platforms
  Platform/AMD/OverdriveBoard: use default resolution for GOP

 .../AMD/OverdriveBoard/OverdriveBoard.dsc     |   7 +-
 Platform/LeMaker/CelloBoard/CelloBoard.dsc    |   5 +-
 .../Overdrive1000Board/Overdrive1000Board.dsc |   4 +-
 .../AMD/OverdriveBoard/OverdriveBoard.fdf     |   2 +-
 Platform/LeMaker/CelloBoard/CelloBoard.fdf    |   2 +-
 .../Overdrive1000Board/Overdrive1000Board.fdf |   2 +-
 Silicon/AMD/Styx/AcpiTables/AcpiAml.inf       |  29 ---
 Silicon/AMD/Styx/AcpiTables/AcpiTables.inf    |   3 -
 .../AcpiPlatformDxe/AcpiPlatformDxe.inf       |  13 ++
 Silicon/AMD/Styx/Common/AmdStyxAcpiLib.h      |   1 -
 Silicon/AMD/Styx/Common/SocVersion.h          |  19 ++
 Silicon/AMD/Styx/AcpiTables/Dsdt.c            | 192 ------------------
 Silicon/AMD/Styx/AcpiTables/Iort.c            |   6 +-
 .../Drivers/AcpiPlatformDxe/AcpiPlatform.c    | 137 ++++++++++++-
 .../StyxSataPlatformDxe/InitController.c      |   7 +-
 .../StyxDtbLoaderLib/StyxDtbLoaderLib.c       |   7 +-
 .../AcpiPlatformDxe}/Dsdt.asl                 | 180 ----------------
 .../Styx/Drivers/AcpiPlatformDxe/SsdtB1.asl   |  86 ++++++++
 .../Styx/Drivers/AcpiPlatformDxe/SsdtXgbe.asl | 135 ++++++++++++
 19 files changed, 395 insertions(+), 442 deletions(-)
 delete mode 100644 Silicon/AMD/Styx/AcpiTables/AcpiAml.inf
 create mode 100644 Silicon/AMD/Styx/Common/SocVersion.h
 delete mode 100644 Silicon/AMD/Styx/AcpiTables/Dsdt.c
 rename Silicon/AMD/Styx/{AcpiTables => Drivers/AcpiPlatformDxe}/Dsdt.asl (72%)
 create mode 100644 Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/SsdtB1.asl
 create mode 100644 Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/SsdtXgbe.asl

-- 
2.19.2



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-12-11  8:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-05 18:50 [PATCH edk2-platforms 0/6] Styx: fixes for IASL abuse and more Ard Biesheuvel
2018-12-05 18:50 ` [PATCH edk2-platforms 1/6] Silicon/AMD/Styx: move SOC version macros to common header Ard Biesheuvel
2018-12-05 18:50 ` [PATCH edk2-platforms 2/6] Silicon/AMD/Styx: move B1 revision peripherals to separate SSDT table Ard Biesheuvel
2018-12-05 18:50 ` [PATCH edk2-platforms 3/6] Silicon/AMD/Styx: move XGBE declarations " Ard Biesheuvel
2018-12-05 18:50 ` [PATCH edk2-platforms 4/6] Silicon/AMD/Styx: emit DSDT as aml directly Ard Biesheuvel
2018-12-05 18:50 ` [PATCH edk2-platforms 5/6] Platform: add acpiview to Seattle/Styx platforms Ard Biesheuvel
2018-12-05 21:39   ` Carsey, Jaben
2018-12-05 18:50 ` [PATCH edk2-platforms 6/6] Platform/AMD/OverdriveBoard: use default resolution for GOP Ard Biesheuvel
2018-12-10 21:58 ` [PATCH edk2-platforms 0/6] Styx: fixes for IASL abuse and more Leif Lindholm
2018-12-11  8:01   ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox