]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
Print resource allocation/bar programming when PciBus driver does PCI BUS enumeration.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / PciBusDxe / PciBusDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
9060e3ec 2# Component description file for PciBus module.\r
3#\r
4# PCI bus driver. This module will probe all PCI devices and allocate MMIO and IO\r
5# space for these devices. Please use PCD feature flag PcdPciBusHotplugDeviceSupport to enable\r
6# hot plug supporting.\r
7#\r
8db6a82c 8# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
9060e3ec 9#\r
cd5ebaa0 10# This program and the accompanying materials\r
9060e3ec 11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
6bfbb5f0 18##\r
9060e3ec 19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = PciBusDxe\r
23 FILE_GUID = 93B80004-9FB3-11d4-9A3A-0090273FC14D\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
9060e3ec 26 ENTRY_POINT = PciBusEntryPoint\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33# DRIVER_BINDING = gPciBusDriverBinding\r
34# COMPONENT_NAME = gPciBusComponentName\r
35# COMPONENT_NAME2 = gPciBusComponentName2\r
36#\r
37\r
188e4e84 38[Sources]\r
9060e3ec 39 PciLib.c\r
40 PciIo.c\r
41 PciBus.c\r
42 PciDeviceSupport.c\r
43 ComponentName.c\r
44 ComponentName.h\r
45 PciCommand.c\r
46 PciResourceSupport.c\r
47 PciEnumeratorSupport.c\r
48 PciEnumerator.c\r
49 PciOptionRomSupport.c\r
50 PciDriverOverride.c\r
51 PciPowerManagement.c\r
52 PciPowerManagement.h\r
53 PciDriverOverride.h\r
54 PciRomTable.c\r
55 PciHotPlugSupport.c\r
56 PciLib.h\r
57 PciHotPlugSupport.h\r
58 PciRomTable.h\r
59 PciOptionRomSupport.h\r
60 PciEnumeratorSupport.h\r
61 PciEnumerator.h\r
62 PciResourceSupport.h\r
63 PciDeviceSupport.h\r
64 PciCommand.h\r
65 PciIo.h\r
66 PciBus.h\r
67\r
68[Packages]\r
69 MdePkg/MdePkg.dec\r
70 MdeModulePkg/MdeModulePkg.dec\r
71\r
72[LibraryClasses]\r
73 PcdLib\r
74 DevicePathLib\r
75 UefiBootServicesTableLib\r
76 MemoryAllocationLib\r
77 ReportStatusCodeLib\r
78 BaseMemoryLib\r
79 UefiLib\r
80 BaseLib\r
81 UefiDriverEntryPoint\r
82 DebugLib\r
83 PeCoffLib\r
84\r
85[Protocols]\r
86 gEfiPciHotPlugRequestProtocolGuid ## BY_START\r
87 gEfiPciIoProtocolGuid ## BY_START\r
88 gEfiDevicePathProtocolGuid ## BY_START\r
89 gEfiBusSpecificDriverOverrideProtocolGuid ## BY_START\r
90 gEfiLoadedImageProtocolGuid ## CONSUMED\r
91 gEfiDecompressProtocolGuid ## CONSUMED\r
92 gEfiPciHotPlugInitProtocolGuid ## CONSUMED\r
93 gEfiPciHostBridgeResourceAllocationProtocolGuid ## CONSUMED\r
94 gEfiPciPlatformProtocolGuid ## CONSUMED\r
95 gEfiPciOverrideProtocolGuid ## CONSUMED \r
96 gEfiPciEnumerationCompleteProtocolGuid ## CONSUMED \r
97 gEfiPciRootBridgeIoProtocolGuid ## CONSUMED\r
98 gEfiIncompatiblePciDeviceSupportProtocolGuid ## CONSUMED\r
99 gEfiLoadFile2ProtocolGuid ## CONSUMED\r
8db6a82c 100 gEfiDevicePathToTextProtocolGuid ## CONSUMED\r
9060e3ec 101\r
188e4e84 102[FeaturePcd]\r
9060e3ec 103 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport\r
1ef26783 104 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBridgeIoAlignmentProbe\r
aeeb84ba 105 gEfiMdeModulePkgTokenSpaceGuid.PcdUnalignedPciIoEnable\r
9060e3ec 106\r
188e4e84 107[Pcd]\r
9060e3ec 108 gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSystemPageSize\r
d4048391 109 gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport\r
110 gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport\r
111 gEfiMdeModulePkgTokenSpaceGuid.PcdMrIovSupport\r
1ef26783 112\r
9060e3ec 113# [Event]\r
114# ##\r
115# # Notify event set by CreateEventForHpc () for PCI Hot Plug controller.\r
116# #\r
117# EVT_NOTIFY_SIGNAL ## PRODUCES\r
118#\r
119#\r