From 84fc1ec52fc0f650187359bb081ee5a9400d9675 Mon Sep 17 00:00:00 2001 From: Herman Li Date: Sat, 15 Jun 2024 23:58:55 +0800 Subject: [PATCH] MdePkg: Update HEST Revision As 2 This modification come from ACPI 6.5 spec. Besides, Starting with revision 2 of HEST, the Error Source Structures must be sorted in Type ascending order for Error Source Structure Types of less than 12. Signed-off-by: Herman Li --- MdePkg/Include/IndustryStandard/Acpi65.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Include/IndustryStandard/Acpi65.h b/MdePkg/Include/IndustryStandard/Acpi65.h index 387af78cfe..685e08167c 100644 --- a/MdePkg/Include/IndustryStandard/Acpi65.h +++ b/MdePkg/Include/IndustryStandard/Acpi65.h @@ -1949,7 +1949,7 @@ typedef struct { /// /// HEST Version (as defined in ACPI 6.5 spec.) /// -#define EFI_ACPI_6_5_HARDWARE_ERROR_SOURCE_TABLE_REVISION 0x01 +#define EFI_ACPI_6_5_HARDWARE_ERROR_SOURCE_TABLE_REVISION 0x02 // // Error Source structure types.