]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add 3 missing fields for EFI_ACPI_5_0_PCCT_SUBSPACE_GENERIC
authorjyao1 <jyao1@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 16 Apr 2012 22:51:06 +0000 (22:51 +0000)
committerjyao1 <jyao1@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 16 Apr 2012 22:51:06 +0000 (22:51 +0000)
signed-off-by: jyao1 <jiewen.yao@intel.com>
Reviewed-by: Sun Rui <rui.sun@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13198 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/IndustryStandard/Acpi50.h

index b16925817aea27a1da02dcbca4bcc2dbab8a7d63..172501b1e4a7f83ef9266faa90c2e362b358badd 100644 (file)
@@ -1,7 +1,7 @@
 /** @file   \r
   ACPI 5.0 definitions from the ACPI Specification Revision 5.0 December 6, 2011\r
 \r
-  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2011 - 2012, 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
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -1834,6 +1834,9 @@ typedef struct {
   EFI_ACPI_5_0_GENERIC_ADDRESS_STRUCTURE   DoorbellRegister;\r
   UINT64                                   DoorbellPreserve;\r
   UINT64                                   DoorbellWrite;\r
+  UINT32                                   NominalLatency;\r
+  UINT32                                   MaximumPeriodicAccessRate;\r
+  UINT16                                   MinimumRequestTurnaroundTime;\r
 } EFI_ACPI_5_0_PCCT_SUBSPACE_GENERIC;\r
 \r
 ///\r