summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/UefiCpuPkg.uni
diff options
context:
space:
mode:
authorEric Dong <eric.dong@intel.com>2017-08-14 15:18:46 +0800
committerEric Dong <eric.dong@intel.com>2017-08-16 16:16:17 +0800
commit32076515e5eaef983bb1e816c183a0cdddd5594e (patch)
treed2fee20fed92acf288cb30d3ba4b86396cda0aed /UefiCpuPkg/UefiCpuPkg.uni
parent234d4c5fe6cc5856faf517ee404ac703d94d6702 (diff)
downloadedk2-32076515e5eaef983bb1e816c183a0cdddd5594e.tar.gz
edk2-32076515e5eaef983bb1e816c183a0cdddd5594e.tar.bz2
edk2-32076515e5eaef983bb1e816c183a0cdddd5594e.zip
UefiCpuPkg UefiCpupkg.uni: Add new pcds comments.
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>
Diffstat (limited to 'UefiCpuPkg/UefiCpuPkg.uni')
-rw-r--r--UefiCpuPkg/UefiCpuPkg.uni30
1 files changed, 30 insertions, 0 deletions
diff --git a/UefiCpuPkg/UefiCpuPkg.uni b/UefiCpuPkg/UefiCpuPkg.uni
index cd0ecab611..858e4a7235 100644
--- a/UefiCpuPkg/UefiCpuPkg.uni
+++ b/UefiCpuPkg/UefiCpuPkg.uni
@@ -194,3 +194,33 @@
#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesSetting_PROMPT #language en-US "Actual processor feature settings."
#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesSetting_HELP #language en-US "Specifies actual settings for processor features, each bit corresponding to a specific feature."
+
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuProcTraceMemSize_PROMPT #language en-US "Memory size used by Processor Trace feature."
+
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuProcTraceMemSize_HELP #language en-US "User input the memory size can be used by processor trace feature.<BR><BR>\n"
+ "Default value is 0x10 which disables the processor memory trace.<BR>\n"
+ "0x0 - 4K.<BR>\n"
+ "0x1 - 8K.<BR>\n"
+ "0x2 - 16K.<BR>\n"
+ "0x3 - 32K.<BR>\n"
+ "0x4 - 64K.<BR>\n"
+ "0x5 - 128K.<BR>\n"
+ "0x6 - 256K.<BR>\n"
+ "0x7 - 512K.<BR>\n"
+ "0x8 - 1M.<BR>\n"
+ "0x9 - 2M.<BR>\n"
+ "0xA - 4M.<BR>\n"
+ "0xB - 8M.<BR>\n"
+ "0xC - 16M.<BR>\n"
+ "0xD - 32M.<BR>\n"
+ "0xE - 64M.<BR>\n"
+ "0xF - 128M.<BR>\n"
+ "0x10 - ProcTraceMemDisable.<BR>\n"
+
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuProcTraceOutputScheme_PROMPT #language en-US "Processor Trace output scheme type."
+
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuProcTraceOutputScheme_HELP #language en-US "User input the processor trace output scheme type.<BR><BR>\n"
+ "Default value is 2 which disables the processor memory trace.<BR>\n"
+ "0 - Single Range output scheme.<BR>\n"
+ "1 - ToPA(Table of physical address) scheme.<BR>\n"
+ "2 - Invalid scheme.<BR>\n" \ No newline at end of file