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