]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg UefiCpupkg.uni: Add new pcds comments.
authorEric Dong <eric.dong@intel.com>
Mon, 14 Aug 2017 07:18:46 +0000 (15:18 +0800)
committerEric Dong <eric.dong@intel.com>
Wed, 16 Aug 2017 08:16:17 +0000 (16:16 +0800)
Add prompt/help string for pcd PcdCpuProcTraceOutputScheme
and PcdCpuProcTraceMemSize in UefiCpuPkg.uni file.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
UefiCpuPkg/UefiCpuPkg.uni

index cd0ecab6118bfd0b1c4266064a76cbbd7a94fe02..858e4a7235330889691966e035b1a0d7cfc36141 100644 (file)
 #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesSetting_PROMPT  #language en-US "Actual processor feature settings."\r
 \r
 #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesSetting_HELP  #language en-US "Specifies actual settings for processor features, each bit corresponding to a specific feature."\r
+\r
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuProcTraceMemSize_PROMPT  #language en-US "Memory size used by Processor Trace feature."\r
+\r
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuProcTraceMemSize_HELP  #language en-US "User input the memory size can be used by processor trace feature.<BR><BR>\n"\r
+                                                                                   "Default value is 0x10 which disables the processor memory trace.<BR>\n"\r
+                                                                                   "0x0  -  4K.<BR>\n"\r
+                                                                                   "0x1  -  8K.<BR>\n"\r
+                                                                                   "0x2  -  16K.<BR>\n"\r
+                                                                                   "0x3  -  32K.<BR>\n"\r
+                                                                                   "0x4  -  64K.<BR>\n"\r
+                                                                                   "0x5  -  128K.<BR>\n"\r
+                                                                                   "0x6  -  256K.<BR>\n"\r
+                                                                                   "0x7  -  512K.<BR>\n"\r
+                                                                                   "0x8  -  1M.<BR>\n"\r
+                                                                                   "0x9  -  2M.<BR>\n"\r
+                                                                                   "0xA  -  4M.<BR>\n"\r
+                                                                                   "0xB  -  8M.<BR>\n"\r
+                                                                                   "0xC  -  16M.<BR>\n"\r
+                                                                                   "0xD  -  32M.<BR>\n"\r
+                                                                                   "0xE  -  64M.<BR>\n"\r
+                                                                                   "0xF  -  128M.<BR>\n"\r
+                                                                                   "0x10 -  ProcTraceMemDisable.<BR>\n"\r
+\r
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuProcTraceOutputScheme_PROMPT  #language en-US "Processor Trace output scheme type."\r
+\r
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuProcTraceOutputScheme_HELP  #language en-US "User input the processor trace output scheme type.<BR><BR>\n"\r
+                                                                                        "Default value is 2 which disables the processor memory trace.<BR>\n"\r\r
+                                                                                        "0 - Single Range output scheme.<BR>\n"\r\r
+                                                                                        "1 - ToPA(Table of physical address) scheme.<BR>\n"\r\r
+                                                                                        "2 - Invalid scheme.<BR>\n"\r
\ No newline at end of file