]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/CpuDxe/CpuDxe.inf
Remove extra reference to SmmCpuIo.h
[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
2ef2b01e
A
42\r
43[Packages]\r
44 ArmPkg/ArmPkg.dec\r
45 EmbeddedPkg/EmbeddedPkg.dec\r
46 MdePkg/MdePkg.dec\r
47\r
48[LibraryClasses]\r
49 BaseMemoryLib\r
50 CacheMaintenanceLib\r
51 UefiDriverEntryPoint\r
52 ArmLib\r
53\r
54[Protocols]\r
55 gEfiCpuArchProtocolGuid\r
56 gEfiDebugSupportPeriodicCallbackProtocolGuid\r
57\r
58[Pcd.common]\r
59 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress\r
60 \r
61[FeaturePcd.common]\r
62 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport\r
63\r
64[depex]\r
65 gHardwareInterruptProtocolGuid\r