diff options
author | Herman Li <herman.li@intel.com> | 2024-06-15 23:58:55 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-30 03:20:59 +0000 |
commit | 84fc1ec52fc0f650187359bb081ee5a9400d9675 (patch) | |
tree | 9dccc0ca7ddc6b595e2ecd6477374fe27268e3a1 /MdePkg | |
parent | 909abd7104b87986ad22e92b4cb07d30a8cca11b (diff) | |
download | edk2-84fc1ec52fc0f650187359bb081ee5a9400d9675.tar.gz edk2-84fc1ec52fc0f650187359bb081ee5a9400d9675.tar.bz2 edk2-84fc1ec52fc0f650187359bb081ee5a9400d9675.zip |
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 <herman.li@intel.com>
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/IndustryStandard/Acpi65.h | 2 |
1 files changed, 1 insertions, 1 deletions
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.
|