summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/MdeModulePkg.uni
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2016-04-13 14:33:31 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-04-13 14:54:45 +0800
commitd1887afa37b47a73d1063c3aee50a2911d55e6dc (patch)
treebfe97de6e219cc2d71a0fe885d24e8baf1d8b9c9 /MdeModulePkg/MdeModulePkg.uni
parentb3d540cd03b9644d0602c6f5b447815f74deabee (diff)
downloadedk2-d1887afa37b47a73d1063c3aee50a2911d55e6dc.tar.gz
edk2-d1887afa37b47a73d1063c3aee50a2911d55e6dc.tar.bz2
edk2-d1887afa37b47a73d1063c3aee50a2911d55e6dc.zip
MdeModulePkg/MdeModulePkg.uni: Add PS2 related PCD description
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Shumin Qiu <shumin.qiu@intel.com>
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.uni')
-rw-r--r--MdeModulePkg/MdeModulePkg.uni22
1 files changed, 22 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni
index 44f740e96a..64b404f7a1 100644
--- a/MdeModulePkg/MdeModulePkg.uni
+++ b/MdeModulePkg/MdeModulePkg.uni
@@ -953,3 +953,25 @@
"TRUE - Export HII data and configuration data.<BR>\n"
"FALSE - Does not export HII data and configuration.<BR>"
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPs2KbdExtendedVerification_PROMPT #language en-US "Turn on PS2 Keyboard Extended Verification"
+
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPs2KbdExtendedVerification_HELP #language en-US "Indicates if PS2 keyboard does a extended verification during start.\n"
+ "Add this PCD mainly consider the use case of simulator. This PCD maybe set to FALSE for\n"
+ "Extended verification will take some performance. It can be set to FALSE for boot performance.<BR><BR>\n"
+ "TRUE - Turn on PS2 keyboard extended verification.<BR>\n"
+ "FALSE - Turn off PS2 keyboard extended verification.<BR>"
+
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPs2MouseExtendedVerification_PROMPT #language en-US "Turn on PS2 Mouse Extended Verification"
+
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPs2MouseExtendedVerification_HELP #language en-US "Indicates if PS2 mouse does a extended verification during start.\n"
+ "Extended verification will take some performance. It can be set to FALSE for boot performance.<BR><BR>\n"
+ "TRUE - Turn on PS2 mouse extended verification. <BR>\n"
+ "FALSE - Turn off PS2 mouse extended verification. <BR>"
+
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFastPS2Detection_PROMPT #language en-US "Enable fast PS2 detection"
+
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFastPS2Detection_HELP #language en-US "Indicates if to use the optimized timing for best PS2 detection performance.\n"
+ "Note this PCD could be set to TRUE for best boot performance and set to FALSE for best device compatibility.<BR><BR>\n"
+ "TRUE - Use the optimized timing for best PS2 detection performance.<BR>\n"
+ "FALSE - Use the normal timing to detect PS2.<BR>"
+