]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
1. Impl PI 1.2 PCI part. Major changes include:
[mirror_edk2.git] / MdeModulePkg / 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 # hot plug supporting.
7 #
8 # Copyright (c) 2006 - 2009, Intel Corporation
9 #
10 # All rights reserved. This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 #**/
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = PciBusDxe
23 FILE_GUID = 93B80004-9FB3-11d4-9A3A-0090273FC14D
24 MODULE_TYPE = UEFI_DRIVER
25 VERSION_STRING = 1.0
26 EFI_SPECIFICATION_VERSION = 0x00020000
27 ENTRY_POINT = PciBusEntryPoint
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34 # DRIVER_BINDING = gPciBusDriverBinding
35 # COMPONENT_NAME = gPciBusComponentName
36 # COMPONENT_NAME2 = gPciBusComponentName2
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
73 [LibraryClasses]
74 PcdLib
75 DevicePathLib
76 UefiBootServicesTableLib
77 MemoryAllocationLib
78 ReportStatusCodeLib
79 BaseMemoryLib
80 UefiLib
81 BaseLib
82 UefiDriverEntryPoint
83 DebugLib
84 PeCoffLib
85
86 [Protocols]
87 gEfiPciHotPlugRequestProtocolGuid ## BY_START
88 gEfiPciIoProtocolGuid ## BY_START
89 gEfiDevicePathProtocolGuid ## BY_START
90 gEfiBusSpecificDriverOverrideProtocolGuid ## BY_START
91 gEfiLoadedImageProtocolGuid ## CONSUMED
92 gEfiDecompressProtocolGuid ## CONSUMED
93 gEfiPciHotPlugInitProtocolGuid ## CONSUMED
94 gEfiPciHostBridgeResourceAllocationProtocolGuid ## CONSUMED
95 gEfiPciPlatformProtocolGuid ## CONSUMED
96 gEfiPciOverrideProtocolGuid ## CONSUMED
97 gEfiPciEnumerationCompleteProtocolGuid ## CONSUMED
98 gEfiPciRootBridgeIoProtocolGuid ## CONSUMED
99 gEfiIncompatiblePciDeviceSupportProtocolGuid ## CONSUMED
100 gEfiLoadFile2ProtocolGuid ## CONSUMED
101
102 [FeaturePcd.common]
103 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport
104 gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport
105 gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport
106 gEfiMdeModulePkgTokenSpaceGuid.PcdMrIovSupport
107
108 [FixedPcd.common]
109 gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSystemPageSize
110 # [Event]
111 # ##
112 # # Notify event set by CreateEventForHpc () for PCI Hot Plug controller.
113 # #
114 # EVT_NOTIFY_SIGNAL ## PRODUCES
115 #
116 #