]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Added PlatformNotification to ACPI 5.0 PCCT structure.
authorSamer El-Haj-Mahmoud <elhaj@hp.com>
Thu, 27 Nov 2014 02:17:28 +0000 (02:17 +0000)
committerjyao1 <jyao1@Edk2>
Thu, 27 Nov 2014 02:17:28 +0000 (02:17 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud <elhaj@hp.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16452 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/IndustryStandard/Acpi50.h
MdePkg/Include/IndustryStandard/Acpi51.h

index 235f516ba83d40b626ed4149db68a017f5e597b9..8af9963fff3a005b0d190ad9f86fc1b3383e537b 100644 (file)
@@ -1,6 +1,7 @@
 /** @file   \r
   ACPI 5.0 definitions from the ACPI Specification Revision 5.0a November 13, 2013.\r
 \r
+  Copyright (c) 2014 Hewlett-Packard Development Company, L.P.<BR>\r
   Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
@@ -1857,7 +1858,8 @@ typedef struct {
   UINT8                                    CommandComplete:1;\r
   UINT8                                    SciDoorbell:1;\r
   UINT8                                    Error:1;\r
-  UINT8                                    Reserved:5;\r
+  UINT8                                    PlatformNotification:1;\r
+  UINT8                                    Reserved:4;\r
   UINT8                                    Reserved1;\r
 } EFI_ACPI_5_0_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS;\r
 \r
index 06aa71403fabd8e73f34814f08f6f7e1ace39faf..072603e87b591c8cbdd97df1f35a4d3601cdac3e 100644 (file)
@@ -1,6 +1,7 @@
 /** @file   \r
   ACPI 5.1 definitions from the ACPI Specification Revision 5.1 July, 2014.\r
 \r
+  Copyright (c) 2014 Hewlett-Packard Development Company, L.P.<BR>\r
   Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
@@ -1863,7 +1864,8 @@ typedef struct {
   UINT8                                    CommandComplete:1;\r
   UINT8                                    SciDoorbell:1;\r
   UINT8                                    Error:1;\r
-  UINT8                                    Reserved:5;\r
+  UINT8                                    PlatformNotification:1;  \r
+  UINT8                                    Reserved:4;\r
   UINT8                                    Reserved1;\r
 } EFI_ACPI_5_1_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS;\r
 \r