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>
31 lines
655 B
INI
31 lines
655 B
INI
## @file
|
|
# Ssdt PCIe Support Library.
|
|
#
|
|
# Copyright (c) 2021, Arm Limited. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x0001001B
|
|
BASE_NAME = SsdtPcieSupportLib
|
|
FILE_GUID = 510451a0-60b2-446c-b6bf-59cbe4a41782
|
|
VERSION_STRING = 1.0
|
|
MODULE_TYPE = DXE_DRIVER
|
|
LIBRARY_CLASS = SsdtPcieSupportLib
|
|
|
|
[Sources]
|
|
SsdtPcieSupportLib.c
|
|
SsdtPcieSupportLibPrivate.h
|
|
SsdtPcieOscTemplate.asl
|
|
|
|
[Packages]
|
|
DynamicTablesPkg/DynamicTablesPkg.dec
|
|
EmbeddedPkg/EmbeddedPkg.dec
|
|
MdePkg/MdePkg.dec
|
|
|
|
[LibraryClasses]
|
|
AcpiHelperLib
|
|
AmlLib
|
|
BaseLib
|