]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf
d29703b20fa6f3e818ca93a4481fb2299ac938f5
[mirror_edk2.git] / ArmPlatformPkg / ArmJunoPkg / Drivers / ArmJunoDxe / ArmJunoDxe.inf
1 #
2 # Copyright (c) 2013-2014, ARM Limited. All rights reserved.
3 #
4 # This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = ArmJunoDxe
16 FILE_GUID = 1484ebe8-2681-45f1-a2e5-12ecad893b62
17 MODULE_TYPE = DXE_DRIVER
18 VERSION_STRING = 1.0
19 ENTRY_POINT = ArmJunoEntryPoint
20
21 [Sources.common]
22 ArmJunoDxe.c
23 PciEmulation.c
24 PciRootBridgeIo.c
25
26 [Packages]
27 ArmPkg/ArmPkg.dec
28 ArmPlatformPkg/ArmPlatformPkg.dec
29 ArmPlatformPkg/ArmJunoPkg/ArmJuno.dec
30 EmbeddedPkg/EmbeddedPkg.dec
31 MdePkg/MdePkg.dec
32
33 [LibraryClasses]
34 AcpiLib
35 ArmShellCmdRunAxfLib
36 BaseMemoryLib
37 BdsLib
38 DebugLib
39 DmaLib
40 DxeServicesTableLib
41 IoLib
42 PcdLib
43 PrintLib
44 SerialPortLib
45 UefiBootServicesTableLib
46 UefiRuntimeServicesTableLib
47 UefiLib
48 UefiDriverEntryPoint
49
50 [Guids]
51 gArmGlobalVariableGuid
52 gEfiEndOfDxeEventGroupGuid
53 gEfiFileInfoGuid
54
55 [Protocols]
56 gEfiBlockIoProtocolGuid
57 gEfiDevicePathFromTextProtocolGuid
58 gEfiPciIoProtocolGuid
59 gEfiSimpleFileSystemProtocolGuid
60
61 [FixedPcd]
62 gArmTokenSpaceGuid.PcdSystemMemoryBase
63 gArmTokenSpaceGuid.PcdSystemMemorySize
64
65 gArmTokenSpaceGuid.PcdHypFvBaseAddress
66 gArmTokenSpaceGuid.PcdHypFvSize
67
68 gArmJunoTokenSpaceGuid.PcdSynopsysUsbEhciBaseAddress
69 gArmJunoTokenSpaceGuid.PcdSynopsysUsbOhciBaseAddress
70
71 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath
72
73 [Depex]
74 TRUE