]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/CpuDxe/CpuDxe.inf
ArmPkg: Added Aarch64 support
[mirror_edk2.git] / ArmPkg / Drivers / CpuDxe / CpuDxe.inf
CommitLineData
2ef2b01e
A
1#/** @file\r
2# \r
3# DXE CPU driver\r
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
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
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
A
32\r
33#\r
34# Prior to ARMv6 we have multiple stacks, one per mode\r
35#\r
21de944e 36# ArmV4/ExceptionSupport.asm | RVCT\r
37# ArmV4/ExceptionSupport.S | GCC\r
8a4d81e6
A
38\r
39#\r
40# ARMv6 or later uses a single stack via srs/stm instructions\r
41#\r
21de944e 42\r
43[Sources.ARM]\r
2614b0c4 44 ArmV6/Mmu.c\r
45 ArmV6/Exception.c\r
21de944e 46 ArmV6/ExceptionSupport.asm | RVCT\r
47 ArmV6/ExceptionSupport.S | GCC\r
2ef2b01e 48\r
25402f5d
HL
49[Sources.AARCH64]\r
50 AArch64/Mmu.c\r
51 AArch64/Exception.c\r
52 AArch64/ExceptionSupport.S | GCC\r
6f72e28d 53\r
2ef2b01e
A
54[Packages]\r
55 ArmPkg/ArmPkg.dec\r
56 EmbeddedPkg/EmbeddedPkg.dec\r
57 MdePkg/MdePkg.dec\r
8513037f 58 MdeModulePkg/MdeModulePkg.dec\r
2ef2b01e
A
59\r
60[LibraryClasses]\r
44788bae 61 ArmLib\r
2ef2b01e
A
62 BaseMemoryLib\r
63 CacheMaintenanceLib\r
11c20f4e 64 CpuLib\r
65 DebugLib\r
66 DefaultExceptionHandlerLib\r
f659880b 67 DxeServicesTableLib\r
44788bae 68 HobLib\r
f659880b 69 PeCoffGetEntryPointLib\r
44788bae 70 UefiDriverEntryPoint\r
f659880b 71 UefiLib\r
2ef2b01e
A
72\r
73[Protocols]\r
74 gEfiCpuArchProtocolGuid\r
75 gEfiDebugSupportPeriodicCallbackProtocolGuid\r
f659880b
A
76 gVirtualUncachedPagesProtocolGuid\r
77\r
78[Guids]\r
79 gEfiDebugImageInfoTableGuid\r
44788bae 80 gArmMpCoreInfoGuid\r
8513037f 81 gIdleLoopEventGuid\r
2ef2b01e
A
82\r
83[Pcd.common]\r
1bfda055 84 gArmTokenSpaceGuid.PcdVFPEnabled\r
2ef2b01e
A
85 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress\r
86 \r
87[FeaturePcd.common]\r
88 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport\r
1bfda055 89 gArmTokenSpaceGuid.PcdRelocateVectorTable\r
eeec69c5 90 gArmTokenSpaceGuid.PcdDebuggerExceptionSupport\r
2ef2b01e 91\r
d7b6c49b 92[Depex]\r
93 TRUE\r