]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmVirtualizationPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
ArmVirtualizationPkg/PciHostBridgeDxe: abort if there's no PCI host bridge
[mirror_edk2.git] / ArmPlatformPkg / ArmVirtualizationPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
1 ## @file
2 # The basic interfaces implementation to a single segment PCI Host Bridge driver.
3 #
4 # Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = PciHostBridge
18 FILE_GUID = 9f609346-37cb-4eb7-801f-f55099373998
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21
22 ENTRY_POINT = InitializePciHostBridge
23
24 [Packages]
25 MdePkg/MdePkg.dec
26 ArmPlatformPkg/ArmPlatformPkg.dec
27
28 [LibraryClasses]
29 UefiDriverEntryPoint
30 UefiBootServicesTableLib
31 DxeServicesTableLib
32 UefiLib
33 MemoryAllocationLib
34 BaseMemoryLib
35 BaseLib
36 DebugLib
37 DevicePathLib
38 IoLib
39 PciLib
40 PcdLib
41
42 [Sources]
43 PciHostBridge.c
44 PciRootBridgeIo.c
45 PciHostBridge.h
46
47 [Protocols]
48 gEfiPciHostBridgeResourceAllocationProtocolGuid ## PRODUCES
49 gEfiPciRootBridgeIoProtocolGuid ## PRODUCES
50 gEfiMetronomeArchProtocolGuid ## CONSUMES
51 gEfiDevicePathProtocolGuid ## PRODUCES
52
53 [Pcd]
54 gArmPlatformTokenSpaceGuid.PcdPciBusMin
55 gArmPlatformTokenSpaceGuid.PcdPciBusMax
56 gArmPlatformTokenSpaceGuid.PcdPciIoBase
57 gArmPlatformTokenSpaceGuid.PcdPciIoSize
58 gArmPlatformTokenSpaceGuid.PcdPciIoTranslation
59 gArmPlatformTokenSpaceGuid.PcdPciMmio32Base
60 gArmPlatformTokenSpaceGuid.PcdPciMmio32Size
61 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
62
63 [depex]
64 gEfiMetronomeArchProtocolGuid