From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 3ED4581E08 for ; Thu, 17 Nov 2016 01:29:36 -0800 (PST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 17 Nov 2016 01:29:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,653,1473145200"; d="scan'208";a="32314044" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.9.9]) by orsmga005.jf.intel.com with ESMTP; 17 Nov 2016 01:29:31 -0800 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng Date: Thu, 17 Nov 2016 17:29:27 +0800 Message-Id: <1479374969-63472-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [PATCH 0/2] 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: Thu, 17 Nov 2016 09:29:36 -0000 Star Zeng (2): SecurityPkg TPM2: Make IsHashAlgSupportedInHashAlgorithmMask external SecurityPkg Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB SecurityPkg/Include/Library/Tpm2CommandLib.h | 16 ++++++ SecurityPkg/Library/Tpm2CommandLib/Tpm2Help.c | 1 + SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c | 80 +++++++++++++++++++++++++-- 3 files changed, 93 insertions(+), 4 deletions(-) -- 2.7.0.windows.1