From 238ccc5944b89e6f57a1a775a84ea08b294bbba6 Mon Sep 17 00:00:00 2001 From: Abdul Lateef Attar Date: Fri, 2 Aug 2024 11:13:38 +0000 Subject: DynamicTablesPkg: Adds generic ACPI Creator ID Adds generic creator id as DYNT. Updates the common ACPI tables with generic CreatorId. Cc: Sami Mujawar Cc: Pierre Gondois Signed-off-by: Abdul Lateef Attar --- DynamicTablesPkg/Include/AcpiTableGenerator.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'DynamicTablesPkg/Include') 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 -- cgit