summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2016-10-14 15:30:06 +0800
committerLiming Gao <liming.gao@intel.com>2016-10-26 13:45:20 +0800
commitb84621bcbdb411ef17d322affe4f09baa580e15c (patch)
tree65487bb8177b4169e03221a9e2f582a5e6797d00
parentd1c85a17fa8623e3fe60a6fe398f01e46d427a96 (diff)
downloadedk2-b84621bcbdb411ef17d322affe4f09baa580e15c.tar.gz
edk2-b84621bcbdb411ef17d322affe4f09baa580e15c.tar.bz2
edk2-b84621bcbdb411ef17d322affe4f09baa580e15c.zip
MdePkg ACPI51: Update GIC version per ACPI 5.1 Errata B
Fix issue: https://bugzilla.tianocore.org/show_bug.cgi?id=95 Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
-rw-r--r--MdePkg/Include/IndustryStandard/Acpi51.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Include/IndustryStandard/Acpi51.h b/MdePkg/Include/IndustryStandard/Acpi51.h
index 034094ea28..f38aa46a0d 100644
--- a/MdePkg/Include/IndustryStandard/Acpi51.h
+++ b/MdePkg/Include/IndustryStandard/Acpi51.h
@@ -1,8 +1,8 @@
/** @file
- ACPI 5.1 definitions from the ACPI Specification Revision 5.1 July, 2014.
+ ACPI 5.1 definitions from the ACPI Specification Revision 5.1 Errata B January, 2016.
Copyright (c) 2014 Hewlett-Packard Development Company, L.P.<BR>
- Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -537,8 +537,8 @@ typedef struct {
///
/// GIC Version
///
-#define EFI_ACPI_5_1_GIC_V2 0x01
-#define EFI_ACPI_5_1_GIC_V2m 0x02
+#define EFI_ACPI_5_1_GIC_V1 0x01
+#define EFI_ACPI_5_1_GIC_V2 0x02
#define EFI_ACPI_5_1_GIC_V3 0x03
#define EFI_ACPI_5_1_GIC_V4 0x04