]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
Update resource degrade algorithm in PCI bus driver. (1)If any child device has both...
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / PciBusDxe / PciBusDxe.inf
CommitLineData
9060e3ec 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 - 2009, Intel Corporation\r
9#\r
10# All rights reserved. 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 EFI_SPECIFICATION_VERSION = 0x00020000\r
27 ENTRY_POINT = PciBusEntryPoint\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34# DRIVER_BINDING = gPciBusDriverBinding\r
35# COMPONENT_NAME = gPciBusComponentName\r
36# COMPONENT_NAME2 = gPciBusComponentName2\r
37#\r
38\r
39[Sources.common]\r
40 PciLib.c\r
41 PciIo.c\r
42 PciBus.c\r
43 PciDeviceSupport.c\r
44 ComponentName.c\r
45 ComponentName.h\r
46 PciCommand.c\r
47 PciResourceSupport.c\r
48 PciEnumeratorSupport.c\r
49 PciEnumerator.c\r
50 PciOptionRomSupport.c\r
51 PciDriverOverride.c\r
52 PciPowerManagement.c\r
53 PciPowerManagement.h\r
54 PciDriverOverride.h\r
55 PciRomTable.c\r
56 PciHotPlugSupport.c\r
57 PciLib.h\r
58 PciHotPlugSupport.h\r
59 PciRomTable.h\r
60 PciOptionRomSupport.h\r
61 PciEnumeratorSupport.h\r
62 PciEnumerator.h\r
63 PciResourceSupport.h\r
64 PciDeviceSupport.h\r
65 PciCommand.h\r
66 PciIo.h\r
67 PciBus.h\r
68\r
69[Packages]\r
70 MdePkg/MdePkg.dec\r
71 MdeModulePkg/MdeModulePkg.dec\r
72\r
73[LibraryClasses]\r
74 PcdLib\r
75 DevicePathLib\r
76 UefiBootServicesTableLib\r
77 MemoryAllocationLib\r
78 ReportStatusCodeLib\r
79 BaseMemoryLib\r
80 UefiLib\r
81 BaseLib\r
82 UefiDriverEntryPoint\r
83 DebugLib\r
84 PeCoffLib\r
85\r
86[Protocols]\r
87 gEfiPciHotPlugRequestProtocolGuid ## BY_START\r
88 gEfiPciIoProtocolGuid ## BY_START\r
89 gEfiDevicePathProtocolGuid ## BY_START\r
90 gEfiBusSpecificDriverOverrideProtocolGuid ## BY_START\r
91 gEfiLoadedImageProtocolGuid ## CONSUMED\r
92 gEfiDecompressProtocolGuid ## CONSUMED\r
93 gEfiPciHotPlugInitProtocolGuid ## CONSUMED\r
94 gEfiPciHostBridgeResourceAllocationProtocolGuid ## CONSUMED\r
95 gEfiPciPlatformProtocolGuid ## CONSUMED\r
96 gEfiPciOverrideProtocolGuid ## CONSUMED \r
97 gEfiPciEnumerationCompleteProtocolGuid ## CONSUMED \r
98 gEfiPciRootBridgeIoProtocolGuid ## CONSUMED\r
99 gEfiIncompatiblePciDeviceSupportProtocolGuid ## CONSUMED\r
100 gEfiLoadFile2ProtocolGuid ## CONSUMED\r
101\r
102[FeaturePcd.common]\r
103 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport\r
104 gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport\r
105 gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport\r
106 gEfiMdeModulePkgTokenSpaceGuid.PcdMrIovSupport\r
1ef26783 107 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBridgeIoAlignmentProbe\r
9060e3ec 108\r
109[FixedPcd.common]\r
110 gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSystemPageSize\r
1ef26783 111\r
9060e3ec 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