-
Notifications
You must be signed in to change notification settings - Fork 138
/
Copy pathMpDxe.inf
77 lines (65 loc) · 1.84 KB
/
MpDxe.inf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
## @file
# MP driver installs MP protocol.
#
# Copyright (c) 2008 - 2019, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
# Copyright (c) 2024, Loongson Technology Corporation Limited. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
# MU_CHANGE: WHOLE FILE
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = MpDxe
MODULE_UNI_FILE = MpDxe.uni
FILE_GUID = 94598893-936a-481e-998e-1b0880916ae4
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = InitializeMp
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
UefiCpuPkg/UefiCpuPkg.dec
[LibraryClasses.common]
BaseLib
BaseMemoryLib
CpuExceptionHandlerLib
CpuLib
DebugLib
DxeServicesTableLib
HobLib
MemoryAllocationLib
MpInitLib
PeCoffGetEntryPointLib
ReportStatusCodeLib
TimerLib
UefiBootServicesTableLib
UefiDriverEntryPoint
UefiLib
PanicLib ## MU_CHANGE
DxeMemoryProtectionHobLib ## MU_CHANGE
DeviceStateLib ## MU_CHANGE
[LibraryClasses.IA32, LibraryClasses.X64]
LocalApicLib
MtrrLib
[LibraryClasses.LoongArch64]
CacheMaintenanceLib
CpuMmuLib
[Sources.IA32, Sources.X64]
MpDxe.c
MpDxe.h
[Sources.LoongArch64]
LoongArch64/MpDxe.c
MpDxe.h
[Protocols]
gEfiMpServiceProtocolGuid ## PRODUCES
[Guids]
gCacheAttributesChangeEventGuid ## CONSUMES
[Ppis]
gEfiSecPlatformInformation2PpiGuid ## UNDEFINED # HOB
gEfiSecPlatformInformationPpiGuid ## UNDEFINED # HOB
[Depex]
gEfiCpuArchProtocolGuid
[UserExtensions.TianoCore."ExtraFiles"]
MpDxeExtra.uni