]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/CpuDxe/CpuDxe.inf
Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. This is...
[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
A
43\r
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
2ef2b01e
A
58\r
59[Protocols]\r
60 gEfiCpuArchProtocolGuid\r
61 gEfiDebugSupportPeriodicCallbackProtocolGuid\r
f659880b
A
62 gVirtualUncachedPagesProtocolGuid\r
63\r
64[Guids]\r
65 gEfiDebugImageInfoTableGuid\r
2ef2b01e
A
66\r
67[Pcd.common]\r
68 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress\r
69 \r
70[FeaturePcd.common]\r
71 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport\r
72\r
73[depex]\r
74 gHardwareInterruptProtocolGuid\r