diff options
author | Shenglei Zhang <shenglei.zhang@intel.com> | 2019-03-07 16:29:37 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2019-03-19 15:22:04 +0800 |
commit | 792396bec9192b0bd3c3584e5705201facd1a5ef (patch) | |
tree | a5d4ed3c367952de83d7057ee0d1b37a1d6389f2 /UefiCpuPkg/UefiCpuPkg.uni | |
parent | 6ef95e4da714a5d549623bd8f439a8332b127fc4 (diff) | |
download | edk2-792396bec9192b0bd3c3584e5705201facd1a5ef.tar.gz edk2-792396bec9192b0bd3c3584e5705201facd1a5ef.tar.bz2 edk2-792396bec9192b0bd3c3584e5705201facd1a5ef.zip |
UefiCpuPkg/UefiCpuPkg.uni: Add the prompt and help information
The prompt and help information are missing in UefiPkg.uni.
https://bugzilla.tianocore.org/show_bug.cgi?id=1600
v3:The changes in v1 are duplicated. So update the info.
Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Diffstat (limited to 'UefiCpuPkg/UefiCpuPkg.uni')
-rw-r--r-- | UefiCpuPkg/UefiCpuPkg.uni | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/UefiCpuPkg/UefiCpuPkg.uni b/UefiCpuPkg/UefiCpuPkg.uni index b132ce62cf..6a6890d074 100644 --- a/UefiCpuPkg/UefiCpuPkg.uni +++ b/UefiCpuPkg/UefiCpuPkg.uni @@ -114,6 +114,10 @@ #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStackSize_HELP #language en-US "Specifies stack size in bytes for each processor in SMM."
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmShadowStackSize_PROMPT #language en-US "Processor shadow stack size in SMM."
+
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmShadowStackSize_HELP #language en-US "Specifies shadow stack size in bytes for each processor in SMM."
+
#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmApSyncTimeout_PROMPT #language en-US "AP synchronization timeout value in SMM"
#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmApSyncTimeout_HELP #language en-US "Specifies timeout value in microseconds for the BSP in SMM to wait for all APs to come into SMM."
|