From 8321890238d59af6cc4b7206b57e2bd7fd9d505d Mon Sep 17 00:00:00 2001 From: jyao1 Date: Mon, 16 Apr 2012 22:51:06 +0000 Subject: [PATCH] Add 3 missing fields for EFI_ACPI_5_0_PCCT_SUBSPACE_GENERIC signed-off-by: jyao1 Reviewed-by: Sun Rui git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13198 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/IndustryStandard/Acpi50.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MdePkg/Include/IndustryStandard/Acpi50.h b/MdePkg/Include/IndustryStandard/Acpi50.h index b16925817a..172501b1e4 100644 --- a/MdePkg/Include/IndustryStandard/Acpi50.h +++ b/MdePkg/Include/IndustryStandard/Acpi50.h @@ -1,7 +1,7 @@ /** @file ACPI 5.0 definitions from the ACPI Specification Revision 5.0 December 6, 2011 - Copyright (c) 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -1834,6 +1834,9 @@ typedef struct { EFI_ACPI_5_0_GENERIC_ADDRESS_STRUCTURE DoorbellRegister; UINT64 DoorbellPreserve; UINT64 DoorbellWrite; + UINT32 NominalLatency; + UINT32 MaximumPeriodicAccessRate; + UINT16 MinimumRequestTurnaroundTime; } EFI_ACPI_5_0_PCCT_SUBSPACE_GENERIC; ///