Skip to content

Commit

Permalink
DynamicTablesPkg: Update creator id for WSMT table
Browse files Browse the repository at this point in the history
Update WSMT table with generic creator id.

Cc: Sami Mujawar <[email protected]>
Cc: Pierre Gondois <[email protected]>
Signed-off-by: Abdul Lateef Attar <[email protected]>
  • Loading branch information
Abdul Lateef Attar authored and mergify[bot] committed Oct 22, 2024
1 parent 7b3969c commit cb1db8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb1db8b

Please sign in to comment.