]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFrameworkModulePkg: Remove unused PCD/Protocol
authorRuiyu Ni <ruiyu.ni@intel.com>
Mon, 11 Apr 2016 07:38:18 +0000 (15:38 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 13 Apr 2016 06:54:49 +0000 (14:54 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
IntelFrameworkModulePkg/Include/Protocol/Ps2Policy.h [deleted file]
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec

diff --git a/IntelFrameworkModulePkg/Include/Protocol/Ps2Policy.h b/IntelFrameworkModulePkg/Include/Protocol/Ps2Policy.h
deleted file mode 100644 (file)
index 8e915ed..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-/** @file\r
-  PS/2 policy protocol abstracts the specific platform initialization and settings.\r
-\r
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
-The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php.                                          \r
-    \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
-\r
-**/\r
-\r
-\r
-#ifndef _PS2_POLICY_PROTOCOL_H_\r
-#define _PS2_POLICY_PROTOCOL_H_\r
-\r
-#define EFI_PS2_POLICY_PROTOCOL_GUID \\r
-  { \\r
-    0x4df19259, 0xdc71, 0x4d46, {0xbe, 0xf1, 0x35, 0x7b, 0xb5, 0x78, 0xc4, 0x18 } \\r
-  }\r
-\r
-#define EFI_KEYBOARD_CAPSLOCK   0x0004\r
-#define EFI_KEYBOARD_NUMLOCK    0x0002\r
-#define EFI_KEYBOARD_SCROLLLOCK 0x0001\r
-\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *EFI_PS2_INIT_HARDWARE) (\r
-  IN  EFI_HANDLE              Handle\r
-  );\r
-\r
-typedef struct {\r
-  UINT8                 KeyboardLight;\r
-  EFI_PS2_INIT_HARDWARE Ps2InitHardware;\r
-} EFI_PS2_POLICY_PROTOCOL;\r
-\r
-extern EFI_GUID gEfiPs2PolicyProtocolGuid;\r
-\r
-#endif\r
index a609f1bb1eb2b30990c5c149056e639abf33bc18..5327242172b5f6d7b3d610761118eeecbcc81b30 100644 (file)
   #  Include/Protocol/IsaAcpi.h\r
   gEfiIsaAcpiProtocolGuid        = { 0x64a892dc, 0x5561, 0x4536, { 0x92, 0xc7, 0x79, 0x9b, 0xfc, 0x18, 0x33, 0x55 }}\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
   ## OEM Badging Protocol defines the interface to get the OEM badging image with the dispaly attribute.\r
   #  Include/Protocol/OEMBadging.h\r
   gEfiOEMBadgingProtocolGuid     = { 0x170E13C0, 0xBF1B, 0x4218, { 0x87, 0x1D, 0x2A, 0xBD, 0xC6, 0xF8, 0x87, 0xBC }}\r
   # @Prompt Turn on Legacy Support in S3 Boot\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformCsmSupport|TRUE|BOOLEAN|0x00010044\r
 \r
-  ## Indicates if PS2 keyboard does a extended verification during start.\r
-  #  Extended verification will take some performance. It can be set to FALSE for boot performance.<BR><BR>\r
-  #   TRUE  - Turn on PS2 keyboard extended verification.<BR>\r
-  #   FALSE - Turn off PS2 keyboard extended verification.<BR>\r
-  # @Prompt Turn on PS2 Keyboard Extended Verification\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPs2KbdExtendedVerification|TRUE|BOOLEAN|0x00010045\r
-\r
   ## Indicates if Framework Acpi Support protocol is installed.<BR><BR>  \r
   #   TRUE  - Install Framework Acpi Support protocol.<BR>\r
   #   FALSE - Doesn't install Framework Acpi Support protocol.<BR>\r
   # @Prompt Enable Framework Acpi Support\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdInstallAcpiSupportProtocol|TRUE|BOOLEAN|0x00010046\r
 \r
-\r
-  ## Indicates if PS2 mouse does a extended verification during start.\r
-  #  Extended verification will take some performance. It can be set to FALSE for boot performance.<BR><BR>\r
-  #   TRUE  - Turn on PS2 mouse extended verification. <BR>\r
-  #   FALSE - Turn off PS2 mouse extended verification. <BR>\r
-  # @Prompt Turn on PS2 Mouse Extended Verification\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPs2MouseExtendedVerification|TRUE|BOOLEAN|0x00010047\r
-\r
   ## Indicates if only Boot logo is showed and all message output is disabled in BDS.<BR><BR>\r
   #   TRUE  - Only Boot Logo is showed in boot.<BR>\r
   #   FALSE - All messages and Boot Logo are showed in boot.<BR>\r
   # @Expression 0x80000001 | (gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHighPmmMemorySize & 0x1000) == 0\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHighPmmMemorySize|0x400000|UINT32|0x3000000a\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
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdFastPS2Detection|FALSE|BOOLEAN|0x3000000b\r
-\r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   IntelFrameworkModulePkgExtra.uni\r