]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/UefiCpuPkg.dsc
ArmPkg/ProcessorSubClassDxe: Fix the format of ProcessorId
[mirror_edk2.git] / UefiCpuPkg / UefiCpuPkg.dsc
CommitLineData
7b202cb0 1## @file\r
9e7864e2 2# UefiCpuPkg Package\r
3#\r
3c3a0dd9 4# Copyright (c) 2007 - 2021, 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
3c3a0dd9
DB
24!include MdePkg/MdeLibs.dsc.inc\r
25\r
7b202cb0 26[LibraryClasses]\r
9e7864e2 27 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
28 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
29 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
30 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
b7953e26 31 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
5e9ae436 32 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
9e7864e2 33 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
661cab5d 34 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
e518b40c 35 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
36 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf\r
9e7864e2 37 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
38 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
e518b40c 39 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
40 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
164d5964
LG
41 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
42 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
c2432b31 43 StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf\r
164d5964 44 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
173eeac9 45 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
173eeac9 46 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
1f569620 47 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
48 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
49 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
50 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf\r
e41aad15 51 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
03673ae1 52 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
b3dc26ed 53 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
b7953e26 54 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
b7953e26
MK
55 PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf\r
56 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
406c7200
MK
57 SmmCpuPlatformHookLib|UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.inf\r
58 SmmCpuFeaturesLib|UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf\r
d947a4cc
MK
59 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
60 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
09119a00 61 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
87149787 62 VmgExitLib|UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf\r
1a957f17 63 MicrocodeLib|UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib.inf\r
b3dc26ed 64\r
d947a4cc
MK
65[LibraryClasses.common.SEC]\r
66 PlatformSecLib|UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.inf\r
ec94e97a
TL
67!if $(TOOL_CHAIN_TAG) == "XCODE5"\r
68 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/Xcode5SecPeiCpuExceptionHandlerLib.inf\r
69!else\r
406c7200 70 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r
ec94e97a 71!endif\r
863c738c
JF
72 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
73 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
74 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
b7953e26 75\r
164d5964
LG
76[LibraryClasses.common.PEIM]\r
77 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
1f569620 78 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
79 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf\r
a1a4c7a4 80 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf\r
eff78ac3 81 RegisterCpuFeaturesLib|UefiCpuPkg/Library/RegisterCpuFeaturesLib/PeiRegisterCpuFeaturesLib.inf\r
83facfd1 82 CpuCacheInfoLib|UefiCpuPkg/Library/CpuCacheInfoLib/PeiCpuCacheInfoLib.inf\r
3ea1d3e6 83\r
164d5964 84[LibraryClasses.IA32.PEIM, LibraryClasses.X64.PEIM]\r
3ea1d3e6 85 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
a81abf16 86 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf\r
3ea1d3e6 87\r
9e7864e2 88[LibraryClasses.common.DXE_DRIVER]\r
9e7864e2 89 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
db61e163 90 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
406c7200 91 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
7fadaacd 92 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf\r
eff78ac3 93 RegisterCpuFeaturesLib|UefiCpuPkg/Library/RegisterCpuFeaturesLib/DxeRegisterCpuFeaturesLib.inf\r
83facfd1 94 CpuCacheInfoLib|UefiCpuPkg/Library/CpuCacheInfoLib/DxeCpuCacheInfoLib.inf\r
9e7864e2 95\r
173eeac9 96[LibraryClasses.common.DXE_SMM_DRIVER]\r
173eeac9 97 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r
e414a3e9 98 MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf\r
8d96b976 99 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
b3dc26ed 100 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
406c7200 101 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf\r
db61e163 102\r
c2432b31
KQ
103[LibraryClasses.common.MM_STANDALONE]\r
104 MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf\r
105\r
25705752
MK
106[LibraryClasses.common.UEFI_APPLICATION]\r
107 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
108 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
109\r
9e7864e2 110#\r
111# Drivers/Libraries within this package\r
112#\r
113\r
7b202cb0 114[Components]\r
3ca55ed4 115 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
e643315b 116 UefiCpuPkg/CpuIoPei/CpuIoPei.inf\r
2057d8c8 117 UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.inf\r
25705752 118 UefiCpuPkg/Application/Cpuid/Cpuid.inf\r
30781feb 119 UefiCpuPkg/Library/CpuTimerLib/BaseCpuTimerLib.inf\r
83facfd1
LY
120 UefiCpuPkg/Library/CpuCacheInfoLib/PeiCpuCacheInfoLib.inf\r
121 UefiCpuPkg/Library/CpuCacheInfoLib/DxeCpuCacheInfoLib.inf\r
173eeac9 122\r
123[Components.IA32, Components.X64]\r
e518b40c 124 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
82e75ac6
JF
125 UefiCpuPkg/CpuFeatures/CpuFeaturesPei.inf {\r
126 <LibraryClasses>\r
127 NULL|UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf\r
128 }\r
129 UefiCpuPkg/CpuFeatures/CpuFeaturesDxe.inf {\r
130 <LibraryClasses>\r
131 NULL|UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf\r
132 }\r
173eeac9 133 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf\r
c2432b31 134 UefiCpuPkg/CpuIo2Smm/CpuIo2StandaloneMm.inf\r
b7953e26 135 UefiCpuPkg/CpuMpPei/CpuMpPei.inf\r
bfec5efa 136 UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf\r
989322c3 137 UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
bf73cc4b 138 UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf\r
b7953e26 139 UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf\r
20c082e8 140 UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf\r
e41aad15 141 UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
ec94e97a 142!if $(TOOL_CHAIN_TAG) != "XCODE5"\r
b7953e26 143 UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r
ec94e97a 144!endif\r
db61e163 145 UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf\r
a81abf16 146 UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf\r
ec94e97a 147 UefiCpuPkg/Library/CpuExceptionHandlerLib/Xcode5SecPeiCpuExceptionHandlerLib.inf\r
3e8ad6bd
JF
148 UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf\r
149 UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf\r
6dd88437 150 UefiCpuPkg/Library/MpInitLibUp/MpInitLibUp.inf\r
1a957f17 151 UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib.inf\r
b7953e26 152 UefiCpuPkg/Library/MtrrLib/MtrrLib.inf\r
d947a4cc 153 UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.inf\r
eff78ac3
JF
154 UefiCpuPkg/Library/RegisterCpuFeaturesLib/PeiRegisterCpuFeaturesLib.inf\r
155 UefiCpuPkg/Library/RegisterCpuFeaturesLib/DxeRegisterCpuFeaturesLib.inf\r
406c7200
MK
156 UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.inf\r
157 UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf\r
09119a00 158 UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibStm.inf\r
edd46cd4 159 UefiCpuPkg/Library/SmmCpuFeaturesLib/StandaloneMmCpuFeaturesLib.inf\r
87149787 160 UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf\r
b3dc26ed
MK
161 UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.inf\r
162 UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf\r
d947a4cc 163 UefiCpuPkg/SecCore/SecCore.inf\r
479613bd 164 UefiCpuPkg/SecMigrationPei/SecMigrationPei.inf\r
b7953e26 165 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf\r
09119a00
MK
166 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {\r
167 <Defines>\r
168 FILE_GUID = D1D74FE9-7A4E-41D3-A0B3-67F13AD34D94\r
169 <LibraryClasses>\r
170 SmmCpuFeaturesLib|UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibStm.inf\r
171 }\r
1f569620 172 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf\r
20c082e8 173 UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf\r
72a8abde
HW
174\r
175[BuildOptions]\r
176 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r