]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/Ps2Keyboard: Add missing PCD and protocol to DEC file
authorRuiyu Ni <ruiyu.ni@intel.com>
Mon, 11 Apr 2016 02:55:31 +0000 (10:55 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Mon, 11 Apr 2016 07:31:33 +0000 (15:31 +0800)
gEfiPs2PolicyProtocolGuid and PcdFastPS2Detection was missed when
resolving the conflict.
Check in the two definition to MdeModulePkg.dec to fix build failure.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
MdeModulePkg/MdeModulePkg.dec

index 49bd105db77b35a2b4ae663b5186ede1498ddd49..935554c5adc987431564c4a7bbf95324d7f553e4 100644 (file)
   gIpmiProtocolGuid    = { 0xdbc6381f, 0x5554, 0x4d14, { 0x8f, 0xfd, 0x76, 0xd7, 0x87, 0xb8, 0xac, 0xbf } }\r
   gSmmIpmiProtocolGuid = { 0x5169af60, 0x8c5a, 0x4243, { 0xb3, 0xe9, 0x56, 0xc5, 0x6d, 0x18, 0xee, 0x26 } }\r
 \r
+  ## PS/2 policy protocol abstracts the specific platform initialization and setting.\r
+  #  Include/Protocol/Ps2Policy.h\r
+  gEfiPs2PolicyProtocolGuid = { 0x4DF19259, 0xDC71, 0x4D46, { 0xBE, 0xF1, 0x35, 0x7B, 0xB5, 0x78, 0xC4, 0x18 } }\r
+\r
 #\r
 # [Error.gEfiMdeModulePkgTokenSpaceGuid]\r
 #   0x80000001 | Invalid value provided.\r
   # @Prompt Reserved S3 Boot Script Stack ACPI Memory Size\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptStackSize|0x8000|UINT32|0x02000000\r
 \r
+  ## Indicates if to use the optimized timing for best PS2 detection performance.\r
+  #  Note this PCD could be set to TRUE for best boot performance and set to FALSE for best device compatibility.<BR><BR>\r
+  #   TRUE  - Use the optimized timing for best PS2 detection performance.<BR>\r
+  #   FALSE - Use the normal timing to detect PS2.<BR>\r
+  # @Prompt Enable fast PS2 detection\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFastPS2Detection|FALSE|BOOLEAN|0x30001044\r
+\r
 [PcdsPatchableInModule]\r
   ## Specify memory size with page number for PEI code when\r
   #  Loading Module at Fixed Address feature is enabled.\r