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