diff options
author | Abdul Lateef Attar <AbdulLateef.Attar@amd.com> | 2024-08-02 11:13:38 +0000 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-09-02 16:34:00 +0000 |
commit | 238ccc5944b89e6f57a1a775a84ea08b294bbba6 (patch) | |
tree | cd69acd4c222ffdd812827c88786f27d970e9005 /DynamicTablesPkg/Library/Acpi/Common/AcpiFadtLib | |
parent | 5dafa13d623a764648221ebb644f880c3cb1198f (diff) | |
download | edk2-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/Library/Acpi/Common/AcpiFadtLib')
-rw-r--r-- | DynamicTablesPkg/Library/Acpi/Common/AcpiFadtLib/FadtGenerator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DynamicTablesPkg/Library/Acpi/Common/AcpiFadtLib/FadtGenerator.c b/DynamicTablesPkg/Library/Acpi/Common/AcpiFadtLib/FadtGenerator.c index c2140ef414..3ba3fc230b 100644 --- a/DynamicTablesPkg/Library/Acpi/Common/AcpiFadtLib/FadtGenerator.c +++ b/DynamicTablesPkg/Library/Acpi/Common/AcpiFadtLib/FadtGenerator.c @@ -582,7 +582,7 @@ ACPI_TABLE_GENERATOR FadtGenerator = { // Minimum supported ACPI Table Revision
EFI_ACPI_6_2_FIXED_ACPI_DESCRIPTION_TABLE_REVISION,
// Creator ID
- TABLE_GENERATOR_CREATOR_ID_ARM,
+ TABLE_GENERATOR_CREATOR_ID,
// Creator Revision
FADT_GENERATOR_REVISION,
// Build Table function
|