]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg/UefiCpuPkg.uni: Add missing string definition for new PCDs
authorJian J Wang <jian.j.wang@intel.com>
Tue, 26 Dec 2017 00:43:44 +0000 (08:43 +0800)
committerStar Zeng <star.zeng@intel.com>
Tue, 26 Dec 2017 01:44:14 +0000 (09:44 +0800)
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>
UefiCpuPkg/UefiCpuPkg.uni

index a7073b10c80d0f92cb1a1d65f741257353dd1919..b132ce62cf881b4812a4e832dfcb586133bbd318 100644 (file)
                                                                                         "Processor trace is enabled through set BIT44(CPU_FEATURE_PROC_TRACE) in PcdCpuFeaturesSetting.<BR><BR>\n"\r
                                                                                         "This PCD is ignored if CPU processor trace is disabled.<BR><BR>\n"\r
                                                                                         "Default value is 0 which means single range output scheme will be used if CPU processor trace is enabled.<BR>\n"\r
-                                                                                        "0 - Single Range output scheme.<BR>\n"\r\r
-                                                                                        "1 - ToPA(Table of physical address) scheme.<BR>\n"\r
\ No newline at end of file
+                                                                                        "0 - Single Range output scheme.<BR>\n"\r
+                                                                                        "1 - ToPA(Table of physical address) scheme.<BR>\n"\r
+\r
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuStackSwitchExceptionList_PROMPT  #language en-US "Specify exception vectors which need switching stack."\r
+\r
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuStackSwitchExceptionList_HELP  #language en-US "List of exception vectors which need switching stack.\n"\r
+                                                                                           "This PCD will only take into effect if PcdCpuStackGuard is enabled.n"\r
+                                                                                           "By default exception #DD(8), #PF(14) are supported.n"\r
+\r
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuKnownGoodStackSize_PROMPT  #language en-US "Specify size of good stack of exception which need switching stack."\r
+\r
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuKnownGoodStackSize_HELP  #language en-US "Size of good stack for an exception.\n"\r
+                                                                                     "This PCD will only take into effect if PcdCpuStackGuard is enabled.\n"\r
+\r