diff options
author | Abdul Lateef Attar <AbdulLateef.Attar@amd.com> | 2024-10-22 04:27:46 +0000 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-10-22 08:14:47 +0000 |
commit | cb1db8b9b9e8bfb735e3e4dcc4a5360137d567d0 (patch) | |
tree | f66dab0348b42a944cf6c4f737df2c5eb76bae40 /DynamicTablesPkg | |
parent | 7b3969c95160a35255743c6220572401b64c6eb7 (diff) | |
download | edk2-cb1db8b9b9e8bfb735e3e4dcc4a5360137d567d0.tar.gz edk2-cb1db8b9b9e8bfb735e3e4dcc4a5360137d567d0.tar.bz2 edk2-cb1db8b9b9e8bfb735e3e4dcc4a5360137d567d0.zip |
DynamicTablesPkg: Update creator id for WSMT table
Update WSMT table with generic creator id.
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')
-rw-r--r-- | DynamicTablesPkg/Library/Acpi/X64/AcpiWsmtLib/WsmtGenerator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DynamicTablesPkg/Library/Acpi/X64/AcpiWsmtLib/WsmtGenerator.c b/DynamicTablesPkg/Library/Acpi/X64/AcpiWsmtLib/WsmtGenerator.c index 97622948f5..d6e3be5f3d 100644 --- a/DynamicTablesPkg/Library/Acpi/X64/AcpiWsmtLib/WsmtGenerator.c +++ b/DynamicTablesPkg/Library/Acpi/X64/AcpiWsmtLib/WsmtGenerator.c @@ -223,7 +223,7 @@ ACPI_TABLE_GENERATOR WsmtGenerator = { // Minimum supported ACPI Table Revision
EFI_WSMT_TABLE_REVISION,
// Creator ID
- TABLE_GENERATOR_CREATOR_ID_ARM,
+ TABLE_GENERATOR_CREATOR_ID,
// Creator Revision
WSMT_GENERATOR_REVISION,
// Build Table function
|