From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 422D21A1DEC for ; Tue, 20 Sep 2016 03:58:38 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 20 Sep 2016 03:58:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,367,1470726000"; d="scan'208";a="170933198" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga004.fm.intel.com with ESMTP; 20 Sep 2016 03:58:37 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 20 Sep 2016 03:58:37 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.15]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.101]) with mapi id 14.03.0248.002; Tue, 20 Sep 2016 18:58:35 +0800 From: "Zeng, Star" To: "edk2-devel@lists.01.org" CC: "Zhang, Chao B" , "Yao, Jiewen" , "Zeng, Star" Thread-Topic: [PATCH 0/6] Move/Extract generic duplicated code to Tpm2CommandLib Thread-Index: AQHSEy0E1lOdgGclxEqZtrxDSe7H/aCCNNig Date: Tue, 20 Sep 2016 10:58:34 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103955E182@shsmsx102.ccr.corp.intel.com> References: <1474368693-180984-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1474368693-180984-1-git-send-email-star.zeng@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/6] Move/Extract generic duplicated code to Tpm2CommandLib X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 10:58:38 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable There is typo in the title of patches, SecuriryPkg should be SecurityPkg an= d I have correct it at local, you may skip it when reviewing patches. Thanks, Star -----Original Message----- From: Zeng, Star=20 Sent: Tuesday, September 20, 2016 6:51 PM To: edk2-devel@lists.01.org Cc: Zeng, Star ; Zhang, Chao B ; Yao, Jiewen Subject: [PATCH 0/6] Move/Extract generic duplicated code to Tpm2CommandLib These patches move/extract Tpm2PcrAllocateBanks(), Tpm2GetCapabilitySupport= edAndActivePcrs(), CopyDigestListToBuffer(), GetDigestListSize() and GetDigestFromDigestList() to Tpm2CommandLib. Cc: Chao B Zhang Cc: Jiewen Yao Jiewen Yao (5): SecuriryPkg/TPM2: Move Tpm2PcrAllocateBanks() to Tpm2CommandLib SecuriryPkg/TPM2: Move GetDigestFromDigestList() to Tpm2CommandLib SecuriryPkg/TPM2: Move GetDigestListSize() to Tpm2CommandLib SecuriryPkg/TPM2: Move CopyDigestListToBuffer() to Tpm2CommandLib SecuriryPkg/TPM2: Extract GetSupportedAndActivePcrs to Tpm2CommandLib Star Zeng (1): SecuriryPkg/TPM2: Update function header of GetDigestFromDigestList() SecurityPkg/Include/Library/Tpm2CommandLib.h | 85 ++++++++- .../DxeTcg2PhysicalPresenceLib.c | 150 +--------------- .../Library/Tpm2CommandLib/Tpm2Capability.c | 92 ++++++++++ SecurityPkg/Library/Tpm2CommandLib/Tpm2Help.c | 147 +++++++++++++++- SecurityPkg/Library/Tpm2CommandLib/Tpm2Integrity.c | 134 +++++++++++++++ SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c | 191 +----------------= ---- SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c | 145 +--------------- SecurityPkg/Tcg/TrEEDxe/TrEEDxe.c | 37 +--- SecurityPkg/Tcg/TrEEPei/TrEEPei.c | 37 +--- 9 files changed, 470 insertions(+), 548 deletions(-) -- 2.7.0.windows.1