]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf
ArmPlatformPkg/ArmJunoPkg: Added ACPI support
[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 InstallFdt.c
24 PciEmulation.c
25 PciRootBridgeIo.c
26
27 [Packages]
28 ArmPkg/ArmPkg.dec
29 ArmPlatformPkg/ArmPlatformPkg.dec
30 ArmPlatformPkg/ArmJunoPkg/ArmJuno.dec
31 EmbeddedPkg/EmbeddedPkg.dec
32 MdePkg/MdePkg.dec
33
34 [LibraryClasses]
35 AcpiLib
36 ArmShellCmdRunAxfLib
37 BaseMemoryLib
38 BdsLib
39 DebugLib
40 DmaLib
41 DxeServicesTableLib
42 FdtLib
43 IoLib
44 PcdLib
45 PrintLib
46 SerialPortLib
47 UefiBootServicesTableLib
48 UefiRuntimeServicesTableLib
49 UefiLib
50 UefiDriverEntryPoint
51
52 [Guids]
53 gArmGlobalVariableGuid
54 gEfiEndOfDxeEventGroupGuid
55 gEfiFileInfoGuid
56 gFdtTableGuid
57 gArmPlatformUpdateFdtEventGuid
58
59 [Protocols]
60 gEfiBlockIoProtocolGuid
61 gEfiDevicePathFromTextProtocolGuid
62 gEfiPciIoProtocolGuid
63 gEfiSimpleFileSystemProtocolGuid
64
65 [FixedPcd]
66 gArmTokenSpaceGuid.PcdSystemMemoryBase
67 gArmTokenSpaceGuid.PcdSystemMemorySize
68
69 gArmTokenSpaceGuid.PcdHypFvBaseAddress
70 gArmTokenSpaceGuid.PcdHypFvSize
71
72 gArmJunoTokenSpaceGuid.PcdSynopsysUsbEhciBaseAddress
73 gArmJunoTokenSpaceGuid.PcdSynopsysUsbOhciBaseAddress
74
75 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath
76
77 [Depex]
78 TRUE