From: "Pete Batard" <pete@akeo.ie>
To: devel@edk2.groups.io
Cc: ard.biesheuvel@linaro.org, leif@nuviainc.com, philmd@redhat.com,
awarkentin@vmware.com
Subject: [edk2-platforms][PATCH 0/6] Platforms/RPi/AcpiTables: ACPI platform improvements
Date: Thu, 26 Mar 2020 11:53:16 +0000 [thread overview]
Message-ID: <20200326115322.2880-1-pete@akeo.ie> (raw)
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
next reply other threads:[~2020-03-26 11:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-26 11:53 Pete Batard [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200326115322.2880-1-pete@akeo.ie \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox