public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-platforms][PATCH 0/6] Platforms/RPi/AcpiTables: ACPI platform improvements
@ 2020-03-26 11:53 Pete Batard
  2020-03-26 11:53 ` [edk2-platforms][PATCH 1/6] Platform/RPi/AcpiTables: Fix Pi 4 interrupts values Pete Batard
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Pete Batard @ 2020-03-26 11:53 UTC (permalink / raw)
  To: devel; +Cc: ard.biesheuvel, leif, philmd, awarkentin

This patchset brings additional cleanup and improvements to the factorized
ACPI table generation for the Pi platform by:

* Updating the Pi 4 interrupts we know of to their proper values.
* Removing VendorLong () sections in the ASL data we inherited from Microsoft.
* Improving MADT factorization through the use of PCDs.
* Setting ACPI IDs to more professional expected values.
* Adding proper DMA translation for devices that sit behind GPU/VideoCore.

It should be noted that this patchset was checked for regressions against a
Pi 3 running Windows 10 as well as well as a Pi 4 running Debian Linux.


Andrei Warkentin (3):
  Platform/RPi/AcpiTables: Replace VendorLong () blobs with PinFunction
    ()
  Platform/RPi/AcpiTables: Move GPU devices into a separate ASL file
  Platform/RPi/AcpiTables: Describe DMA constraints for devices behind
    GPU

Pete Batard (3):
  Platform/RPi/AcpiTables: Fix Pi 4 interrupts values
  Platform/RPi/AcpiTables: Use PCDs in MADT
  Platform/RPi/AcpiTables: Clean up ACPI IDs

 Platform/RaspberryPi/AcpiTables/AcpiTables.h   |  46 +-
 Platform/RaspberryPi/AcpiTables/AcpiTables.inf |   8 +
 Platform/RaspberryPi/AcpiTables/Dsdt.asl       | 581 +++++---------------
 Platform/RaspberryPi/AcpiTables/Fadt.aslc      |  10 +
 Platform/RaspberryPi/AcpiTables/GpuDevs.asl    | 393 +++++++++++++
 Platform/RaspberryPi/AcpiTables/Madt.aslc      |  31 +-
 Platform/RaspberryPi/AcpiTables/Uart.asl       |  16 +-
 Platform/RaspberryPi/RPi3/RPi3.dsc             |   9 +
 Platform/RaspberryPi/RPi4/RPi4.dsc             |   7 +
 Platform/RaspberryPi/RaspberryPi.dec           |   7 +
 10 files changed, 601 insertions(+), 507 deletions(-)
 create mode 100644 Platform/RaspberryPi/AcpiTables/GpuDevs.asl

-- 
2.21.0.windows.1


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

end of thread, other threads:[~2020-03-26 14:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-26 11:53 [edk2-platforms][PATCH 0/6] Platforms/RPi/AcpiTables: ACPI platform improvements Pete Batard
2020-03-26 11:53 ` [edk2-platforms][PATCH 1/6] Platform/RPi/AcpiTables: Fix Pi 4 interrupts values Pete Batard
2020-03-26 11:53 ` [edk2-platforms][PATCH 2/6] Platform/RPi/AcpiTables: Replace VendorLong () blobs with PinFunction () Pete Batard
2020-03-26 11:53 ` [edk2-platforms][PATCH 3/6] Platform/RPi/AcpiTables: Use PCDs in MADT Pete Batard
2020-03-26 11:53 ` [edk2-platforms][PATCH 4/6] Platform/RPi/AcpiTables: Clean up ACPI IDs Pete Batard
2020-03-26 11:53 ` [edk2-platforms][PATCH 5/6] Platform/RPi/AcpiTables: Move GPU devices into a separate ASL file Pete Batard
2020-03-26 11:53 ` [edk2-platforms][PATCH 6/6] Platform/RPi/AcpiTables: Describe DMA constraints for devices behind GPU Pete Batard
2020-03-26 14:06 ` [edk2-platforms][PATCH 0/6] Platforms/RPi/AcpiTables: ACPI platform improvements Ard Biesheuvel

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