From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 09E0781ED8 for ; Thu, 24 Nov 2016 04:20:44 -0800 (PST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP; 24 Nov 2016 04:20:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,543,1473145200"; d="scan'208";a="35176663" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga005.fm.intel.com with ESMTP; 24 Nov 2016 04:20:43 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 24 Nov 2016 04:20:43 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 24 Nov 2016 04:20:42 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.239]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.239]) with mapi id 14.03.0248.002; Thu, 24 Nov 2016 20:20:40 +0800 From: "Yao, Jiewen" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Zhang, Chao B" , "Dong, Eric" Thread-Topic: [PATCH 3/3] SecurityPkg Tcg2ConfigDxe: Remove BlockSID actions and related strings Thread-Index: AQHSRjMoi8Rx5NnG4ECmrW7HX1JouaDoDeSw Date: Thu, 24 Nov 2016 12:20:39 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C50386DA487@shsmsx102.ccr.corp.intel.com> References: <1479978844-101272-1-git-send-email-star.zeng@intel.com> <1479978844-101272-4-git-send-email-star.zeng@intel.com> In-Reply-To: <1479978844-101272-4-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 3/3] SecurityPkg Tcg2ConfigDxe: Remove BlockSID actions and related strings 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 12:20:44 -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: 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 3/3] SecurityPkg Tcg2ConfigDxe: Remove BlockSID actions > and related strings >=20 > Tcg2ConfigDxe has no related code to handle BlockSID related actions > that have been covered by OpalPasswordDxe driver. >=20 > Cc: Jiewen Yao > Cc: Chao Zhang > Cc: Eric Dong > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Star Zeng > --- > SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr | 3 --- > SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigStrings.uni | 3 --- > 2 files changed, 6 deletions(-) >=20 > diff --git a/SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr > b/SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr > index a72f8246d100..48e99430f396 100644 > --- a/SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr > +++ b/SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr > @@ -109,9 +109,6 @@ formset > option text =3D STRING_TOKEN(STR_TCG2_CHANGE_EPS), > value =3D TCG2_PHYSICAL_PRESENCE_CHANGE_EPS, flags =3D > RESET_REQUIRED; > option text =3D STRING_TOKEN(STR_TCG2_LOG_ALL_DIGESTS), > value =3D TCG2_PHYSICAL_PRESENCE_LOG_ALL_DIGESTS, flags =3D > RESET_REQUIRED; > option text =3D > STRING_TOKEN(STR_TCG2_DISABLE_ENDORSEMENT_ENABLE_STORAGE_HI > ERARCHY), value =3D > TCG2_PHYSICAL_PRESENCE_DISABLE_ENDORSEMENT_ENABLE_STORAGE_ > HIERARCHY, flags =3D RESET_REQUIRED; > - > - option text =3D > STRING_TOKEN(STR_TCG2_ENABLE_BLOCK_SID), value =3D > TCG2_PHYSICAL_PRESENCE_ENABLE_BLOCK_SID, flags =3D RESET_REQUIRED; > - option text =3D > STRING_TOKEN(STR_TCG2_DISABLE_BLOCK_SID), value =3D > TCG2_PHYSICAL_PRESENCE_DISABLE_BLOCK_SID, flags =3D > RESET_REQUIRED; > endoneof; >=20 > suppressif NOT questionref(Tpm2Operation) =3D=3D > TCG2_PHYSICAL_PRESENCE_SET_PCR_BANKS; > diff --git a/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigStrings.uni > b/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigStrings.uni > index 49cd4430ce88..948179d336bd 100644 > --- a/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigStrings.uni > +++ b/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigStrings.uni > @@ -58,9 +58,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF > ANY KIND, EITHER EXPRESS OR IMPLIED. > #string STR_TCG2_OPERATION_PARAMETER #language en-US > "TPM2 Operation Parameter" > #string STR_TCG2_OPERATION_PARAMETER_HELP #language en-US > "Additional TPM2 Operation Parameter need be sent with Operation Code > (required for SetPCRBanks)" >=20 > -#string STR_TCG2_ENABLE_BLOCK_SID #language en-US > "TCG2 Storage Enable Block SID" > -#string STR_TCG2_DISABLE_BLOCK_SID #language en-US > "TCG2 Storage Disable Block SID" > - > #string STR_TCG2_TPM_DISABLE #language en-US > "Disable" > #string STR_TCG2_TPM_1_2 #language en-US "TPM > 1.2" > #string STR_TCG2_TPM_2_0_DTPM #language en-US > "TPM 2.0" > -- > 2.7.0.windows.1