summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/IndustryStandard/Acpi40.h
diff options
context:
space:
mode:
authorjyao1 <jyao1@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-30 03:57:39 +0000
committerjyao1 <jyao1@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-30 03:57:39 +0000
commit4a18b92c5f344fe16fca3e2d09dfb107c6acffbc (patch)
tree1d8af46873b30c294634db30afe863d7b37952df /MdePkg/Include/IndustryStandard/Acpi40.h
parent5db9d35f079a39eb5cdb733846835ebe8ea93d63 (diff)
downloadedk2-4a18b92c5f344fe16fca3e2d09dfb107c6acffbc.tar.gz
edk2-4a18b92c5f344fe16fca3e2d09dfb107c6acffbc.tar.bz2
edk2-4a18b92c5f344fe16fca3e2d09dfb107c6acffbc.zip
Add ACPI5.0 header file.
Add missing content for resource descriptor. Move AML definition to AcpiAml.h signed-off-by: jyao1 reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12802 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Acpi40.h')
-rw-r--r--MdePkg/Include/IndustryStandard/Acpi40.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/Acpi40.h b/MdePkg/Include/IndustryStandard/Acpi40.h
index d7b46be8d7..1f8757fb73 100644
--- a/MdePkg/Include/IndustryStandard/Acpi40.h
+++ b/MdePkg/Include/IndustryStandard/Acpi40.h
@@ -1,7 +1,7 @@
/** @file
ACPI 4.0 definitions from the ACPI Specification Revision 4.0a April 5, 2010
- Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -781,6 +781,13 @@ typedef struct {
UINT32 MiscRegisterMsrAddress;
} EFI_ACPI_4_0_IA32_ARCHITECTURE_MACHINE_CHECK_ERROR_BANK_STRUCTURE;
+///
+/// IA-32 Architecture Machine Check Bank Structure MCA data format
+///
+#define EFI_ACPI_4_0_IA32_ARCHITECTURE_MACHINE_CHECK_ERROR_DATA_FORMAT_IA32 0x00
+#define EFI_ACPI_4_0_IA32_ARCHITECTURE_MACHINE_CHECK_ERROR_DATA_FORMAT_INTEL64 0x01
+#define EFI_ACPI_4_0_IA32_ARCHITECTURE_MACHINE_CHECK_ERROR_DATA_FORMAT_AMD64 0x02
+
//
// Hardware Error Notification types. All other values are reserved
//