From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=eric.dong@intel.com; receiver=edk2-devel@lists.01.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 86802211D3900 for ; Sun, 10 Mar 2019 18:15:42 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Mar 2019 18:15:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,466,1544515200"; d="scan'208";a="124329737" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga008.jf.intel.com with ESMTP; 10 Mar 2019 18:15:41 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 10 Mar 2019 18:15:41 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 10 Mar 2019 18:15:41 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.163]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.158]) with mapi id 14.03.0415.000; Mon, 11 Mar 2019 09:15:39 +0800 From: "Dong, Eric" To: "Zhang, Shenglei" , "edk2-devel@lists.01.org" CC: "Ni, Ray" , Laszlo Ersek Thread-Topic: [PATCH 3/3] UefiCpuPkg/UefiCpuPkg.uni: Add the prompt and help information Thread-Index: AQHU16UdEzljEIIu1k68RmZ2t/obxKYFoICQ Date: Mon, 11 Mar 2019 01:15:38 +0000 Message-ID: References: <20190311005516.2864-1-shenglei.zhang@intel.com> <20190311005516.2864-4-shenglei.zhang@intel.com> In-Reply-To: <20190311005516.2864-4-shenglei.zhang@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 3/3] UefiCpuPkg/UefiCpuPkg.uni: Add the prompt and help information X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2019 01:15:42 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Eric Dong > -----Original Message----- > From: Zhang, Shenglei > Sent: Monday, March 11, 2019 8:55 AM > To: edk2-devel@lists.01.org > Cc: Dong, Eric ; Ni, Ray ; Laszlo > Ersek > Subject: [PATCH 3/3] UefiCpuPkg/UefiCpuPkg.uni: Add the prompt and help > information >=20 > The prompt and help information are missing in UefiPkg.uni. > https://bugzilla.tianocore.org/show_bug.cgi?id=3D1600 >=20 > Cc: Eric Dong > Cc: Ray Ni > Cc: Laszlo Ersek > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Shenglei Zhang > --- > UefiCpuPkg/UefiCpuPkg.uni | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/UefiCpuPkg/UefiCpuPkg.uni b/UefiCpuPkg/UefiCpuPkg.uni index > b132ce62cf..0e57b6ac98 100644 > --- a/UefiCpuPkg/UefiCpuPkg.uni > +++ b/UefiCpuPkg/UefiCpuPkg.uni > @@ -114,6 +114,10 @@ >=20 > #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStackSize_HELP > #language en-US "Specifies stack size in bytes for each processor in SMM.= " >=20 > +#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStackSize_PROMPT > #language en-US "Processor stack size in SMM." > + > +#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStackSize_Help > #language en-US "Specifies stack size in bytes for each processor in SMM.= " > + > #string > STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmApSyncTimeout_PROMPT > #language en-US "AP synchronization timeout value in SMM" >=20 > #string > STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmApSyncTimeout_HELP > #language en-US "Specifies timeout value in microseconds for the BSP in > SMM to wait for all APs to come into SMM." > -- > 2.18.0.windows.1