]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
Some existing PCI adapters with UEFI option ROMs make unaligned requests through...
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / PciBusDxe / PciBusDxe.inf
... / ...
CommitLineData
1## @file\r
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
8# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
9#\r
10# This program and the accompanying materials\r
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
18##\r
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
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
38[Sources]\r
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
100\r
101[FeaturePcd]\r
102 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport\r
103 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBridgeIoAlignmentProbe\r
104 gEfiMdeModulePkgTokenSpaceGuid.PcdUnalignedPciIoEnable\r
105\r
106[Pcd]\r
107 gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSystemPageSize\r
108 gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport\r
109 gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport\r
110 gEfiMdeModulePkgTokenSpaceGuid.PcdMrIovSupport\r
111\r
112# [Event]\r
113# ##\r
114# # Notify event set by CreateEventForHpc () for PCI Hot Plug controller.\r
115# #\r
116# EVT_NOTIFY_SIGNAL ## PRODUCES\r
117#\r
118#\r