]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Drivers/CpuDxe/CpuDxe.inf
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPkg / Drivers / CpuDxe / CpuDxe.inf
1 #/** @file
2 #
3 # DXE CPU driver
4 #
5 # Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
6 # Copyright (c) 2011-2013, ARM Limited. All rights reserved.
7 #
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = ArmCpuDxe
21 FILE_GUID = B8D9777E-D72A-451F-9BDB-BAFB52A68415
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24
25 ENTRY_POINT = CpuDxeInitialize
26
27 [Sources.Common]
28 CpuDxe.c
29 CpuDxe.h
30 CpuMpCore.c
31 CpuMmuCommon.c
32
33 #
34 # Prior to ARMv6 we have multiple stacks, one per mode
35 #
36 # ArmV4/ExceptionSupport.asm | RVCT
37 # ArmV4/ExceptionSupport.S | GCC
38
39 #
40 # ARMv6 or later uses a single stack via srs/stm instructions
41 #
42
43 [Sources.ARM]
44 ArmV6/Mmu.c
45 ArmV6/Exception.c
46 ArmV6/ExceptionSupport.asm | RVCT
47 ArmV6/ExceptionSupport.S | GCC
48
49 [Sources.AARCH64]
50 AArch64/Mmu.c
51 AArch64/Exception.c
52 AArch64/ExceptionSupport.S
53
54 [Packages]
55 ArmPkg/ArmPkg.dec
56 EmbeddedPkg/EmbeddedPkg.dec
57 MdePkg/MdePkg.dec
58 MdeModulePkg/MdeModulePkg.dec
59
60 [LibraryClasses]
61 ArmLib
62 BaseMemoryLib
63 CacheMaintenanceLib
64 CpuLib
65 DebugLib
66 DefaultExceptionHandlerLib
67 DxeServicesTableLib
68 HobLib
69 PeCoffGetEntryPointLib
70 UefiDriverEntryPoint
71 UefiLib
72
73 [Protocols]
74 gEfiCpuArchProtocolGuid
75 gEfiDebugSupportPeriodicCallbackProtocolGuid
76 gVirtualUncachedPagesProtocolGuid
77
78 [Guids]
79 gEfiDebugImageInfoTableGuid
80 gArmMpCoreInfoGuid
81 gIdleLoopEventGuid
82
83 [Pcd.common]
84 gArmTokenSpaceGuid.PcdVFPEnabled
85 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress
86
87 [FeaturePcd.common]
88 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport
89 gArmTokenSpaceGuid.PcdRelocateVectorTable
90 gArmTokenSpaceGuid.PcdDebuggerExceptionSupport
91
92 [Depex]
93 TRUE