]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPkg/Drivers/CpuDxe/CpuDxe.inf
ArmPkg: update CpuDxe to use CpuExceptionHandlerLib
[mirror_edk2.git] / ArmPkg / Drivers / CpuDxe / CpuDxe.inf
... / ...
CommitLineData
1#/** @file\r
2#\r
3# DXE CPU driver\r
4#\r
5# Copyright (c) 2009, Apple Inc. All rights reserved.<BR>\r
6# Copyright (c) 2011-2013, ARM Limited. All rights reserved.\r
7#\r
8# This program and the accompanying materials\r
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
12#\r
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
15#\r
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
27[Sources.Common]\r
28 CpuDxe.c\r
29 CpuDxe.h\r
30 CpuMpCore.c\r
31 CpuMmuCommon.c\r
32 Exception.c\r
33\r
34[Sources.ARM]\r
35 Arm/Mmu.c\r
36\r
37[Sources.AARCH64]\r
38 AArch64/Mmu.c\r
39\r
40[Packages]\r
41 ArmPkg/ArmPkg.dec\r
42 EmbeddedPkg/EmbeddedPkg.dec\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46[LibraryClasses]\r
47 ArmLib\r
48 BaseMemoryLib\r
49 CacheMaintenanceLib\r
50 CpuLib\r
51 CpuExceptionHandlerLib\r
52 DebugLib\r
53 DefaultExceptionHandlerLib\r
54 DxeServicesTableLib\r
55 HobLib\r
56 PeCoffGetEntryPointLib\r
57 UefiDriverEntryPoint\r
58 UefiLib\r
59\r
60[Protocols]\r
61 gEfiCpuArchProtocolGuid\r
62 gEfiDebugSupportPeriodicCallbackProtocolGuid\r
63 gVirtualUncachedPagesProtocolGuid\r
64\r
65[Guids]\r
66 gEfiDebugImageInfoTableGuid\r
67 gArmMpCoreInfoGuid\r
68 gIdleLoopEventGuid\r
69 gEfiVectorHandoffTableGuid\r
70\r
71[Pcd.common]\r
72 gArmTokenSpaceGuid.PcdVFPEnabled\r
73\r
74[FeaturePcd.common]\r
75 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport\r
76 gArmTokenSpaceGuid.PcdDebuggerExceptionSupport\r
77\r
78[Depex]\r
79 TRUE\r