]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg: Add info string to UNI file for PcdCpuSmmStaticPageTable
authorDandan Bi <dandan.bi@intel.com>
Tue, 13 Dec 2016 02:49:08 +0000 (10:49 +0800)
committerStar Zeng <star.zeng@intel.com>
Wed, 14 Dec 2016 13:34:43 +0000 (21:34 +0800)
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>
UefiCpuPkg/UefiCpuPkg.uni

index 13f0e41aeb03321c448a3d414ce2e46b726a913a..298ed7e2bdedfe4b7ddef857b63774567ee08417 100644 (file)
 \r
 #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuApTargetCstate_HELP  #language en-US "Specifies the AP target C-state for Mwait during POST phase."\r
 \r
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStaticPageTable_PROMPT  #language en-US "Use static page table for all memory in SMM."\r
+\r
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStaticPageTable_HELP  #language en-US "Indicates if SMM uses static page table.\n"\r
+                                                                                     "If enabled, SMM will not use on-demand paging. SMM will build static page table for all memory.<BR><BR>\n"\r
+                                                                                     "This flag only impacts X64 build, because SMM alway builds static page table for IA32.\n"\r
+                                                                                     "TRUE  - SMM uses static page table for all memory.<BR>\n"\r
+                                                                                     "FALSE - SMM uses static page table for below 4G memory and use on-demand paging for above 4G memory.<BR>"\r
+\r