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