From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 14F7F821E0 for ; Tue, 13 Dec 2016 18:42:00 -0800 (PST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP; 13 Dec 2016 18:41:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,344,1477983600"; d="scan'208";a="42254750" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga005.fm.intel.com with ESMTP; 13 Dec 2016 18:41:59 -0800 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 13 Dec 2016 18:41:59 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 13 Dec 2016 18:41:59 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.9]) by shsmsx102.ccr.corp.intel.com ([169.254.2.54]) with mapi id 14.03.0248.002; Wed, 14 Dec 2016 10:41:55 +0800 From: "Yao, Jiewen" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Fan, Jeff" Thread-Topic: [edk2] [patch 13/18] UefiCpuPkg: Add info string to UNI file for PcdCpuSmmStaticPageTable Thread-Index: AQHSVbNzdnpMms330kKY6sE0OnLGdqEGu74g Date: Wed, 14 Dec 2016 02:41:54 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503A8BCCAC@SHSMSX104.ccr.corp.intel.com> References: <1481618428-101904-1-git-send-email-dandan.bi@intel.com> <1481618428-101904-14-git-send-email-dandan.bi@intel.com> <3C0D5C461C9E904E8F62152F6274C0BB3B856DE3@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <3C0D5C461C9E904E8F62152F6274C0BB3B856DE3@SHSMSX103.ccr.corp.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 13/18] UefiCpuPkg: Add info string to UNI file for PcdCpuSmmStaticPageTable 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: Wed, 14 Dec 2016 02:42:00 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiewen.yao@intel.com >=20 > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Dandan Bi > Sent: Tuesday, December 13, 2016 4:40 PM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen ; Fan, Jeff > Subject: [edk2] [patch 13/18] UefiCpuPkg: Add info string to UNI file for > PcdCpuSmmStaticPageTable >=20 > Cc: Jiewen Yao > Cc: Jeff Fan > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Dandan Bi > --- > UefiCpuPkg/UefiCpuPkg.uni | 8 ++++++++ > 1 file changed, 8 insertions(+) >=20 > diff --git a/UefiCpuPkg/UefiCpuPkg.uni b/UefiCpuPkg/UefiCpuPkg.uni index > 13f0e41..298ed7e 100644 > --- a/UefiCpuPkg/UefiCpuPkg.uni > +++ b/UefiCpuPkg/UefiCpuPkg.uni > @@ -145,5 +145,13 @@ >=20 > #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuApTargetCstate_PROMPT > #language en-US "The specified AP target C-state for Mwait" >=20 > #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuApTargetCstate_HELP > #language en-US "Specifies the AP target C-state for Mwait during POST ph= ase." >=20 > +#string > STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStaticPageTable_PROMPT > #language en-US "Use static page table for all memory in SMM." > + > +#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStaticPageTable_HELP > #language en-US "Indicates if SMM uses static page table.\n" > + > "If enabled, SMM will not use on-demand paging. SMM will build static pag= e > table for all memory.

\n" > + > "This flag only impacts X64 build, because SMM alway builds static page t= able for > IA32.\n" > + > "TRUE - SMM uses static page table for all memory.
\n" > + > "FALSE - SMM uses static page table for below 4G memory and use on-demand > paging for above 4G memory.
" > + > -- > 1.9.5.msysgit.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel