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