]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
ArmPkg/Gic: force GIC driver to run before CPU arch protocol driver
[mirror_edk2.git] / ArmPkg / Drivers / ArmGic / ArmGicDxe.inf
CommitLineData
1e57a462 1#/** @file\r
4edcf21d 2#\r
1e57a462 3# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
8659306a 4# Copyright (c) 2012 - 2017, ARM Ltd. All rights reserved.<BR>\r
1e57a462 5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
4edcf21d 10#\r
1e57a462 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 IMPLIED.\r
4edcf21d 13#\r
1e57a462 14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
017baa1c 18 BASE_NAME = ArmGicDxe\r
61a7b0ec 19 FILE_GUID = DE371F7C-DEC4-4D21-ADF1-593ABCC15882 # gArmGicDxeFileGuid\r
1e57a462 20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = InterruptDxeInitialize\r
24\r
1e57a462 25[Sources.common]\r
017baa1c 26 ArmGicDxe.c\r
69b5dc9f 27 ArmGicCommonDxe.c\r
1e57a462 28\r
f5241b57 29 GicV2/ArmGicV2Dxe.c\r
5f81082e 30 GicV3/ArmGicV3Dxe.c\r
f5241b57 31\r
1e57a462 32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 EmbeddedPkg/EmbeddedPkg.dec\r
35 ArmPkg/ArmPkg.dec\r
36\r
37[LibraryClasses]\r
4edcf21d 38 ArmGicLib\r
1e57a462 39 BaseLib\r
40 UefiLib\r
41 UefiBootServicesTableLib\r
42 DebugLib\r
43 PrintLib\r
44 MemoryAllocationLib\r
45 UefiDriverEntryPoint\r
46 IoLib\r
dc63be24 47 PcdLib\r
61a7b0ec 48 UefiLib\r
1e57a462 49\r
50[Protocols]\r
51 gHardwareInterruptProtocolGuid\r
8659306a 52 gHardwareInterrupt2ProtocolGuid\r
1e57a462 53 gEfiCpuArchProtocolGuid\r
f5241b57 54\r
dc63be24 55[Pcd.common]\r
1e57a462 56 gArmTokenSpaceGuid.PcdGicDistributorBase\r
919697ae 57 gArmTokenSpaceGuid.PcdGicRedistributorsBase\r
1e57a462 58 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
f6d46e29 59 gArmTokenSpaceGuid.PcdArmGicV3WithV2Legacy\r
f5241b57 60\r
1e57a462 61[Depex]\r
61a7b0ec 62 TRUE\r