diff options
author | Jian J Wang <jian.j.wang@intel.com> | 2017-12-26 08:43:44 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2017-12-26 09:44:14 +0800 |
commit | 5e2ee2f5f4def0482ce2f8687d6840ac38b4383f (patch) | |
tree | 7995ef81ac74645ae1750cad348883e477bbd598 /UefiCpuPkg/UefiCpuPkg.uni | |
parent | 9db7e9fd97c30242e22d50f534c835c9c7d98169 (diff) | |
download | edk2-5e2ee2f5f4def0482ce2f8687d6840ac38b4383f.tar.gz |
UefiCpuPkg/UefiCpuPkg.uni: Add missing string definition for new PCDs
Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
Diffstat (limited to 'UefiCpuPkg/UefiCpuPkg.uni')
-rw-r--r-- | UefiCpuPkg/UefiCpuPkg.uni | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/UefiCpuPkg/UefiCpuPkg.uni b/UefiCpuPkg/UefiCpuPkg.uni index a7073b10c8..b132ce62cf 100644 --- a/UefiCpuPkg/UefiCpuPkg.uni +++ b/UefiCpuPkg/UefiCpuPkg.uni @@ -230,5 +230,17 @@ "Processor trace is enabled through set BIT44(CPU_FEATURE_PROC_TRACE) in PcdCpuFeaturesSetting.<BR><BR>\n"
"This PCD is ignored if CPU processor trace is disabled.<BR><BR>\n"
"Default value is 0 which means single range output scheme will be used if CPU processor trace is enabled.<BR>\n"
- "0 - Single Range output scheme.<BR>\n"
- "1 - ToPA(Table of physical address) scheme.<BR>\n"
\ No newline at end of file + "0 - Single Range output scheme.<BR>\n"
+ "1 - ToPA(Table of physical address) scheme.<BR>\n"
+
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuStackSwitchExceptionList_PROMPT #language en-US "Specify exception vectors which need switching stack."
+
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuStackSwitchExceptionList_HELP #language en-US "List of exception vectors which need switching stack.\n"
+ "This PCD will only take into effect if PcdCpuStackGuard is enabled.n"
+ "By default exception #DD(8), #PF(14) are supported.n"
+
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuKnownGoodStackSize_PROMPT #language en-US "Specify size of good stack of exception which need switching stack."
+
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuKnownGoodStackSize_HELP #language en-US "Size of good stack for an exception.\n"
+ "This PCD will only take into effect if PcdCpuStackGuard is enabled.\n"
+
|