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