]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/MdeModulePkg.uni: Add PS2 related PCD description
authorRuiyu Ni <ruiyu.ni@intel.com>
Wed, 13 Apr 2016 06:33:31 +0000 (14:33 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 13 Apr 2016 06:54:45 +0000 (14:54 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Shumin Qiu <shumin.qiu@intel.com>
MdeModulePkg/MdeModulePkg.uni

index 44f740e96afeadade8d5dd1374a7a57cb9aafe55..64b404f7a183f697affe3b118802fe4d2642ee67 100644 (file)
                                                                                         "TRUE  - Export HII data and configuration data.<BR>\n"\r
                                                                                         "FALSE - Does not export HII data and configuration.<BR>"\r
 \r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPs2KbdExtendedVerification_PROMPT  #language en-US "Turn on PS2 Keyboard Extended Verification"\r
+\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPs2KbdExtendedVerification_HELP  #language en-US "Indicates if PS2 keyboard does a extended verification during start.\n"\r
+                                                                                               "Add this PCD mainly consider the use case of simulator. This PCD maybe set to FALSE for\n"\r
+                                                                                               "Extended verification will take some performance. It can be set to FALSE for boot performance.<BR><BR>\n"\r
+                                                                                               "TRUE  - Turn on PS2 keyboard extended verification.<BR>\n"\r
+                                                                                               "FALSE - Turn off PS2 keyboard extended verification.<BR>"\r
+\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPs2MouseExtendedVerification_PROMPT  #language en-US "Turn on PS2 Mouse Extended Verification"\r
+\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPs2MouseExtendedVerification_HELP  #language en-US "Indicates if PS2 mouse does a extended verification during start.\n"\r
+                                                                                                 "Extended verification will take some performance. It can be set to FALSE for boot performance.<BR><BR>\n"\r
+                                                                                                 "TRUE  - Turn on PS2 mouse extended verification. <BR>\n"\r
+                                                                                                 "FALSE - Turn off PS2 mouse extended verification. <BR>"\r
+\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFastPS2Detection_PROMPT  #language en-US "Enable fast PS2 detection"\r
+\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFastPS2Detection_HELP  #language en-US "Indicates if to use the optimized timing for best PS2 detection performance.\n"\r
+                                                                                     "Note this PCD could be set to TRUE for best boot performance and set to FALSE for best device compatibility.<BR><BR>\n"\r
+                                                                                     "TRUE  - Use the optimized timing for best PS2 detection performance.<BR>\n"\r
+                                                                                     "FALSE - Use the normal timing to detect PS2.<BR>"\r
+\r