summaryrefslogtreecommitdiffstats
path: root/DynamicTablesPkg/Include
diff options
context:
space:
mode:
authorAbdul Lateef Attar <AbdulLateef.Attar@amd.com>2024-08-02 11:13:38 +0000
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-09-02 16:34:00 +0000
commit238ccc5944b89e6f57a1a775a84ea08b294bbba6 (patch)
treecd69acd4c222ffdd812827c88786f27d970e9005 /DynamicTablesPkg/Include
parent5dafa13d623a764648221ebb644f880c3cb1198f (diff)
downloadedk2-238ccc5944b89e6f57a1a775a84ea08b294bbba6.tar.gz
DynamicTablesPkg: Adds generic ACPI Creator ID
Adds generic creator id as DYNT. Updates the common ACPI tables with generic CreatorId. 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/Include')
-rw-r--r--DynamicTablesPkg/Include/AcpiTableGenerator.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/DynamicTablesPkg/Include/AcpiTableGenerator.h b/DynamicTablesPkg/Include/AcpiTableGenerator.h
index 761a5ec6d3..d4ad603e2b 100644
--- a/DynamicTablesPkg/Include/AcpiTableGenerator.h
+++ b/DynamicTablesPkg/Include/AcpiTableGenerator.h
@@ -160,9 +160,14 @@ typedef enum StdAcpiTableId {
TableId \
)
-/** The Creator ID for the ACPI tables generated using
+/** The generic creator ID for the ACPI tables generated using
the standard ACPI table generators.
*/
+#define TABLE_GENERATOR_CREATOR_ID SIGNATURE_32('D', 'Y', 'N', 'T')
+
+/** The Creator ID for the ACPI tables generated using
+ the standard ACPI table generators for ARM.
+*/
#define TABLE_GENERATOR_CREATOR_ID_ARM SIGNATURE_32('A', 'R', 'M', 'H')
/** A macro to initialise the common header part of EFI ACPI tables as