]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/Acpi62.h
MdePkg/AcpiXX.h: Update Error Severity type for Generic Error Status Block
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Acpi62.h
index 0ede23c716f7646ccaa3d816b9f865d7a0f14c98..313db6304486bd43fcb159a2b77a08eb8fd3a5e2 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   ACPI 6.2 definitions from the ACPI Specification Revision 6.2 May, 2017.\r
 \r
-  Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2017 - 2022, Intel Corporation. All rights reserved.<BR>\r
   Copyright (c) 2020, ARM Ltd. All rights reserved.<BR>\r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
@@ -1738,10 +1738,16 @@ typedef struct {
 //\r
 // Boot Error Severity types\r
 //\r
-#define EFI_ACPI_6_2_ERROR_SEVERITY_CORRECTABLE  0x00\r
+#define EFI_ACPI_6_2_ERROR_SEVERITY_RECOVERABLE  0x00\r
 #define EFI_ACPI_6_2_ERROR_SEVERITY_FATAL        0x01\r
 #define EFI_ACPI_6_2_ERROR_SEVERITY_CORRECTED    0x02\r
 #define EFI_ACPI_6_2_ERROR_SEVERITY_NONE         0x03\r
+//\r
+// The term 'Correctable' is no longer being used as an error severity of the\r
+// reported error since ACPI Specification Version 5.1 Errata B.\r
+// The below macro is considered as deprecated and should no longer be used.\r
+//\r
+#define EFI_ACPI_6_2_ERROR_SEVERITY_CORRECTABLE  0x00\r
 \r
 ///\r
 /// Generic Error Data Entry Definition\r