From: Eric Dong Date: Mon, 14 Aug 2017 07:18:46 +0000 (+0800) Subject: UefiCpuPkg UefiCpupkg.uni: Add new pcds comments. X-Git-Tag: edk2-stable201903~3631 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=32076515e5eaef983bb1e816c183a0cdddd5594e;hp=234d4c5fe6cc5856faf517ee404ac703d94d6702 UefiCpuPkg UefiCpupkg.uni: Add new pcds comments. Add prompt/help string for pcd PcdCpuProcTraceOutputScheme and PcdCpuProcTraceMemSize in UefiCpuPkg.uni file. Cc: Liming Gao Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong Reviewed-by: Liming Gao --- 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.

\n" + "Default value is 0x10 which disables the processor memory trace.
\n" + "0x0 - 4K.
\n" + "0x1 - 8K.
\n" + "0x2 - 16K.
\n" + "0x3 - 32K.
\n" + "0x4 - 64K.
\n" + "0x5 - 128K.
\n" + "0x6 - 256K.
\n" + "0x7 - 512K.
\n" + "0x8 - 1M.
\n" + "0x9 - 2M.
\n" + "0xA - 4M.
\n" + "0xB - 8M.
\n" + "0xC - 16M.
\n" + "0xD - 32M.
\n" + "0xE - 64M.
\n" + "0xF - 128M.
\n" + "0x10 - ProcTraceMemDisable.
\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.

\n" + "Default value is 2 which disables the processor memory trace.
\n" + "0 - Single Range output scheme.
\n" + "1 - ToPA(Table of physical address) scheme.
\n" + "2 - Invalid scheme.
\n" \ No newline at end of file