]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Drivers/CpuDxe/CpuDxe.inf
ArmPkg/CpuDxe: Moved memory mapping functions that are not architecture specific...
[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
50 [Packages]
51 ArmPkg/ArmPkg.dec
52 EmbeddedPkg/EmbeddedPkg.dec
53 MdePkg/MdePkg.dec
54 MdeModulePkg/MdeModulePkg.dec
55
56 [LibraryClasses]
57 ArmLib
58 BaseMemoryLib
59 CacheMaintenanceLib
60 CpuLib
61 DebugLib
62 DefaultExceptionHandlerLib
63 DxeServicesTableLib
64 HobLib
65 PeCoffGetEntryPointLib
66 UefiDriverEntryPoint
67 UefiLib
68
69 [Protocols]
70 gEfiCpuArchProtocolGuid
71 gEfiDebugSupportPeriodicCallbackProtocolGuid
72 gVirtualUncachedPagesProtocolGuid
73
74 [Guids]
75 gEfiDebugImageInfoTableGuid
76 gArmMpCoreInfoGuid
77 gIdleLoopEventGuid
78
79 [Pcd.common]
80 gArmTokenSpaceGuid.PcdVFPEnabled
81 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress
82
83 [FeaturePcd.common]
84 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport
85 gArmTokenSpaceGuid.PcdRelocateVectorTable
86 gArmTokenSpaceGuid.PcdDebuggerExceptionSupport
87
88 [Depex]
89 TRUE