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