]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
UefiCpuPkg/MpInitLib: Remove redundant CpuStateFinished State.
[mirror_edk2.git] / PcAtChipsetPkg / 8259InterruptControllerDxe / 8259.inf
index 26b785bd941f0eabe79ad22e7c97c748e252cbed..1d9be675e35fa8db3ff962f5a2b90b5db1e1ecde 100644 (file)
@@ -1,20 +1,21 @@
 ## @file\r
-# 8259 Interrupt Controller driver\r
+# 8259 Interrupt Controller driver that provides Legacy 8259 protocol.\r
 #\r
-# Copyright (c) 2005 - 2010, Intel Corporation                                                         \r
-# All rights reserved. This program and the accompanying materials                          \r
-# are licensed and made available under the terms and conditions of the BSD License         \r
-# which accompanies this distribution.  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
+# Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
+# are licensed and made available under the terms and conditions of the BSD License\r
+# which accompanies this distribution.  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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = Legacy8259\r
+  MODULE_UNI_FILE                = Legacy8259.uni\r
   FILE_GUID                      = 79CA4208-BBA1-4a9a-8456-E1E66A81484E\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
   PcAtChipsetPkg/PcAtChipsetPkg.dec\r
-  \r
+\r
 [LibraryClasses]\r
   UefiBootServicesTableLib\r
   DebugLib\r
   UefiDriverEntryPoint\r
   IoLib\r
   PcdLib\r
-  \r
+\r
 [Protocols]\r
-  gEfiLegacy8259ProtocolGuid                    # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiPciIoProtocolGuid\r
+  gEfiLegacy8259ProtocolGuid                    ## PRODUCES\r
+  gEfiPciIoProtocolGuid                         ## SOMETIMES_CONSUMES\r
+\r
+[Pcd]\r
+  gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeMask      ## CONSUMES\r
+  gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel ## CONSUMES\r
 \r
-[FixedPcd]\r
-  gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeMask|0xFFFF\r
-  gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0000\r
-  \r
 [Depex]\r
   TRUE\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  Legacy8259Extra.uni\r