From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.115; helo=mga14.intel.com; envelope-from=david.wei@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 C0DD8202E610E for ; Mon, 16 Oct 2017 22:11:21 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2017 22:14:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,389,1503385200"; d="scan'208";a="163918733" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 16 Oct 2017 22:14:57 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 16 Oct 2017 22:14:56 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.159]) by shsmsx102.ccr.corp.intel.com ([169.254.2.175]) with mapi id 14.03.0319.002; Tue, 17 Oct 2017 13:14:55 +0800 From: "Wei, David" To: "Liu, XianhuiX" , "edk2-devel@lists.01.org" CC: "Wei, David" Thread-Topic: [edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] TPM Device Thread-Index: AQHTRvQH7Y6EleCaDEG6dl93/GL706Lnf6YQ Date: Tue, 17 Oct 2017 05:14:54 +0000 Message-ID: <89954A0B46707A448411A627AD4EEE3468FAE3D8@SHSMSX101.ccr.corp.intel.com> References: <20171017025954.16168-1-xianhuix.liu@intel.com> In-Reply-To: <20171017025954.16168-1-xianhuix.liu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] TPM Device X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Oct 2017 05:11:22 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: zwei4 Thanks, David Wei Intel SSG/STO/UEFI BIOS =20 > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > xianhu2x > Sent: Tuesday, October 17, 2017 11:00 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] > TPM Device > Importance: High >=20 > "TPM Device" setup display redundant items. Remove "TPM Device" "dTPM > 1.2" and "dTPM 2.0" options >=20 > Contributed-under: TianoCore Contribution Agreement 1.1 >=20 > Signed-off-by: xianhu2x > --- > .../Common/PlatformSettings/PlatformSetupDxe/Security.vfi = | 2 -- > 1 file changed, 2 deletions(-) >=20 > diff --git > a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupD > xe/Security.vfi > b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetup > Dxe/Security.vfi > index 2d6b30873..d338a45c0 100644 > --- > a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupD > xe/Security.vfi > +++ > b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetup > Dxe/Security.vfi > @@ -117,8 +117,6 @@ form formid =3D SECURITY_CONFIGURATION_FORM_ID, > help =3D STRING_TOKEN(STR_TPM_HELP), > option text =3D STRING_TOKEN(STR_DISABLE), value =3D 0x00, flags =3D= DEFAULT > | MANUFACTURING | RESET_REQUIRED; > option text =3D STRING_TOKEN(STR_TPM_PTT), value =3D 0x01, flags =3D > RESET_REQUIRED; > - option text =3D STRING_TOKEN(STR_TPM_DTPM_1_2), value =3D 0x02, flag= s =3D > RESET_REQUIRED; > - option text =3D STRING_TOKEN(STR_TPM_DTPM_2_0), value =3D 0x03, flag= s =3D > RESET_REQUIRED; > endoneof; >=20 > suppressif NOT ideqval Setup.TPM =3D=3D 1; > -- > 2.14.1.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel