]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: TpmPtp: Add CapCRBIdleBypass definition
authorZhang, Chao B <chao.b.zhang@intel.com>
Fri, 23 Mar 2018 06:08:14 +0000 (14:08 +0800)
committerZhang, Chao B <chao.b.zhang@intel.com>
Wed, 27 Jun 2018 01:31:01 +0000 (09:31 +0800)
Add CapCRBIdleBypass definition to interface ID register. It complies with
existing register

Cc: Long Qin <qin.long@intel.com>
Cc: Yao Jiewen <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
Reviewed-by: Long Qin <qin.long@intel.com>
MdePkg/Include/IndustryStandard/TpmPtp.h

index 079651268810c3fddfe1305f86085fddce517051..c7ff8fdc582bb679ab167da8a6b0f031ed200a6b 100644 (file)
@@ -2,7 +2,7 @@
   Platform TPM Profile Specification definition for TPM2.0.\r
   It covers both FIFO and CRB interface.\r
 \r
-Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2016 - 2018, 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
@@ -338,7 +338,8 @@ typedef union {
     UINT32   InterfaceType:4;\r
     UINT32   InterfaceVersion:4;\r
     UINT32   CapLocality:1;\r
-    UINT32   Reserved1:2;\r
+    UINT32   CapCRBIdleBypass:1;\r
+    UINT32   Reserved1:1;\r
     UINT32   CapDataXferSizeSupport:2;\r
     UINT32   CapFIFO:1;\r
     UINT32   CapCRB:1;\r