]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/CpuDxe/CpuDxe.inf
Adding support for BeagleBoard.
[mirror_edk2.git] / ArmPkg / Drivers / CpuDxe / CpuDxe.inf
CommitLineData
2ef2b01e
A
1#%HEADER%\r
2#/** @file\r
3# \r
4# DXE CPU driver\r
5# \r
6# Copyright (c) 2009, Apple Inc. <BR>\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# \r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14# \r
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = ArmCpuDxe\r
20 FILE_GUID = B8D9777E-D72A-451F-9BDB-BAFB52A68415\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = CpuDxeInitialize\r
25\r
26[Sources.ARM]\r
27 CpuDxe.c\r
28 CpuDxe.h\r
29 DebugSupport.c\r
30 Exception.c\r
31 ExceptionSupport.asm | RVCT\r
32 ExceptionSupport.S | GCC\r
33\r
34[Packages]\r
35 ArmPkg/ArmPkg.dec\r
36 EmbeddedPkg/EmbeddedPkg.dec\r
37 MdePkg/MdePkg.dec\r
38\r
39[LibraryClasses]\r
40 BaseMemoryLib\r
41 CacheMaintenanceLib\r
42 UefiDriverEntryPoint\r
43 ArmLib\r
44\r
45[Protocols]\r
46 gEfiCpuArchProtocolGuid\r
47 gEfiDebugSupportPeriodicCallbackProtocolGuid\r
48\r
49[Pcd.common]\r
50 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress\r
51 \r
52[FeaturePcd.common]\r
53 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport\r
54\r
55[depex]\r
56 gHardwareInterruptProtocolGuid\r