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