From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 13C1281ED1 for ; Thu, 24 Nov 2016 01:14:09 -0800 (PST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 24 Nov 2016 01:14:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,690,1473145200"; d="scan'208";a="790252849" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.9.9]) by FMSMGA003.fm.intel.com with ESMTP; 24 Nov 2016 01:14:07 -0800 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Jiewen Yao , Chao Zhang , Eric Dong Date: Thu, 24 Nov 2016 17:14:01 +0800 Message-Id: <1479978844-101272-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [PATCH 0/3] Support TCG2 BlockSID related actions 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, 24 Nov 2016 09:14:09 -0000 Cc: Jiewen Yao Cc: Chao Zhang Cc: Eric Dong Eric Dong (1): SecurityPkg OpalPasswordDxe: Use PP actions to enable BlockSID Star Zeng (2): SecurityPkg Tcg2PPLib: Support BlockSID related actions SecurityPkg Tcg2ConfigDxe: Remove BlockSID actions and related strings .../Include/Library/Tcg2PhysicalPresenceLib.h | 7 + .../DxeTcg2PhysicalPresenceLib.c | 241 +++++++++++++++------ .../PeiTcg2PhysicalPresenceLib.c | 4 +- .../SmmTcg2PhysicalPresenceLib.c | 41 +++- SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalDriver.c | 25 +-- SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalDriver.h | 3 +- SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.c | 139 +++++++++--- .../Opal/OpalPasswordDxe/OpalHiiFormStrings.uni | 20 +- .../Tcg/Opal/OpalPasswordDxe/OpalHiiPrivate.h | 6 +- .../Tcg/Opal/OpalPasswordDxe/OpalPasswordDxe.inf | 1 + .../Tcg/Opal/OpalPasswordDxe/OpalPasswordForm.vfr | 25 ++- SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr | 3 - SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigStrings.uni | 3 - 13 files changed, 376 insertions(+), 142 deletions(-) -- 2.7.0.windows.1