]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/Acpi61.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Acpi61.h
index 5ab31e752088272cc11dfb9d8c53f751bdea8eb3..7af67d832bb2d8fe9b97ca4ae25515e0b75e11ff 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   ACPI 6.1 definitions from the ACPI Specification Revision 6.1 January, 2016.\r
 \r
-  Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2016 - 2022, Intel Corporation. All rights reserved.<BR>\r
  (C) Copyright 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
@@ -1566,10 +1566,16 @@ typedef struct {
 //\r
 // Boot Error Severity types\r
 //\r
-#define EFI_ACPI_6_1_ERROR_SEVERITY_CORRECTABLE  0x00\r
+#define EFI_ACPI_6_1_ERROR_SEVERITY_RECOVERABLE  0x00\r
 #define EFI_ACPI_6_1_ERROR_SEVERITY_FATAL        0x01\r
 #define EFI_ACPI_6_1_ERROR_SEVERITY_CORRECTED    0x02\r
 #define EFI_ACPI_6_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_6_1_ERROR_SEVERITY_CORRECTABLE  0x00\r
 \r
 ///\r
 /// Generic Error Data Entry Definition\r