From: Zhang, Chao B Date: Fri, 23 Mar 2018 06:08:14 +0000 (+0800) Subject: MdePkg: TpmPtp: Add CapCRBIdleBypass definition X-Git-Tag: edk2-stable201903~1530 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=714eedc5b9ee92629e649c100862b828448a91c7;hp=d1fbfd7cd39af04d80ee9dab1455cccdf84aa316 MdePkg: TpmPtp: Add CapCRBIdleBypass definition Add CapCRBIdleBypass definition to interface ID register. It complies with existing register Cc: Long Qin Cc: Yao Jiewen Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Chao Zhang Reviewed-by: Long Qin --- diff --git a/MdePkg/Include/IndustryStandard/TpmPtp.h b/MdePkg/Include/IndustryStandard/TpmPtp.h index 0796512688..c7ff8fdc58 100644 --- a/MdePkg/Include/IndustryStandard/TpmPtp.h +++ b/MdePkg/Include/IndustryStandard/TpmPtp.h @@ -2,7 +2,7 @@ Platform TPM Profile Specification definition for TPM2.0. It covers both FIFO and CRB interface. -Copyright (c) 2016, Intel Corporation. All rights reserved.
+Copyright (c) 2016 - 2018, 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 @@ -338,7 +338,8 @@ typedef union { UINT32 InterfaceType:4; UINT32 InterfaceVersion:4; UINT32 CapLocality:1; - UINT32 Reserved1:2; + UINT32 CapCRBIdleBypass:1; + UINT32 Reserved1:1; UINT32 CapDataXferSizeSupport:2; UINT32 CapFIFO:1; UINT32 CapCRB:1;