diff options
author | Abdul Lateef Attar <AbdulLateef.Attar@amd.com> | 2025-01-27 10:27:23 +0000 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-02-07 15:24:03 +0000 |
commit | 2b3ea9334f46a457ab4f22f2cfe67bc3e5916c1b (patch) | |
tree | 495febab8076f7ac33e66e572fe78626b595961b /DynamicTablesPkg/DynamicTablesPkg.ci.yaml | |
parent | 1f1182c396466300ad6659c42b517542c61706d9 (diff) | |
download | edk2-2b3ea9334f46a457ab4f22f2cfe67bc3e5916c1b.tar.gz |
DynamicTablesPkg: Adds X64 support to SRAT table generator
Adds X64 support to the SRAT table generator library.
Adds EX64ObjLocalApicX2ApicAffinity CM object to get
platform configuration information.
Update the parser with newly added CM object.
Cc: Sami Mujawar <Sami.Mujawar@arm.com>
Cc: Pierre Gondois <pierre.gondois@arm.com>
Signed-off-by: Abdul Lateef Attar <AbdulLateef.Attar@amd.com>
Diffstat (limited to 'DynamicTablesPkg/DynamicTablesPkg.ci.yaml')
-rw-r--r-- | DynamicTablesPkg/DynamicTablesPkg.ci.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/DynamicTablesPkg/DynamicTablesPkg.ci.yaml b/DynamicTablesPkg/DynamicTablesPkg.ci.yaml index 42638ca704..cc9771aec5 100644 --- a/DynamicTablesPkg/DynamicTablesPkg.ci.yaml +++ b/DynamicTablesPkg/DynamicTablesPkg.ci.yaml @@ -2,7 +2,7 @@ # CI configuration for DynamicTablesPkg
#
# Copyright (c) 2020, Arm Limited. All rights reserved.<BR>
-# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR>
+# Copyright (C) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
@@ -123,6 +123,7 @@ "Rdword",
"Roadmap",
"ROOTNODEBASE",
+ "sapic",
"ssdtcmn",
"ssdtserialporttemplate",
"SMMUV",
|