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 47FC081ED5 for ; Thu, 24 Nov 2016 18:13:19 -0800 (PST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP; 24 Nov 2016 18:13:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,692,1473145200"; d="scan'208";a="35336718" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga005.fm.intel.com with ESMTP; 24 Nov 2016 18:13:18 -0800 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 24 Nov 2016 18:13:18 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 24 Nov 2016 18:13:18 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.239]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.142]) with mapi id 14.03.0248.002; Fri, 25 Nov 2016 10:13:16 +0800 From: "Dong, Eric" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Yao, Jiewen" , "Zhang, Chao B" Thread-Topic: [PATCH 0/3] Support TCG2 BlockSID related actions Thread-Index: AQHSRjMmV/ct/Zfu/EO2PxGD4+11KqDo9nyA Date: Fri, 25 Nov 2016 02:13:15 +0000 Message-ID: References: <1479978844-101272-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1479978844-101272-1-git-send-email-star.zeng@intel.com> Accept-Language: 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/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: Fri, 25 Nov 2016 02:13:19 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Eric Dong > -----Original Message----- > From: Zeng, Star > Sent: Thursday, November 24, 2016 5:14 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star; Yao, Jiewen; Zhang, Chao B; Dong, Eric > Subject: [PATCH 0/3] Support TCG2 BlockSID related actions >=20 > Cc: Jiewen Yao > Cc: Chao Zhang > Cc: Eric Dong >=20 > Eric Dong (1): > SecurityPkg OpalPasswordDxe: Use PP actions to enable BlockSID >=20 > Star Zeng (2): > SecurityPkg Tcg2PPLib: Support BlockSID related actions > SecurityPkg Tcg2ConfigDxe: Remove BlockSID actions and related strings >=20 > .../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(-) >=20 > -- > 2.7.0.windows.1