From: "Jeff Brasen" <jbrasen@nvidia.com>
To: <devel@edk2.groups.io>, <pierre.gondois@arm.com>
Cc: <Sami.Mujawar@arm.com>, <Alexei.Fedorov@arm.com>,
Jeff Brasen <jbrasen@nvidia.com>
Subject: [PATCH v3 0/3] DynamicTablesPkg: Pcie generation updates
Date: Fri, 8 Jul 2022 14:59:00 -0600 [thread overview]
Message-ID: <cover.1657313523.git.jbrasen@nvidia.com> (raw)
Add fixes/features to dynamic PCIe support
- Correct issue with translation in generated ACPI tables.
- Allow for more than 16 controllers to be generated.
- Add support library to allow for override of _OSC and slot info.
Updates:
v3 - Remove segment as UID patch, convert override to library
v2 - Add IsPosDecode logic to translation patch
Jeff Brasen (3):
DynamicTablesPkg: AcpiSsdtPcieLibArm: Correct translation value
DynamicTablesPkg: AcpiSsdtPcieLibArm: Support UID > 0xF
DynamicTablesPkg: AcpiSsdtPcieLibArm: Create support library
.../Include/Library/SsdtPcieSupportLib.h | 73 +++++++
.../AcpiSsdtPcieLibArm/SsdtPcieGenerator.c | 191 ++---------------
.../AcpiSsdtPcieLibArm/SsdtPcieGenerator.h | 17 +-
.../Arm/AcpiSsdtPcieLibArm/SsdtPcieLibArm.inf | 2 +-
.../SsdtPcieOscTemplate.asl | 0
.../SsdtPcieSupportLib/SsdtPcieSupportLib.c | 200 ++++++++++++++++++
.../SsdtPcieSupportLib/SsdtPcieSupportLib.inf | 30 +++
.../SsdtPcieSupportLibPrivate.h | 25 +++
8 files changed, 349 insertions(+), 189 deletions(-)
create mode 100644 DynamicTablesPkg/Include/Library/SsdtPcieSupportLib.h
rename DynamicTablesPkg/Library/{Acpi/Arm/AcpiSsdtPcieLibArm => Common/SsdtPcieSupportLib}/SsdtPcieOscTemplate.asl (100%)
create mode 100644 DynamicTablesPkg/Library/Common/SsdtPcieSupportLib/SsdtPcieSupportLib.c
create mode 100644 DynamicTablesPkg/Library/Common/SsdtPcieSupportLib/SsdtPcieSupportLib.inf
create mode 100644 DynamicTablesPkg/Library/Common/SsdtPcieSupportLib/SsdtPcieSupportLibPrivate.h
--
2.25.1
next reply other threads:[~2022-07-08 20:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-08 20:59 Jeff Brasen [this message]
2022-07-08 20:59 ` [PATCH v3 1/3] DynamicTablesPkg: AcpiSsdtPcieLibArm: Correct translation value Jeff Brasen
2022-07-19 15:15 ` [edk2-devel] " Sami Mujawar
2022-07-08 20:59 ` [PATCH v3 2/3] DynamicTablesPkg: AcpiSsdtPcieLibArm: Support UID > 0xF Jeff Brasen
2022-07-19 15:17 ` [edk2-devel] " Sami Mujawar
2022-07-08 20:59 ` [PATCH v3 3/3] DynamicTablesPkg: AcpiSsdtPcieLibArm: Create support library Jeff Brasen
2022-07-19 15:22 ` [edk2-devel] " Sami Mujawar
2022-07-12 7:46 ` [PATCH v3 0/3] DynamicTablesPkg: Pcie generation updates PierreGondois
2022-07-20 8:03 ` [edk2-devel] " Sami Mujawar
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=cover.1657313523.git.jbrasen@nvidia.com \
--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