Signed-off-by: Zhang, Chao B <chao.b.zh...@intel.com>
---
 MdePkg/Include/IndustryStandard/TpmPtp.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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
@@ -1,10 +1,10 @@
 /** @file
   Platform TPM Profile Specification definition for TPM2.0.
   It covers both FIFO and CRB interface.
 
-Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2016 - 2018, 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
 which accompanies this distribution.  The full text of the license may be 
found at
 http://opensource.org/licenses/bsd-license.php
 
@@ -336,11 +336,12 @@ typedef PTP_CRB_REGISTERS  *PTP_CRB_REGISTERS_PTR;
 typedef union {
   struct {
     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;
     UINT32   CapIFRes:2;
     UINT32   InterfaceSelector:2;
-- 
2.16.2.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to