]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf
ArmVirtPkg/FdtPciHostBridgeLib: map ECAM and I/O spaces in GCD memory map
[mirror_edk2.git] / ArmVirtPkg / Library / FdtPciHostBridgeLib / FdtPciHostBridgeLib.inf
... / ...
CommitLineData
1## @file\r
2# PCI Host Bridge Library instance for pci-ecam-generic DT nodes\r
3#\r
4# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials are licensed and made available\r
7# under the terms and conditions of the BSD License which accompanies this\r
8# distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
13# IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = FdtPciHostBridgeLib\r
21 FILE_GUID = 59fcb139-2558-4cf0-8d7c-ebac499da727\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = PciHostBridgeLib\r
25\r
26#\r
27# The following information is for reference only and not required by the build\r
28# tools.\r
29#\r
30# VALID_ARCHITECTURES = AARCH64 ARM\r
31#\r
32\r
33[Sources]\r
34 FdtPciHostBridgeLib.c\r
35\r
36[Packages]\r
37 ArmPkg/ArmPkg.dec\r
38 ArmVirtPkg/ArmVirtPkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 MdePkg/MdePkg.dec\r
41\r
42[LibraryClasses]\r
43 DebugLib\r
44 DevicePathLib\r
45 DxeServicesTableLib\r
46 MemoryAllocationLib\r
47 PciPcdProducerLib\r
48\r
49[FixedPcd]\r
50 gArmTokenSpaceGuid.PcdPciMmio32Translation\r
51 gArmTokenSpaceGuid.PcdPciMmio64Translation\r
52\r
53[Pcd]\r
54 gArmTokenSpaceGuid.PcdPciIoTranslation\r
55 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress\r
56\r
57[Depex]\r
58 gFdtClientProtocolGuid\r