From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 8BDF7820F9 for ; Tue, 13 Dec 2016 18:51:34 -0800 (PST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP; 13 Dec 2016 18:51:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,344,1477983600"; d="scan'208";a="17791338" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 13 Dec 2016 18:51:33 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 13 Dec 2016 18:51:33 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.11]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.235]) with mapi id 14.03.0248.002; Wed, 14 Dec 2016 10:51:31 +0800 From: "Fan, Jeff" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Yao, Jiewen" Thread-Topic: [patch 13/18] UefiCpuPkg: Add info string to UNI file for PcdCpuSmmStaticPageTable Thread-Index: AQHSVR0GCeE+w4PpOkOtnDdT3Zx/sqEGv7TA Date: Wed, 14 Dec 2016 02:51:31 +0000 Message-ID: <542CF652F8836A4AB8DBFAAD40ED192A4C4E03BA@SHSMSX103.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> In-Reply-To: <1481618428-101904-14-git-send-email-dandan.bi@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjFlM2ZjMDItM2U3ZC00NGVjLWJjZDQtZTFhNzEzNTU1ODFmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlB1NTlKdzJzbk5EVDNxQVBSRnFUUXN6UjBPcFlLVjMwTEYzQ0EwZ2JlWm89In0= x-ctpclassification: CTP_IC 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:51:34 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jeff Fan -----Original Message----- From: Bi, Dandan=20 Sent: Tuesday, December 13, 2016 4:40 PM To: edk2-devel@lists.01.org Cc: Yao, Jiewen; Fan, Jeff Subject: [patch 13/18] UefiCpuPkg: Add info string to UNI file for PcdCpuSm= mStaticPageTable 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(+) diff --git a/UefiCpuPkg/UefiCpuPkg.uni b/UefiCpuPkg/UefiCpuPkg.uni index 13= f0e41..298ed7e 100644 --- a/UefiCpuPkg/UefiCpuPkg.uni +++ b/UefiCpuPkg/UefiCpuPkg.uni @@ -145,5 +145,13 @@ =20 #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuApTargetCstate_PROMPT #langua= ge 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 phase." =20 +#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStaticPageTable_PROMPT #la= nguage en-US "Use static page table for all memory in SMM." + +#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStaticPageTable_HELP #lang= uage en-US "Indicates if SMM uses static page table.\n" + = "If enabled, SMM will not use on-demand paging. SMM will build s= tatic page table for all memory.

\n" + = "This flag only impacts X64 build, because SMM alway builds stat= ic page table 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