Last change
on this file since 108794 was 108794, checked in by vboxsync, 2 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.4 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Standalone MM CPU driver
|
---|
3 | #
|
---|
4 | # Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
|
---|
5 | # Copyright (c) 2016 HP Development Company, L.P.
|
---|
6 | # Copyright (c) 2017 - 2021, Arm Limited. All rights reserved.
|
---|
7 | # Copyright (c) 2023, Ventana Micro System Inc. All rights reserved.
|
---|
8 | #
|
---|
9 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | ##
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 0x0001001A
|
---|
14 | BASE_NAME = StandaloneMmCpu
|
---|
15 | FILE_GUID = 58F7A62B-6280-42A7-BC38-10535A64A92C
|
---|
16 | MODULE_TYPE = MM_STANDALONE
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | PI_SPECIFICATION_VERSION = 0x00010032
|
---|
19 | ENTRY_POINT = StandaloneMmCpuInitialize
|
---|
20 |
|
---|
21 | [Sources]
|
---|
22 | EventHandle.c
|
---|
23 | StandaloneMmCpu.c
|
---|
24 | StandaloneMmCpu.h
|
---|
25 |
|
---|
26 | [Packages]
|
---|
27 | ArmPkg/ArmPkg.dec
|
---|
28 | MdePkg/MdePkg.dec
|
---|
29 | MdeModulePkg/MdeModulePkg.dec
|
---|
30 | StandaloneMmPkg/StandaloneMmPkg.dec
|
---|
31 |
|
---|
32 | [LibraryClasses]
|
---|
33 | BaseMemoryLib
|
---|
34 | DebugLib
|
---|
35 | HobLib
|
---|
36 | StandaloneMmDriverEntryPoint
|
---|
37 |
|
---|
38 | [Protocols]
|
---|
39 | gEfiMmConfigurationProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
---|
40 | gEfiMmCpuProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
---|
41 | gEdkiiPiMmCpuDriverEpProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
---|
42 |
|
---|
43 | [Guids]
|
---|
44 | gEfiHobListGuid
|
---|
45 | gEfiMmPeiMmramMemoryReserveGuid
|
---|
46 | gZeroGuid
|
---|
47 | gMpInformationHobGuid
|
---|
48 | gEfiStandaloneMmNonSecureBufferGuid
|
---|
49 |
|
---|
50 | [Depex]
|
---|
51 | TRUE
|
---|
Note:
See
TracBrowser
for help on using the repository browser.