MdeModulePkg: Add Ps2KeyboardDxe driver.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
This commit is contained in:
Ruiyu Ni
2015-07-17 17:39:00 +08:00
parent 3dc5c1ae5c
commit 4aa68cbc97
11 changed files with 4282 additions and 0 deletions

View File

@@ -709,6 +709,14 @@
# @Prompt Enable S3 performance data support.
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support|TRUE|BOOLEAN|0x00010064
## Indicates if PS2 keyboard does a extended verification during start.
# Add this PCD mainly consider the use case of simulator. This PCD maybe set to FALSE for
# Extended verification will take some performance. It can be set to FALSE for boot performance.<BR><BR>
# TRUE - Turn on PS2 keyboard extended verification.<BR>
# FALSE - Turn off PS2 keyboard extended verification.<BR>
# @Prompt Turn on PS2 Keyboard Extended Verification
gEfiMdeModulePkgTokenSpaceGuid.PcdPs2KbdExtendedVerification|TRUE|BOOLEAN|0x00010072
## Indicates if Serial device uses half hand shake.<BR><BR>
# TRUE - Serial device uses half hand shake.<BR>
# FALSE - Serial device doesn't use half hand shake.<BR>