From 664e3a0b9f1d97f0dc3e51bbb8d6ad17d2acd4c7 Mon Sep 17 00:00:00 2001 From: Dandan Bi Date: Tue, 13 Dec 2016 10:49:08 +0800 Subject: [PATCH] UefiCpuPkg: Add info string to UNI file for PcdCpuSmmStaticPageTable Cc: Jiewen Yao Cc: Jeff Fan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Reviewed-by: Jiewen Yao --- UefiCpuPkg/UefiCpuPkg.uni | 8 ++++++++ 1 file changed, 8 insertions(+) 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.

\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.
\n" + "FALSE - SMM uses static page table for below 4G memory and use on-demand paging for above 4G memory.
" + -- 2.39.2