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 0EC2081E9E for ; Thu, 19 Jan 2017 22:25:40 -0800 (PST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 19 Jan 2017 22:25:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,257,1477983600"; d="scan'208";a="215568429" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga004.fm.intel.com with ESMTP; 19 Jan 2017 22:25:39 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 19 Jan 2017 22:25:39 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 19 Jan 2017 22:25:38 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.177]) by SHSMSX103.ccr.corp.intel.com ([10.239.4.69]) with mapi id 14.03.0248.002; Fri, 20 Jan 2017 14:25:36 +0800 From: "Wei, David" To: "Lu, ShifeiX A" , "edk2-devel@lists.01.org" Thread-Topic: [Patch][edk2-platforms/devel-MinnowBoard3] Set TPM to Disabled. Thread-Index: AQHScuTIIlaTzGG570C52BH8KtpRDKFA5jYw Date: Fri, 20 Jan 2017 06:25:35 +0000 Message-ID: <89954A0B46707A448411A627AD4EEE3468EF3732@SHSMSX101.ccr.corp.intel.com> References: <563b4993-f9c6-475a-b2c2-fa6c2b68ca31@SHWDEOPENPSI011.local> In-Reply-To: <563b4993-f9c6-475a-b2c2-fa6c2b68ca31@SHWDEOPENPSI011.local> 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][edk2-platforms/devel-MinnowBoard3] Set TPM to Disabled. 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, 20 Jan 2017 06:25:40 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: zwei4 Thanks, David Wei =20 -----Original Message----- From: Lu, ShifeiX A=20 Sent: Friday, January 20, 2017 2:17 PM To: edk2-devel@lists.01.org Cc: Wei, David Subject: [Patch][edk2-platforms/devel-MinnowBoard3] Set TPM to Disabled. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lushifex --- .../Common/PlatformSettings/PlatformSetupDxe/Security.vfi | 9 +----= ---- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSe= tupDxe/Security.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/P= latformSetupDxe/Security.vfi index da103b2..f79e81b 100644 --- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/= Security.vfi +++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/= Security.vfi @@ -1,7 +1,7 @@ // /** @file // Security Setup formset. // -// Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.
+// Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.
// // This program and the accompanying materials // are licensed and made available under the terms and conditions of the = BSD License @@ -148,17 +148,10 @@ form formid =3D SECURITY_CONFIGURATION_FORM_ID, oneof varid =3D Setup.TPM, prompt =3D STRING_TOKEN(STR_TPM_PROMPT), help =3D STRING_TOKEN(STR_TPM_HELP), -#if (X64_BUILD_ENABLE =3D=3D FALSE) option text =3D STRING_TOKEN(STR_DISABLE), value =3D 0x00, flags =3D D= EFAULT | MANUFACTURING | RESET_REQUIRED; option text =3D STRING_TOKEN(STR_TPM_PTT), value =3D 0x01, flags =3D R= ESET_REQUIRED; option text =3D STRING_TOKEN(STR_TPM_DTPM_1_2), value =3D 0x02, flags = =3D RESET_REQUIRED; option text =3D STRING_TOKEN(STR_TPM_DTPM_2_0), value =3D 0x03, flags = =3D RESET_REQUIRED; -#else - option text =3D STRING_TOKEN(STR_DISABLE), value =3D 0x00, flags =3D R= ESET_REQUIRED; - option text =3D STRING_TOKEN(STR_TPM_PTT), value =3D 0x01, flags =3D D= EFAULT | MANUFACTURING | RESET_REQUIRED; - option text =3D STRING_TOKEN(STR_TPM_DTPM_1_2), value =3D 0x02, flags = =3D RESET_REQUIRED; - option text =3D STRING_TOKEN(STR_TPM_DTPM_2_0), value =3D 0x03, flags = =3D RESET_REQUIRED; -#endif endoneof; =20 suppressif NOT ideqval Setup.TPM =3D=3D 1;=20 --=20 2.7.0.windows.1