From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 B1A7A81DAB for ; Thu, 17 Nov 2016 23:46:22 -0800 (PST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 17 Nov 2016 23:46:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,655,1473145200"; d="scan'208";a="5962216" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 17 Nov 2016 23:46:27 -0800 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 17 Nov 2016 23:46:27 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 17 Nov 2016 23:46:27 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.239]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.138]) with mapi id 14.03.0248.002; Fri, 18 Nov 2016 15:46:06 +0800 From: "Yao, Jiewen" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Zeng, Star" Thread-Topic: [edk2] [PATCH V2 0/4] Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB Thread-Index: AQHSQWC+4vO1oF80mEWZu0A00plNy6DeXNUg Date: Fri, 18 Nov 2016 07:46:05 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C50386D747A@shsmsx102.ccr.corp.intel.com> References: <1479448668-68452-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1479448668-68452-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 V2 0/4] Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB 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: Fri, 18 Nov 2016 07:46:22 -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: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Star Zeng > Sent: Friday, November 18, 2016 1:58 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star > Subject: [edk2] [PATCH V2 0/4] Tcg2Dxe: Filter inactive digest in event2 = log > from PEI HOB >=20 > V2: > Add PATCH 2/4 and 3/4. > Add GetHashMaskFromAlgo() into Tpm2CommandLib. > Update desc for param Buffer of GetDigestListSize(). > Check if required digests in event2 log are reported and show error if no= t. > PATCH 4/4 will consume GetHashMaskFromAlgo() that's why PATCH 2/4 > added. >=20 > Star Zeng (4): > SecurityPkg TPM2: Make IsHashAlgSupportedInHashAlgorithmMask > external > SecurityPkg TPM2: Add GetHashMaskFromAlgo() into Tpm2CommandLib > SecurityPkg TPM2: Update desc for param Buffer of GetDigestListSize() > SecurityPkg Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB >=20 > SecurityPkg/Include/Library/Tpm2CommandLib.h | 31 ++++++++- > SecurityPkg/Library/Tpm2CommandLib/Tpm2Help.c | 37 ++++++++-- > SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c | 98 > +++++++++++++++++++++++++-- > 3 files changed, 155 insertions(+), 11 deletions(-) >=20 > -- > 2.7.0.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel