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=qin.long@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 592D1211F887A for ; Tue, 26 Jun 2018 17:56:33 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2018 17:56:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,276,1526367600"; d="scan'208";a="50171395" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga007.fm.intel.com with ESMTP; 26 Jun 2018 17:55:54 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 26 Jun 2018 17:55:54 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.51]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.82]) with mapi id 14.03.0319.002; Wed, 27 Jun 2018 08:55:53 +0800 From: "Long, Qin" To: "Zhang, Chao B" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [Patch 0/2] Add CRB IdleByPass Support Thread-Index: AQHUDD89XSjyG7MlaEmUu7Y8zMfB9aRzSnfg Date: Wed, 27 Jun 2018 00:55:52 +0000 Message-ID: References: <20180625044421.2028-1-chao.b.zhang@intel.com> In-Reply-To: <20180625044421.2028-1-chao.b.zhang@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [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: Wed, 27 Jun 2018 00:56:33 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Long Qin Best Regards & Thanks, LONG, Qin > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Zhang, Chao B > Sent: Monday, June 25, 2018 12:44 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [Patch 0/2] Add CRB IdleByPass Support >=20 > Add CRB IdleByPass Support >=20 > Zhang, Chao B (2): > Add CapCRBIdleBypass definition to interface ID register. It complies > with existing register > SecurityPkg: Tpm2DeviceLib: Enable CapCRBIdleBypass support >=20 > 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(-) >=20 > -- > 2.16.2.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel