Add PcdCpuSmmStmExceptionStackSize/PcdCpuMsegSize prompt and help
string to uni file

Cc: Michael Kinney <michael.d.kin...@intel.com>
Cc: Jeff Fan <jeff....@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan...@intel.com>
---
 UefiCpuPkg/UefiCpuPkg.uni | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/UefiCpuPkg/UefiCpuPkg.uni b/UefiCpuPkg/UefiCpuPkg.uni
index 298ed7e..f4dd339 100644
--- a/UefiCpuPkg/UefiCpuPkg.uni
+++ b/UefiCpuPkg/UefiCpuPkg.uni
@@ -153,5 +153,13 @@
                                                                                
      "If enabled, SMM will not use on-demand paging. SMM will build static 
page table for all memory.<BR><BR>\n"
                                                                                
      "This flag only impacts X64 build, because SMM alway builds static page 
table for IA32.\n"
                                                                                
      "TRUE  - SMM uses static page table for all memory.<BR>\n"
                                                                                
      "FALSE - SMM uses static page table for below 4G memory and use on-demand 
paging for above 4G memory.<BR>"
 
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStmExceptionStackSize_PROMPT  
#language en-US "STM exception stack size."
+
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStmExceptionStackSize_HELP  
#language en-US "Specifies buffer size in bytes for STM exception stack. The 
value should be a multiple of 4KB."
+
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuMsegSize_PROMPT  #language en-US 
"MSEG size."
+
+#string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuMsegSize_HELP  #language en-US 
"Specifies buffer size in bytes of MSEG. The value should be a multiple of 4KB."
+
-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to