]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Drivers/CpuDxe/CpuDxe.inf
21cdf319d45b5676fb6e6f0852a412c037b7ae3d
[mirror_edk2.git] / ArmPkg / Drivers / CpuDxe / CpuDxe.inf
1 #/** @file
2 #
3 # DXE CPU driver
4 #
5 # Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
6 # Copyright (c) 2011-2013, ARM Limited. All rights reserved.
7 #
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = ArmCpuDxe
21 FILE_GUID = B8D9777E-D72A-451F-9BDB-BAFB52A68415
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24
25 ENTRY_POINT = CpuDxeInitialize
26
27 [Sources.Common]
28 CpuDxe.c
29 CpuDxe.h
30 CpuMpCore.c
31 CpuMmuCommon.c
32 Exception.c
33
34 [Sources.ARM]
35 Arm/Mmu.c
36
37 [Sources.AARCH64]
38 AArch64/Mmu.c
39
40 [Packages]
41 ArmPkg/ArmPkg.dec
42 EmbeddedPkg/EmbeddedPkg.dec
43 MdePkg/MdePkg.dec
44 MdeModulePkg/MdeModulePkg.dec
45
46 [LibraryClasses]
47 ArmLib
48 BaseMemoryLib
49 CacheMaintenanceLib
50 CpuLib
51 CpuExceptionHandlerLib
52 DebugLib
53 DefaultExceptionHandlerLib
54 DxeServicesTableLib
55 HobLib
56 PeCoffGetEntryPointLib
57 UefiDriverEntryPoint
58 UefiLib
59
60 [Protocols]
61 gEfiCpuArchProtocolGuid
62 gEfiDebugSupportPeriodicCallbackProtocolGuid
63 gVirtualUncachedPagesProtocolGuid
64
65 [Guids]
66 gEfiDebugImageInfoTableGuid
67 gArmMpCoreInfoGuid
68 gIdleLoopEventGuid
69 gEfiVectorHandoffTableGuid
70
71 [Pcd.common]
72 gArmTokenSpaceGuid.PcdVFPEnabled
73
74 [FeaturePcd.common]
75 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport
76 gArmTokenSpaceGuid.PcdDebuggerExceptionSupport
77
78 [Depex]
79 TRUE