]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/Acpi51.h
MdePkg/AcpiXX.h: Update Error Severity type for Generic Error Status Block
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Acpi51.h
index d8ee3ef8f2d0e5c17c25305dc51a635632624b73..01ef544c3a29d0bed2e4b9985001019112bb780c 100644 (file)
@@ -2,7 +2,7 @@
   ACPI 5.1 definitions from the ACPI Specification Revision 5.1 Errata B January, 2016.\r
 \r
   Copyright (c) 2014 Hewlett-Packard Development Company, L.P.<BR>\r
-  Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2014 - 2022, Intel Corporation. All rights reserved.<BR>\r
   (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
   Copyright (c) 2020, ARM Ltd. All rights reserved.<BR>\r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
@@ -1376,10 +1376,16 @@ typedef struct {
 //\r
 // Boot Error Severity types\r
 //\r
-#define EFI_ACPI_5_1_ERROR_SEVERITY_CORRECTABLE  0x00\r
+#define EFI_ACPI_5_1_ERROR_SEVERITY_RECOVERABLE  0x00\r
 #define EFI_ACPI_5_1_ERROR_SEVERITY_FATAL        0x01\r
 #define EFI_ACPI_5_1_ERROR_SEVERITY_CORRECTED    0x02\r
 #define EFI_ACPI_5_1_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_5_1_ERROR_SEVERITY_CORRECTABLE  0x00\r
 \r
 ///\r
 /// Generic Error Data Entry Definition\r