]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Drivers/CpuDxe/CpuDxe.inf
3cf4036cfb42b72c2c4be40d60802d9a4ace4548
[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 UefiDriverEntryPoint
56 ArmLib
57 DxeServicesTableLib
58 PeCoffGetEntryPointLib
59 UefiLib
60 CpuLib
61 DefaultExceptioHandlerLib
62 DebugLib
63
64 [Protocols]
65 gEfiCpuArchProtocolGuid
66 gEfiDebugSupportPeriodicCallbackProtocolGuid
67 gVirtualUncachedPagesProtocolGuid
68
69 [Guids]
70 gEfiDebugImageInfoTableGuid
71 gIdleLoopEventGuid
72
73 [Pcd.common]
74 gArmTokenSpaceGuid.PcdVFPEnabled
75 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress
76
77 [FeaturePcd.common]
78 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport
79 gArmTokenSpaceGuid.PcdRelocateVectorTable
80 gArmTokenSpaceGuid.PcdDebuggerExceptionSupport
81 gArmTokenSpaceGuid.PcdEfiUncachedMemoryToStronglyOrdered
82
83 [Depex]
84 TRUE