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