From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 19B1681E52 for ; Thu, 17 Nov 2016 21:57:46 -0800 (PST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 17 Nov 2016 21:57:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,655,1473145200"; d="scan'208";a="1086940573" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.9.9]) by fmsmga002.fm.intel.com with ESMTP; 17 Nov 2016 21:57:50 -0800 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng Date: Fri, 18 Nov 2016 13:57:44 +0800 Message-Id: <1479448668-68452-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [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 05:57:46 -0000 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 not. PATCH 4/4 will consume GetHashMaskFromAlgo() that's why PATCH 2/4 added. 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 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(-) -- 2.7.0.windows.1