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