mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
367284e773
commit
664e3a0b9f
|
@ -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>"
|
||||
|
||||
|
|
Loading…
Reference in New Issue