]> git.proxmox.com Git - mirror_edk2.git/blob - StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.inf
StandaloneMmPkg: Add CPU driver suitable for ARM Platforms.
[mirror_edk2.git] / StandaloneMmPkg / Drivers / StandaloneMmCpu / AArch64 / StandaloneMmCpu.inf
1 #/** @file
2 #
3 # Standalone MM CPU driver for ARM Standard Platforms
4 #
5 # Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
6 # Copyright (c) 2016 HP Development Company, L.P.
7 # Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.
8 #
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #**/
18
19 [Defines]
20 INF_VERSION = 0x0001001A
21 BASE_NAME = StandloneMmCpu
22 FILE_GUID = 58F7A62B-6280-42A7-BC38-10535A64A92C
23 MODULE_TYPE = MM_STANDALONE
24 VERSION_STRING = 1.0
25 PI_SPECIFICATION_VERSION = 0x00010032
26 ENTRY_POINT = StandloneMmCpuInitialize
27
28 [Sources]
29 StandaloneMmCpu.c
30 EventHandle.c
31
32 [Packages]
33 ArmPkg/ArmPkg.dec
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36 StandaloneMmPkg/StandaloneMmPkg.dec
37
38 [LibraryClasses]
39 ArmLib
40 ArmSvcLib
41 BaseMemoryLib
42 DebugLib
43 HobLib
44 StandaloneMmDriverEntryPoint
45
46 [Protocols]
47 gEfiMmConfigurationProtocolGuid # PROTOCOL ALWAYS_PRODUCED
48 gEfiMmCpuProtocolGuid # PROTOCOL ALWAYS_PRODUCED
49
50 [Guids]
51 gEfiHobListGuid
52 gEfiMmPeiMmramMemoryReserveGuid
53 gZeroGuid
54 gMpInformationHobGuid
55 gEfiStandaloneMmNonSecureBufferGuid
56 gEfiArmTfCpuDriverEpDescriptorGuid
57
58 [Depex]
59 TRUE