]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/CpuDxe/CpuDxe.inf
Cleanup to match MdePkg cleanups. More progress on ARM disassembler.
[mirror_edk2.git] / ArmPkg / Drivers / CpuDxe / CpuDxe.inf
CommitLineData
2ef2b01e
A
1#/** @file\r
2# \r
3# DXE CPU driver\r
4# \r
5# Copyright (c) 2009, Apple Inc. <BR>\r
6# All rights reserved. This program and the accompanying materials\r
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
28 DebugSupport.c\r
29 Exception.c\r
8a4d81e6
A
30\r
31#\r
32# Prior to ARMv6 we have multiple stacks, one per mode\r
33#\r
34# ExceptionSupport.asm | RVCT\r
35 ExceptionSupport.S | GCC\r
36\r
37#\r
38# ARMv6 or later uses a single stack via srs/stm instructions\r
39#\r
40 ExceptionSupport.ARMv6.asm | RVCT\r
41# ExceptionSupport.ARMv6.S | GCC\r
f659880b 42 Mmu.c\r
2ef2b01e 43\r
6f72e28d 44\r
2ef2b01e
A
45[Packages]\r
46 ArmPkg/ArmPkg.dec\r
47 EmbeddedPkg/EmbeddedPkg.dec\r
48 MdePkg/MdePkg.dec\r
49\r
50[LibraryClasses]\r
51 BaseMemoryLib\r
52 CacheMaintenanceLib\r
53 UefiDriverEntryPoint\r
54 ArmLib\r
f659880b
A
55 DxeServicesTableLib\r
56 PeCoffGetEntryPointLib\r
57 UefiLib\r
58 CpuLib\r
6f72e28d 59 DefaultExceptioHandlerLib\r
eeb78924 60 DebugLib\r
2ef2b01e
A
61\r
62[Protocols]\r
63 gEfiCpuArchProtocolGuid\r
64 gEfiDebugSupportPeriodicCallbackProtocolGuid\r
f659880b
A
65 gVirtualUncachedPagesProtocolGuid\r
66\r
67[Guids]\r
68 gEfiDebugImageInfoTableGuid\r
2ef2b01e
A
69\r
70[Pcd.common]\r
71 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress\r
72 \r
73[FeaturePcd.common]\r
74 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport\r
75\r
76[depex]\r
77 gHardwareInterruptProtocolGuid\r