]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
b5fa1e1f32130330c52247e4a1c55236e25f5c7c
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciBusDxe.inf
1 #/** @file
2 # Component description file for PciBus module.
3 #
4 # PCI bus driver. This module will probe all PCI devices and allocate MMIO and IO
5 # space for these devices. Please use PCD feature flag PcdPciBusHotplugDeviceSupport to enable
6 # support hot plug.
7 # Copyright (c) 2006 - 2008, Intel Corporation
8 #
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 #**/
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = PciBusDxe
22 FILE_GUID = 93B80004-9FB3-11d4-9A3A-0090273FC14D
23 MODULE_TYPE = UEFI_DRIVER
24 VERSION_STRING = 1.0
25 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28 ENTRY_POINT = PciBusEntryPoint
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
34 #
35 # DRIVER_BINDING = gPciBusDriverBinding
36 # COMPONENT_NAME = gPciBusComponentName
37 #
38
39 [Sources.common]
40 PciLib.c
41 PciIo.c
42 PciBus.c
43 PciDeviceSupport.c
44 ComponentName.c
45 ComponentName.h
46 PciCommand.c
47 PciResourceSupport.c
48 PciEnumeratorSupport.c
49 PciEnumerator.c
50 PciOptionRomSupport.c
51 PciDriverOverride.c
52 PciPowerManagement.c
53 PciPowerManagement.h
54 PciDriverOverride.h
55 PciRomTable.c
56 PciHotPlugSupport.c
57 PciLib.h
58 PciHotPlugSupport.h
59 PciRomTable.h
60 PciOptionRomSupport.h
61 PciEnumeratorSupport.h
62 PciEnumerator.h
63 PciResourceSupport.h
64 PciDeviceSupport.h
65 PciCommand.h
66 PciIo.h
67 PciBus.h
68
69 [Packages]
70 MdePkg/MdePkg.dec
71 MdeModulePkg/MdeModulePkg.dec
72 IntelFrameworkPkg/IntelFrameworkPkg.dec
73 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
74
75
76
77 [LibraryClasses]
78 PciIncompatibleDeviceSupportLib
79 PcdLib
80 DevicePathLib
81 UefiBootServicesTableLib
82 MemoryAllocationLib
83 ReportStatusCodeLib
84 BaseMemoryLib
85 UefiLib
86 BaseLib
87 UefiDriverEntryPoint
88 DebugLib
89 PeCoffLib
90
91 [Guids]
92 gEfiPciOptionRomTableGuid # SOMETIMES_CONSUMED System Table
93 gEfiPciHotplugDeviceGuid # PRIVATE
94 gEfiPciOptionRomTableGuid # SOMETIMES_CONSUMED
95
96 [Protocols]
97 gEfiPciHotPlugRequestProtocolGuid # PROTOCOL ALWAYS_PRODUCED
98 gEfiBusSpecificDriverOverrideProtocolGuid # PROTOCOL BY_START
99 gEfiPciIoProtocolGuid # PROTOCOL BY_START
100 gEfiLoadedImageProtocolGuid # PROTOCOL TO_START
101 gEfiDecompressProtocolGuid # PROTOCOL TO_START
102 gEfiPciHotPlugInitProtocolGuid # PROTOCOL TO_START
103 gEfiPciHostBridgeResourceAllocationProtocolGuid # PROTOCOL TO_START
104 gEfiPciPlatformProtocolGuid # PROTOCOL TO_START
105 gEfiPciRootBridgeIoProtocolGuid # PROTOCOL TO_START
106 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
107 gEfiIncompatiblePciDeviceSupportProtocolGuid # PROTOCOL TO_START
108 gEfiUgaIoProtocolGuid # ALWAYS_CONSUMED System Table
109 gEfiLoadFile2ProtocolGuid # SOMETIMES_CONSUMED
110
111 [FeaturePcd.common]
112 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable
113 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport
114 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable
115
116
117 [FixedPcd.common]
118 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask
119
120