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