diff options
author | Jeff Brasen <jbrasen@nvidia.com> | 2022-07-08 14:59:03 -0600 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-07-19 16:15:35 +0000 |
commit | 19a87683654a4969a9f86a3d02199c253c789970 (patch) | |
tree | bb0ca2fa38f41d2d538408de4fd7538b22a94f92 /DynamicTablesPkg/DynamicTablesPkg.dec | |
parent | 9ac155bf0b875f5df29ff4389107e2ec2ee3807e (diff) | |
download | edk2-19a87683654a4969a9f86a3d02199c253c789970.tar.gz |
DynamicTablesPkg: AcpiSsdtPcieLibArm: Create support library
Add support library to allow for customization of _OSC and slot info.
The functions in the library are unchanged,
with the exception of adding PciInfo pointer to the APIs.
Signed-off-by: Jeff Brasen <jbrasen@nvidia.com>
Reviewed-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Diffstat (limited to 'DynamicTablesPkg/DynamicTablesPkg.dec')
-rw-r--r-- | DynamicTablesPkg/DynamicTablesPkg.dec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DynamicTablesPkg/DynamicTablesPkg.dec b/DynamicTablesPkg/DynamicTablesPkg.dec index 9b74c5a671..cc34c2bdd6 100644 --- a/DynamicTablesPkg/DynamicTablesPkg.dec +++ b/DynamicTablesPkg/DynamicTablesPkg.dec @@ -30,6 +30,9 @@ ## @libraryclass Defines a set of APIs to a hardware information parser.
HwInfoParserLib|Include/Library/HwInfoParserLib.h
+ ## @libraryclass Defines functions for customizing the generation of _OSC and slot info.
+ SsdtPcieSupportLib|Include/Library/SsdtPcieSupportLib.h
+
## @libraryclass Defines a set of methods for fixing up a SSDT Serial Port.
SsdtSerialPortFixupLib|Include/Library/SsdtSerialPortFixupLib.h
|