public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch] MdePkg ACPI51: Update GIC version per ACPI 5.1 Errata B
@ 2016-10-14  7:30 Liming Gao
  2016-10-26  1:30 ` Yao, Jiewen
  0 siblings, 1 reply; 2+ messages in thread
From: Liming Gao @ 2016-10-14  7:30 UTC (permalink / raw)
  To: edk2-devel; +Cc: Jiewen Yao

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>
---
 MdePkg/Include/IndustryStandard/Acpi51.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/MdePkg/Include/IndustryStandard/Acpi51.h b/MdePkg/Include/IndustryStandard/Acpi51.h
index 034094e..f38aa46 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
 
-- 
2.8.0.windows.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Patch] MdePkg ACPI51: Update GIC version per ACPI 5.1 Errata B
  2016-10-14  7:30 [Patch] MdePkg ACPI51: Update GIC version per ACPI 5.1 Errata B Liming Gao
@ 2016-10-26  1:30 ` Yao, Jiewen
  0 siblings, 0 replies; 2+ messages in thread
From: Yao, Jiewen @ 2016-10-26  1:30 UTC (permalink / raw)
  To: Gao, Liming, edk2-devel@lists.01.org

Reviewed-by: Jiewen.yao@intel.com

> -----Original Message-----
> From: Gao, Liming
> Sent: Friday, October 14, 2016 3:30 PM
> To: edk2-devel@lists.01.org
> Cc: Yao, Jiewen <jiewen.yao@intel.com>
> Subject: [Patch] 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>
> ---
>  MdePkg/Include/IndustryStandard/Acpi51.h | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/MdePkg/Include/IndustryStandard/Acpi51.h
> b/MdePkg/Include/IndustryStandard/Acpi51.h
> index 034094e..f38aa46 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
> 
> --
> 2.8.0.windows.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-26  1:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-14  7:30 [Patch] MdePkg ACPI51: Update GIC version per ACPI 5.1 Errata B Liming Gao
2016-10-26  1:30 ` Yao, Jiewen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox