]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/Acpi60.h
MdePkg/AcpiXX.h: Update Error Severity type for Generic Error Status Block
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Acpi60.h
index f4ab016d706b1e0d16044a0e9935590d09d0f21f..5ac3be6ad71c03f5289be2210b441ffdab842e9c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   ACPI 6.0 definitions from the ACPI Specification Revision 6.0 Errata A January, 2016.\r
 \r
-  Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2015 - 2022, Intel Corporation. All rights reserved.<BR>\r
   (C) Copyright 2015-2016 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
@@ -1560,10 +1560,16 @@ typedef struct {
 //\r
 // Boot Error Severity types\r
 //\r
-#define EFI_ACPI_6_0_ERROR_SEVERITY_CORRECTABLE  0x00\r
+#define EFI_ACPI_6_0_ERROR_SEVERITY_RECOVERABLE  0x00\r
 #define EFI_ACPI_6_0_ERROR_SEVERITY_FATAL        0x01\r
 #define EFI_ACPI_6_0_ERROR_SEVERITY_CORRECTED    0x02\r
 #define EFI_ACPI_6_0_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_0_ERROR_SEVERITY_CORRECTABLE  0x00\r
 \r
 ///\r
 /// Generic Error Data Entry Definition\r