summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2016-12-13 10:49:08 +0800
committerStar Zeng <star.zeng@intel.com>2016-12-14 21:34:43 +0800
commit664e3a0b9f1d97f0dc3e51bbb8d6ad17d2acd4c7 (patch)
treecd1a069d88bb350327d4270894230dc8db002ceb /UefiCpuPkg
parent367284e7735478b0c4ad37d8f6bf17d3c4a473d0 (diff)
downloadedk2-664e3a0b9f1d97f0dc3e51bbb8d6ad17d2acd4c7.tar.gz
edk2-664e3a0b9f1d97f0dc3e51bbb8d6ad17d2acd4c7.tar.bz2
edk2-664e3a0b9f1d97f0dc3e51bbb8d6ad17d2acd4c7.zip
UefiCpuPkg: Add info string to UNI file for PcdCpuSmmStaticPageTable
Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jeff Fan <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'UefiCpuPkg')
-rw-r--r--UefiCpuPkg/UefiCpuPkg.uni8
1 files changed, 8 insertions, 0 deletions
diff --git a/UefiCpuPkg/UefiCpuPkg.uni b/UefiCpuPkg/UefiCpuPkg.uni
index 13f0e41aeb..298ed7e2bd 100644
--- a/UefiCpuPkg/UefiCpuPkg.uni
+++ b/UefiCpuPkg/UefiCpuPkg.uni
@@ -147,3 +147,11 @@
#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuApTargetCstate_HELP #language en-US "Specifies the AP target C-state for Mwait during POST phase."
+#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 page table for all memory.<BR><BR>\n"
+ "This flag only impacts X64 build, because SMM alway builds static page table for IA32.\n"
+ "TRUE - SMM uses static page table for all memory.<BR>\n"
+ "FALSE - SMM uses static page table for below 4G memory and use on-demand paging for above 4G memory.<BR>"
+