]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/CpuDxe/CpuDxe.inf
ArmPkg/CpuDxe: drop ARMv4 exception handling code
[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
8a4d81e6 32\r
21de944e 33[Sources.ARM]\r
d9ac8a45
AB
34 Arm/Mmu.c\r
35 Arm/Exception.c\r
36 Arm/ExceptionSupport.asm | RVCT\r
37 Arm/ExceptionSupport.S | GCC\r
2ef2b01e 38\r
25402f5d
HL
39[Sources.AARCH64]\r
40 AArch64/Mmu.c\r
41 AArch64/Exception.c\r
ef7b3786 42 AArch64/ExceptionSupport.S\r
6f72e28d 43\r
2ef2b01e
A
44[Packages]\r
45 ArmPkg/ArmPkg.dec\r
46 EmbeddedPkg/EmbeddedPkg.dec\r
47 MdePkg/MdePkg.dec\r
8513037f 48 MdeModulePkg/MdeModulePkg.dec\r
2ef2b01e
A
49\r
50[LibraryClasses]\r
44788bae 51 ArmLib\r
2ef2b01e
A
52 BaseMemoryLib\r
53 CacheMaintenanceLib\r
11c20f4e 54 CpuLib\r
55 DebugLib\r
56 DefaultExceptionHandlerLib\r
f659880b 57 DxeServicesTableLib\r
44788bae 58 HobLib\r
f659880b 59 PeCoffGetEntryPointLib\r
44788bae 60 UefiDriverEntryPoint\r
f659880b 61 UefiLib\r
2ef2b01e
A
62\r
63[Protocols]\r
64 gEfiCpuArchProtocolGuid\r
65 gEfiDebugSupportPeriodicCallbackProtocolGuid\r
f659880b
A
66 gVirtualUncachedPagesProtocolGuid\r
67\r
68[Guids]\r
69 gEfiDebugImageInfoTableGuid\r
44788bae 70 gArmMpCoreInfoGuid\r
8513037f 71 gIdleLoopEventGuid\r
2ef2b01e
A
72\r
73[Pcd.common]\r
1bfda055 74 gArmTokenSpaceGuid.PcdVFPEnabled\r
2ef2b01e 75 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress\r
3402aac7 76\r
2ef2b01e
A
77[FeaturePcd.common]\r
78 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport\r
1bfda055 79 gArmTokenSpaceGuid.PcdRelocateVectorTable\r
eeec69c5 80 gArmTokenSpaceGuid.PcdDebuggerExceptionSupport\r
2ef2b01e 81\r
d7b6c49b 82[Depex]\r
83 TRUE\r