]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/UefiCpuPkg.dsc
UefiCpuPkg: Implement library support for VMGEXIT
[mirror_edk2.git] / UefiCpuPkg / UefiCpuPkg.dsc
CommitLineData
7b202cb0 1## @file\r
9e7864e2 2# UefiCpuPkg Package\r
3#\r
6dd88437 4# Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR>\r
9e7864e2 5#\r
0acd8697 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9e7864e2 7#\r
7b202cb0 8##\r
9e7864e2 9\r
10[Defines]\r
11 PLATFORM_NAME = UefiCpu\r
12 PLATFORM_GUID = a1b7be22-78b3-4260-9569-8649e8c17d49\r
30142a32 13 PLATFORM_VERSION = 0.90\r
9e7864e2 14 DSC_SPECIFICATION = 0x00010005\r
15 OUTPUT_DIRECTORY = Build/UefiCpu\r
f6b0258d 16 SUPPORTED_ARCHITECTURES = IA32|X64\r
a7bd6695 17 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
9e7864e2 18 SKUID_IDENTIFIER = DEFAULT\r
19\r
20#\r
21# External libraries to build package\r
22#\r
23\r
7b202cb0 24[LibraryClasses]\r
9e7864e2 25 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
26 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
27 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
28 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
b7953e26 29 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
5e9ae436 30 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
9e7864e2 31 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
661cab5d 32 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
e518b40c 33 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
34 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf\r
9e7864e2 35 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
36 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
e518b40c 37 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
38 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
164d5964
LG
39 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
40 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
41 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
173eeac9 42 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
173eeac9 43 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
1f569620 44 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
45 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
46 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
47 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf\r
e41aad15 48 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
03673ae1 49 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
b3dc26ed 50 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
b7953e26 51 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
b7953e26
MK
52 PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf\r
53 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
406c7200
MK
54 SmmCpuPlatformHookLib|UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.inf\r
55 SmmCpuFeaturesLib|UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf\r
d947a4cc
MK
56 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
57 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
09119a00 58 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
87149787 59 VmgExitLib|UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf\r
b3dc26ed 60\r
d947a4cc
MK
61[LibraryClasses.common.SEC]\r
62 PlatformSecLib|UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.inf\r
ec94e97a
TL
63!if $(TOOL_CHAIN_TAG) == "XCODE5"\r
64 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/Xcode5SecPeiCpuExceptionHandlerLib.inf\r
65!else\r
406c7200 66 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r
ec94e97a 67!endif\r
863c738c
JF
68 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
69 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
70 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
b7953e26 71\r
164d5964
LG
72[LibraryClasses.common.PEIM]\r
73 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
1f569620 74 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
75 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf\r
a1a4c7a4 76 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf\r
eff78ac3 77 RegisterCpuFeaturesLib|UefiCpuPkg/Library/RegisterCpuFeaturesLib/PeiRegisterCpuFeaturesLib.inf\r
3ea1d3e6 78\r
164d5964 79[LibraryClasses.IA32.PEIM, LibraryClasses.X64.PEIM]\r
3ea1d3e6 80 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
a81abf16 81 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf\r
3ea1d3e6 82\r
9e7864e2 83[LibraryClasses.common.DXE_DRIVER]\r
9e7864e2 84 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
db61e163 85 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
406c7200 86 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
7fadaacd 87 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf\r
eff78ac3 88 RegisterCpuFeaturesLib|UefiCpuPkg/Library/RegisterCpuFeaturesLib/DxeRegisterCpuFeaturesLib.inf\r
9e7864e2 89\r
173eeac9 90[LibraryClasses.common.DXE_SMM_DRIVER]\r
173eeac9 91 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r
8d96b976 92 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
b3dc26ed 93 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
406c7200 94 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf\r
db61e163 95\r
25705752
MK
96[LibraryClasses.common.UEFI_APPLICATION]\r
97 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
98 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
99\r
9e7864e2 100#\r
101# Drivers/Libraries within this package\r
102#\r
103\r
7b202cb0 104[Components]\r
3ca55ed4 105 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
e643315b 106 UefiCpuPkg/CpuIoPei/CpuIoPei.inf\r
2057d8c8 107 UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.inf\r
25705752 108 UefiCpuPkg/Application/Cpuid/Cpuid.inf\r
30781feb
DK
109 UefiCpuPkg/Library/CpuTimerLib/BaseCpuTimerLib.inf\r
110 UefiCpuPkg/Library/CpuTimerLib/DxeCpuTimerLib.inf\r
111 UefiCpuPkg/Library/CpuTimerLib/PeiCpuTimerLib.inf\r
173eeac9 112\r
113[Components.IA32, Components.X64]\r
e518b40c 114 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
82e75ac6
JF
115 UefiCpuPkg/CpuFeatures/CpuFeaturesPei.inf {\r
116 <LibraryClasses>\r
117 NULL|UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf\r
118 }\r
119 UefiCpuPkg/CpuFeatures/CpuFeaturesDxe.inf {\r
120 <LibraryClasses>\r
121 NULL|UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf\r
122 }\r
173eeac9 123 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf\r
b7953e26 124 UefiCpuPkg/CpuMpPei/CpuMpPei.inf\r
bfec5efa 125 UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf\r
989322c3 126 UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
bf73cc4b 127 UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf\r
b7953e26 128 UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf\r
20c082e8 129 UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf\r
e41aad15 130 UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
ec94e97a 131!if $(TOOL_CHAIN_TAG) != "XCODE5"\r
b7953e26 132 UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r
ec94e97a 133!endif\r
db61e163 134 UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf\r
a81abf16 135 UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf\r
ec94e97a 136 UefiCpuPkg/Library/CpuExceptionHandlerLib/Xcode5SecPeiCpuExceptionHandlerLib.inf\r
3e8ad6bd
JF
137 UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf\r
138 UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf\r
6dd88437 139 UefiCpuPkg/Library/MpInitLibUp/MpInitLibUp.inf\r
b7953e26 140 UefiCpuPkg/Library/MtrrLib/MtrrLib.inf\r
d947a4cc 141 UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.inf\r
eff78ac3
JF
142 UefiCpuPkg/Library/RegisterCpuFeaturesLib/PeiRegisterCpuFeaturesLib.inf\r
143 UefiCpuPkg/Library/RegisterCpuFeaturesLib/DxeRegisterCpuFeaturesLib.inf\r
406c7200
MK
144 UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.inf\r
145 UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf\r
09119a00 146 UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibStm.inf\r
87149787 147 UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf\r
b3dc26ed
MK
148 UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.inf\r
149 UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf\r
d947a4cc 150 UefiCpuPkg/SecCore/SecCore.inf\r
479613bd 151 UefiCpuPkg/SecMigrationPei/SecMigrationPei.inf\r
b7953e26 152 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf\r
09119a00
MK
153 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {\r
154 <Defines>\r
155 FILE_GUID = D1D74FE9-7A4E-41D3-A0B3-67F13AD34D94\r
156 <LibraryClasses>\r
157 SmmCpuFeaturesLib|UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibStm.inf\r
158 }\r
1f569620 159 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf\r
20c082e8 160 UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf\r
72a8abde
HW
161\r
162[BuildOptions]\r
163 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r