summaryrefslogtreecommitdiff
path: root/DynamicTablesPkg/Include
diff options
context:
space:
mode:
authorAbdul Lateef Attar <AbdulLateef.Attar@amd.com>2025-07-07 10:08:20 +0000
committerpierregondois <41638958+pierregondois@users.noreply.github.com>2025-08-01 15:45:06 +0200
commit7fe3609022ce7f52190bd6384d117f1510e15afe (patch)
tree199b8c738ad3bb76e647be932b945b37c8ffbf71 /DynamicTablesPkg/Include
parenta60334ad59eb8b6f2f056febeb0c2b5ed20c7b57 (diff)
downloadedk2-master.zip
edk2-master.tar.gz
edk2-master.tar.bz2
DynamicTablesPkg: Add alias for EArchCommonObjPciConfigSpaceInfoHEADmaster
Introduce EArchCommonObjMcfgPciConfigSpaceInfo as an alias for EArchCommonObjPciConfigSpaceInfo. The CM_ARCH_COMMON_PCI_CONFIG_SPACE_INFO object is utilized by both the MCFG and ACPI SSDT PCIE generators. Assigning a unique configuration object ID ensures the platform configuration driver supplies the correct data. Signed-off-by: Abdul Lateef Attar <AbdulLateef.Attar@amd.com>
Diffstat (limited to 'DynamicTablesPkg/Include')
-rw-r--r--DynamicTablesPkg/Include/ArchCommonNameSpaceObjects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/DynamicTablesPkg/Include/ArchCommonNameSpaceObjects.h b/DynamicTablesPkg/Include/ArchCommonNameSpaceObjects.h
index 33e976c..54bb046 100644
--- a/DynamicTablesPkg/Include/ArchCommonNameSpaceObjects.h
+++ b/DynamicTablesPkg/Include/ArchCommonNameSpaceObjects.h
@@ -72,6 +72,7 @@ typedef enum ArchCommonObjectID {
EArchCommonObjMemoryCacheInfo, ///< 44 - Memory Cache Info
EArchCommonObjSpcrInfo, ///< 45 - Serial Terminal and Interrupt Info
EArchCommonObjTpm2DeviceInfo, ///< 46 - TPM2 Device Info
+ EArchCommonObjMcfgPciConfigSpaceInfo, ///< 47 - MCFG PCI Configuration Space Info
EArchCommonObjMax
} EARCH_COMMON_OBJECT_ID;