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