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