]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg ACPI51: Update GIC version per ACPI 5.1 Errata B
authorLiming Gao <liming.gao@intel.com>
Fri, 14 Oct 2016 07:30:06 +0000 (15:30 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 26 Oct 2016 05:45:20 +0000 (13:45 +0800)
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>
MdePkg/Include/IndustryStandard/Acpi51.h

index 034094ea28db050993eb7089841e1b5d0e4f8cdc..f38aa46a0d785253a176598a1439b054232618ae 100644 (file)
@@ -1,8 +1,8 @@
 /** @file   \r
-  ACPI 5.1 definitions from the ACPI Specification Revision 5.1 July, 2014.\r
+  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 - 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>\r
   (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
   This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
@@ -537,8 +537,8 @@ typedef struct {
 ///\r
 /// GIC Version\r
 ///\r
-#define EFI_ACPI_5_1_GIC_V2                                   0x01\r
-#define EFI_ACPI_5_1_GIC_V2m                                  0x02\r
+#define EFI_ACPI_5_1_GIC_V1                                   0x01\r
+#define EFI_ACPI_5_1_GIC_V2                                   0x02\r
 #define EFI_ACPI_5_1_GIC_V3                                   0x03\r
 #define EFI_ACPI_5_1_GIC_V4                                   0x04\r
 \r