From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.126; helo=mga18.intel.com; envelope-from=chao.b.zhang@intel.com; receiver=edk2-devel@lists.01.org Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8C3DE2096F33B for ; Sun, 24 Jun 2018 21:44:25 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jun 2018 21:44:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,268,1526367600"; d="scan'208";a="67379182" Received: from czhan46-mobl1.ccr.corp.intel.com ([10.239.192.120]) by orsmga001.jf.intel.com with ESMTP; 24 Jun 2018 21:44:23 -0700 From: "Zhang, Chao B" To: edk2-devel@lists.01.org Date: Mon, 25 Jun 2018 12:44:19 +0800 Message-Id: <20180625044421.2028-1-chao.b.zhang@intel.com> X-Mailer: git-send-email 2.11.0.windows.1 Subject: [Patch 0/2] Add CRB IdleByPass Support X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2018 04:44:25 -0000 Add CRB IdleByPass Support Zhang, Chao B (2): Add CapCRBIdleBypass definition to interface ID register. It complies with existing register SecurityPkg: Tpm2DeviceLib: Enable CapCRBIdleBypass support MdePkg/Include/IndustryStandard/TpmPtp.h | 5 +- .../Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.c | 19 +++++ .../Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf | 1 + .../Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.c | 19 +++++ .../Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf | 3 +- SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Ptp.c | 98 +++++++++++++++++++--- SecurityPkg/SecurityPkg.dec | 10 +++ SecurityPkg/SecurityPkg.uni | 10 ++- 8 files changed, 149 insertions(+), 16 deletions(-) -- 2.16.2.windows.1