From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id BB68D1A1DF6 for ; Tue, 20 Sep 2016 07:48:04 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 20 Sep 2016 07:48:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,368,1470726000"; d="scan'208";a="1033704202" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga001.jf.intel.com with ESMTP; 20 Sep 2016 07:48:00 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 20 Sep 2016 07:47:42 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 20 Sep 2016 07:47:42 -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 22:47:40 +0800 From: "Yao, Jiewen" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Zhang, Chao B" Thread-Topic: [PATCH 0/6] Move/Extract generic duplicated code to Tpm2CommandLib Thread-Index: AQHSEy0EM+28aJ22QU6HgQBHu2AYAqCCdXQw Date: Tue, 20 Sep 2016 14:47:39 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C5038695E11@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 14:48:05 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: Zeng, Star > 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 >=20 > These patches move/extract Tpm2PcrAllocateBanks(), > Tpm2GetCapabilitySupportedAndActivePcrs(), CopyDigestListToBuffer(), > GetDigestListSize() and GetDigestFromDigestList() to Tpm2CommandLib. >=20 > Cc: Chao B Zhang > Cc: Jiewen Yao >=20 > 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 >=20 > Star Zeng (1): > SecuriryPkg/TPM2: Update function header of GetDigestFromDigestList() >=20 > 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(-) >=20 > -- > 2.7.0.windows.1