Revision: 16452
          http://sourceforge.net/p/edk2/code/16452
Author:   jyao1
Date:     2014-11-27 02:17:28 +0000 (Thu, 27 Nov 2014)
Log Message:
-----------
Added PlatformNotification to ACPI 5.0 PCCT structure.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud <[email protected]>
Reviewed-by: Jiewen Yao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Include/IndustryStandard/Acpi50.h
    trunk/edk2/MdePkg/Include/IndustryStandard/Acpi51.h

Modified: trunk/edk2/MdePkg/Include/IndustryStandard/Acpi50.h
===================================================================
--- trunk/edk2/MdePkg/Include/IndustryStandard/Acpi50.h 2014-11-27 02:14:14 UTC 
(rev 16451)
+++ trunk/edk2/MdePkg/Include/IndustryStandard/Acpi50.h 2014-11-27 02:17:28 UTC 
(rev 16452)
@@ -1,6 +1,7 @@
 /** @file   
   ACPI 5.0 definitions from the ACPI Specification Revision 5.0a November 13, 
2013.
 
+  Copyright (c) 2014 Hewlett-Packard Development Company, L.P.<BR>
   Copyright (c) 2011 - 2014, 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         
@@ -1857,7 +1858,8 @@
   UINT8                                    CommandComplete:1;
   UINT8                                    SciDoorbell:1;
   UINT8                                    Error:1;
-  UINT8                                    Reserved:5;
+  UINT8                                    PlatformNotification:1;
+  UINT8                                    Reserved:4;
   UINT8                                    Reserved1;
 } EFI_ACPI_5_0_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS;
 

Modified: trunk/edk2/MdePkg/Include/IndustryStandard/Acpi51.h
===================================================================
--- trunk/edk2/MdePkg/Include/IndustryStandard/Acpi51.h 2014-11-27 02:14:14 UTC 
(rev 16451)
+++ trunk/edk2/MdePkg/Include/IndustryStandard/Acpi51.h 2014-11-27 02:17:28 UTC 
(rev 16452)
@@ -1,6 +1,7 @@
 /** @file   
   ACPI 5.1 definitions from the ACPI Specification Revision 5.1 July, 2014.
 
+  Copyright (c) 2014 Hewlett-Packard Development Company, L.P.<BR>
   Copyright (c) 2014, 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         
@@ -1863,7 +1864,8 @@
   UINT8                                    CommandComplete:1;
   UINT8                                    SciDoorbell:1;
   UINT8                                    Error:1;
-  UINT8                                    Reserved:5;
+  UINT8                                    PlatformNotification:1;  
+  UINT8                                    Reserved:4;
   UINT8                                    Reserved1;
 } EFI_ACPI_5_1_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS;
 


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to