From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 9F78381963 for ; Wed, 4 Jan 2017 18:25:36 -0800 (PST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 04 Jan 2017 18:25:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,318,1477983600"; d="scan'208";a="919069621" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 04 Jan 2017 18:25:34 -0800 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 4 Jan 2017 18:25:34 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 4 Jan 2017 18:25:32 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.88]) by SHSMSX103.ccr.corp.intel.com ([10.239.4.69]) with mapi id 14.03.0248.002; Thu, 5 Jan 2017 10:25:31 +0800 From: "Zeng, Star" To: "Zhang, Chao B" , "edk2-devel@lists.01.org" CC: "Zeng, Star" Thread-Topic: [PATCH 2/2] SecurityPkg: Add Pcd PROMPT/HELP & Chang default setting Thread-Index: AQHSZvobHUpZAVj280OW2/tC0XNQ/qEpJ5Fg Date: Thu, 5 Jan 2017 02:25:31 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103B7F5A90@shsmsx102.ccr.corp.intel.com> References: <20170105021847.9560-1-chao.b.zhang@intel.com> In-Reply-To: <20170105021847.9560-1-chao.b.zhang@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 2/2] SecurityPkg: Add Pcd PROMPT/HELP & Chang default setting 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, 05 Jan 2017 02:25:36 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Please correct the typo "Inital" in dec and uni files. With that, Reviewed-by: Star Zeng Thanks, Star -----Original Message----- From: Zhang, Chao B=20 Sent: Thursday, January 5, 2017 10:19 AM To: edk2-devel@lists.01.org Cc: Zeng, Star ; Zhang, Chao B Subject: [PATCH 2/2] SecurityPkg: Add Pcd PROMPT/HELP & Chang default setti= ng Update PCD PcdTcg2PhysicalPresenceFlags default setting. Also add PROMPT, H= ELP string. Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang --- SecurityPkg/SecurityPkg.dec | 2 +- SecurityPkg/SecurityPkg.uni | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec inde= x c53f746..f95f383 100644 --- a/SecurityPkg/SecurityPkg.dec +++ b/SecurityPkg/SecurityPkg.dec @@ -430,7 +430,7 @@ # PCD can be configured for different settings in different scenarios # Default setting is TCG2_BIOS_TPM_MANAGEMENT_FLAG_DEFAULT | TCG2_BIOS_S= TORAGE_MANAGEMENT_FLAG_DEFAULT # @Prompt Inital setting of TCG2 Persistent Firmware Management Flags - gEfiSecurityPkgTokenSpaceGuid.PcdTcg2PhysicalPresenceFlags|0x300E3|UINT3= 2|0x0001001B + =20 + gEfiSecurityPkgTokenSpaceGuid.PcdTcg2PhysicalPresenceFlags|0x300E2|UIN + T32|0x0001001B =20 [PcdsDynamic, PcdsDynamicEx] =20 diff --git a/SecurityPkg/SecurityPkg.uni b/SecurityPkg/SecurityPkg.uni inde= x 9d91eb6..3a9a455 100644 --- a/SecurityPkg/SecurityPkg.uni +++ b/SecurityPkg/SecurityPkg.uni @@ -5,7 +5,7 @@ // It also provides the definitions(including PPIs/PROTOCOLs/GUIDs and lib= rary classes) // and libraries instances, which are used for those feature= s. // -// Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.
+// Copyright (c) 2009 - 2017, Intel Corporation. All rights=20 +reserved.
// // This program and the accompanying materials are licensed and made avail= able under // the terms and conditions of the BSD License which accompanie= s this distribution. @@ -221,3 +221,7 @@ #string STR_gEfiSecurityPkgTokenSpaceGuid_PcdPkcs7CertBuffer_HELP #langua= ge en-US "Provides one PKCS7 cert used to verify Recovery and Capsule Updat= e images\n" = "WARNING: The default value is treated as test key. Please do not = use default value in the production." =20 +#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTcg2PhysicalPresenceFlags_PRO= MPT #language en-US " Inital setting of TCG2 Persistent Firmware Managemen= t Flags" + +#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTcg2PhysicalPresenceFlags_HEL= P #language en-US "This PCD defines initial setting of TCG2 Persistent Fir= mware Management Flags\n" + = "PCD can be configured for different settings in different scenari= os." \ No newline at end of file -- 1.9.5.msysgit.1