mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
9db7e9fd97
commit
5e2ee2f5f4
|
@ -232,3 +232,15 @@
|
|||
"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"
|
||||
|
||||
#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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue