]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPkg/Drivers/CpuDxe/CpuDxe.inf
ArmPkg: delete references to unused guids/Pcds from CpuDxe
[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-2013, 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.Common]\r
28 CpuDxe.c\r
29 CpuDxe.h\r
30 CpuMpCore.c\r
31 CpuMmuCommon.c\r
32 Exception.c\r
33\r
34[Sources.ARM]\r
35 Arm/Mmu.c\r
36\r
37[Sources.AARCH64]\r
38 AArch64/Mmu.c\r
39\r
40[Packages]\r
41 ArmPkg/ArmPkg.dec\r
42 EmbeddedPkg/EmbeddedPkg.dec\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46[LibraryClasses]\r
47 ArmLib\r
48 ArmMmuLib\r
49 BaseMemoryLib\r
50 CacheMaintenanceLib\r
51 CpuLib\r
52 CpuExceptionHandlerLib\r
53 DebugLib\r
54 DefaultExceptionHandlerLib\r
55 DxeServicesTableLib\r
56 HobLib\r
57 PeCoffGetEntryPointLib\r
58 UefiDriverEntryPoint\r
59 UefiLib\r
60\r
61[Protocols]\r
62 gEfiCpuArchProtocolGuid\r
63\r
64[Guids]\r
65 gEfiDebugImageInfoTableGuid\r
66 gArmMpCoreInfoGuid\r
67 gIdleLoopEventGuid\r
68 gEfiVectorHandoffTableGuid\r
69\r
70[Pcd.common]\r
71 gArmTokenSpaceGuid.PcdVFPEnabled\r
72\r
73[FeaturePcd.common]\r
74 gArmTokenSpaceGuid.PcdDebuggerExceptionSupport\r
75\r
76[Depex]\r
77 TRUE\r