]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/PlatformPkgIA32.dsc
Vlv2TbltDevicePkg: Use CpuDxe from UefiCpuPkg
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformPkgIA32.dsc
CommitLineData
5e752084 1#/** @file\r
2# Platform description.\r
3#\r
d0274122 4# Copyright (c) 2012 - 2019, Intel Corporation. All rights reserved.<BR>\r
5e752084 5#\r
9dc8036d 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
5e752084 7#\r
8#\r
9#**/\r
10\r
11################################################################################\r
12#\r
13# Defines Section - statements that will be processed to create a Makefile.\r
14#\r
15################################################################################\r
16[Defines]\r
17 PLATFORM_NAME = Vlv2TbltDevicePkg\r
18 PLATFORM_GUID = 465B0A0B-7AC1-443b-8F67-7B8DEC145F90\r
19 PLATFORM_VERSION = 0.1\r
20 DSC_SPECIFICATION = 0x00010005\r
21\r
22 #\r
23 # Set platform specific package/folder name, same as passed from PREBUILD script.\r
24 # PLATFORM_PACKAGE would be the same as PLATFORM_NAME as well as package build folder\r
25 # DEFINE only takes effect at R9 DSC and FDF.\r
26 #\r
27 DEFINE PLATFORM_PACKAGE = Vlv2TbltDevicePkg\r
28 DEFINE PLATFORM_RC_PACKAGE = Vlv2DeviceRefCodePkg\r
46002a4a 29 DEFINE PLATFORM_BINARY_PACKAGE = Vlv2SocBinPkg\r
5e752084 30 OUTPUT_DIRECTORY = Build/$(PLATFORM_PACKAGE)\r
31 SUPPORTED_ARCHITECTURES = IA32\r
32 BUILD_TARGETS = DEBUG|RELEASE\r
33 SKUID_IDENTIFIER = DEFAULT\r
34\r
35 DEFINE CPU_ARCH =ValleyView2\r
36 DEFINE PROJECT_SC_FAMILY =IntelPch\r
37 DEFINE PROJECT_SC_ROOT =../$(PLATFORM_RC_PACKAGE)/ValleyView2Soc/SouthCluster\r
38 DEFINE PROJECT_VLV_ROOT =../$(PLATFORM_RC_PACKAGE)/ValleyView2Soc/NorthCluster\r
39\r
40 DEFINE RC_BINARY_RELEASE = TRUE\r
41 #\r
42 # Platform On/Off features are defined here\r
43 #\r
44 #\r
45 # Platform Support:: Set only one token except Crestview Hills\r
46 #\r
47 # 3.BayleyBay\r
48 # ENBDT_PF_ENABLE = TRUE\r
49 #\r
50 !include $(PLATFORM_PACKAGE)/AutoPlatformCFG.txt\r
51 !include $(PLATFORM_PACKAGE)/PlatformPkgConfig.dsc\r
52\r
53!if $(X64_CONFIG) == TRUE\r
54 DEFINE DXE_ARCHITECTURE = X64\r
55 DEFINE EDK_DXE_ARCHITECTURE = X64\r
56 DEFINE UNDI_DXE_ARCHITECTURE = 64\r
57!else\r
58 DEFINE DXE_ARCHITECTURE = IA32\r
59 DEFINE EDK_DXE_ARCHITECTURE = Ia32\r
60 DEFINE UNDI_DXE_ARCHITECTURE = 32\r
61!endif\r
62\r
63 FLASH_DEFINITION = $(PLATFORM_PACKAGE)/PlatformPkg.fdf\r
64!if $(LFMA_ENABLE) == TRUE\r
65 FIX_LOAD_TOP_MEMORY_ADDRESS = 0xFFFFFFFFFFFFFFFF\r
66 DEFINE TOP_MEMORY_ADDRESS = 0xFFFFFFFFFFFFFFFF\r
67!else\r
68 FIX_LOAD_TOP_MEMORY_ADDRESS = 0x0\r
69 DEFINE TOP_MEMORY_ADDRESS = 0x0\r
70!endif\r
71\r
72 DEFINE PLATFORM_PCIEXPRESS_BASE = 0E0000000\r
73\r
ff9a1358
MK
74 DEFINE SEC_ENABLE = FALSE\r
75 DEFINE SEC_DEBUG_INFO_ENABLE = FALSE\r
76 DEFINE FTPM_ENABLE = FALSE\r
5e752084 77\r
78################################################################################\r
79#\r
80# SKU Identification section - list of all SKU IDs supported by this\r
81# Platform.\r
82#\r
83################################################################################\r
84[SkuIds]\r
85 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r
86\r
87################################################################################\r
88#\r
89# Library Class section - list of all Library Classes needed by this Platform.\r
90#\r
91################################################################################\r
92[LibraryClasses.common]\r
93 #\r
94 # Entry point\r
95 #\r
96 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
97 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
98 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
99 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
100 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
101 DxeSmmDriverEntryPoint|IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf\r
102\r
103 #\r
104 # Basic\r
105 #\r
106 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
107!if $(SSE2_ENABLE) == TRUE\r
108 BaseMemoryLib|MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf\r
109!else\r
110 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
111!endif\r
112 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
113 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
114 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
115 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
d3906831 116 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
5e752084 117 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
118 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
119 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
120 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
121 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
122!if $(RC_BINARY_RELEASE) == TRUE\r
123 PchPlatformLib|Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLib.inf\r
124!endif\r
125 #\r
126 # UEFI & PI\r
127 #\r
128 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
129 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
130 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
131 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
132 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
133 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
134 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
f9f757fd 135 UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
5e752084 136 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
137 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
138 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
139 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
140 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
141 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
142 GenericBdsLib|$(PLATFORM_PACKAGE)/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
080851ae
MK
143 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf\r
144 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf\r
5e752084 145 PlatformBdsLib|$(PLATFORM_PACKAGE)/Library/PlatformBdsLib/PlatformBdsLib.inf\r
146 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
147 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
148 FlashDeviceLib|$(PLATFORM_PACKAGE)/Library/FlashDeviceLib/FlashDeviceLib.inf\r
3edd7719 149 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
5e752084 150 #\r
151 # Framework\r
152 #\r
153!if $(S3_ENABLE) == TRUE\r
154 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r
155!else\r
156 S3BootScriptLib|MdePkg/Library/BaseS3BootScriptLibNull/BaseS3BootScriptLibNull.inf\r
157!endif\r
158 S3IoLib|MdePkg/Library/BaseS3IoLib/BaseS3IoLib.inf\r
159 S3PciLib|MdePkg/Library/BaseS3PciLib/BaseS3PciLib.inf\r
160\r
161 #\r
162 # Generic Modules\r
163 #\r
164!if $(USB_ENABLE) == TRUE\r
165 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
166!endif\r
167!if $(SCSI_ENABLE) == TRUE\r
168 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
169!endif\r
170!if $(NETWORK_ENABLE) == TRUE\r
171 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
172 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
173 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
174 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf\r
175 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
176!endif\r
177!if $(S3_ENABLE) == TRUE\r
178 S3Lib|IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf\r
179!endif\r
180\r
181 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
182!if $(CAPSULE_ENABLE) == TRUE\r
c5a59080 183 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf\r
5e752084 184!else\r
185 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
186!endif\r
c5a59080
JY
187 FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf\r
188 IniParsingLib|SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf\r
189 PlatformFlashAccessLib|Vlv2TbltDevicePkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLib.inf\r
190 MicrocodeFlashAccessLib|Vlv2TbltDevicePkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLib.inf\r
9d0447ac 191 DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.inf\r
5e752084 192 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
193 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
194 IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf\r
195 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
196\r
197 #\r
198 # CPU\r
199 #\r
200 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf\r
201 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf\r
86be1a2e
MK
202 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
203 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf\r
5e752084 204\r
205 #\r
206 # ICH\r
207 #\r
208 SmbusLib|$(PLATFORM_PACKAGE)/Library/SmbusLib/SmbusLib.inf\r
209 SmmLib|$(PLATFORM_PACKAGE)/Library/PchSmmLib/PchSmmLib.inf\r
210\r
211 #\r
212 # Platform\r
213 #\r
214 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf\r
215 ResetSystemLib|$(PLATFORM_PACKAGE)/Library/ResetSystemLib/ResetSystemLib.inf\r
216\r
217 PlatformCmosLib|$(PLATFORM_PACKAGE)/Library/PlatformCmosLib/PlatformCmosLib.inf\r
218\r
219 #\r
220 # Misc\r
221 #\r
222 MonoStatusCodeLib|$(PLATFORM_PACKAGE)/MonoStatusCode/MonoStatusCode.inf\r
223!if $(TARGET) == RELEASE\r
224 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
225 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
226!else\r
227 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
228 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf\r
229!endif\r
230\r
231 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
232 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
233!if $(TPM_ENABLED) == TRUE\r
234 TpmCommLib|SecurityPkg/Library/TpmCommLib/TpmCommLib.inf\r
235 Tpm12CommandLib|SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf\r
236 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf\r
237\r
238!endif\r
239\r
240!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
241 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
242 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
243 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf\r
244 SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf\r
245!else\r
246 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
247 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
248!endif\r
249\r
250 #\r
251 # CryptLib\r
252 #\r
253!if $(TPM_ENABLED) == TRUE\r
254 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
255 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
256!endif\r
257\r
258 BiosIdLib|$(PLATFORM_PACKAGE)/Library/BiosIdLib/BiosIdLib.inf\r
259 CpuIA32Lib|$(PLATFORM_PACKAGE)/Library/CpuIA32Lib/CpuIA32Lib.inf\r
260\r
261 StallSmmLib|$(PLATFORM_PACKAGE)/Library/StallSmmLib/StallSmmLib.inf\r
262\r
263!if $(SECURE_BOOT_ENABLE) == TRUE\r
264 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
265 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
266 PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf\r
267 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf\r
268 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf\r
269 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
270!else\r
271 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
272 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
273!endif\r
274 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
275!if $(RC_BINARY_RELEASE) == TRUE\r
276 I2cLib|Vlv2TbltDevicePkg/Library/I2CLib/I2CLibNull.inf\r
277!endif\r
5e752084 278 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
279 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
280 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
5f137127 281!if $(FTPM_ENABLE) == TRUE || $(NETWORK_ISCSI_ENABLE) == TRUE\r
5e752084 282 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
283 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
284 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
285!endif\r
286 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf\r
2e886a2e 287 Tcg2PhysicalPresenceLib|SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf\r
2e886a2e 288 Tcg2PpVendorLib|SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf\r
5e752084 289\r
290\r
291 Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf\r
292!if $(MINNOW2_FSP_BUILD) == TRUE\r
293 FspApiLib|IntelFspWrapperPkg/Library/BaseFspApiLib/BaseFspApiLib.inf\r
294 FspPlatformInfoLib|IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/BaseFspPlatformInfoLibSample.inf\r
295 FspPlatformSecLib|Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/FspPlatformSecLibVlv2.inf\r
296 FspHobProcessLib|Vlv2TbltDevicePkg/FspSupport/Library/PeiFspHobProcessLibVlv2/FspHobProcessLibVlv2.inf\r
297!endif\r
298\r
98a88a76
KM
299 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
300\r
5e752084 301[LibraryClasses.IA32.SEC]\r
302!if $(PERFORMANCE_ENABLE) == TRUE\r
303 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
304!endif\r
305 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
306 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
307\r
308[LibraryClasses.IA32.PEIM, LibraryClasses.IA32.PEI_CORE, LibraryClasses.IA32.SEC]\r
309 #\r
310 # PEI phase common\r
311 #\r
312\r
313 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
314 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
315 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
316 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
317 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
318 MultiPlatformLib|$(PLATFORM_PACKAGE)/Library/MultiPlatformLib/MultiPlatformLib.inf\r
319 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf\r
86be1a2e
MK
320 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r
321 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf\r
5e752084 322\r
323!if $(PERFORMANCE_ENABLE) == TRUE\r
324 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
325 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf\r
326!endif\r
327\r
328!if $(TARGET) == RELEASE\r
329 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
330 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
331!else\r
46d4b181 332 DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
5e752084 333 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf\r
334!endif\r
335\r
336 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf\r
337 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf\r
75c9d31c
MK
338!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
339 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
340!endif\r
5e752084 341\r
342 !if $(MINNOW2_FSP_BUILD) == TRUE\r
343 PlatformFspLib|Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.inf\r
344 !endif\r
345!if $(FTPM_ENABLE) == TRUE\r
346 Tpm2DeviceLib|Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCPei/Tpm2DeviceLibSeC.inf\r
347!endif\r
348\r
349[LibraryClasses.IA32]\r
350 #\r
351 # DXE phase common\r
352 #\r
353 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
354 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
355 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
356 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
357 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
358\r
359 TcgPhysicalPresenceLib|SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf\r
360!if $(TPM_ENABLED) == TRUE\r
361 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
362!endif\r
363\r
364 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
365 EfiRegTableLib|$(PLATFORM_PACKAGE)/Library/EfiRegTableLib/EfiRegTableLib.inf\r
366\r
367!if $(SECURE_BOOT_ENABLE) == TRUE\r
368 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
369!endif\r
370\r
371 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf\r
372\r
373[LibraryClasses.IA32.DXE_DRIVER]\r
98a88a76 374 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
5e752084 375 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
376 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
377 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
378!if $(PERFORMANCE_ENABLE) == TRUE\r
379 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
380 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf\r
381!endif\r
382\r
383!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
384 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
385!endif\r
386\r
c5a59080
JY
387 FlashDeviceLib|$(PLATFORM_PACKAGE)/Library/FlashDeviceLib/FlashDeviceLibDxe.inf\r
388\r
5e752084 389[LibraryClasses.IA32.DXE_CORE]\r
390 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
391 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
392 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
393!if $(PERFORMANCE_ENABLE) == TRUE\r
394 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
395 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf\r
396!endif\r
397\r
398!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
399 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
400!endif\r
401\r
402[LibraryClasses.IA32.DXE_SMM_DRIVER]\r
e2f0d814 403 MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf\r
5e752084 404 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r
405 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf\r
406 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
407 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf\r
408 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
409 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
f2ae1ef7
LS
410 SmmCpuPlatformHookLib|UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.inf\r
411 SmmCpuFeaturesLib|UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf\r
5e752084 412\r
413 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r
414 !if $(TARGET) != RELEASE\r
415 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
416 !endif\r
417\r
418!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
419 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf\r
420 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf\r
421!endif\r
422 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf\r
423\r
424[LibraryClasses.IA32.SMM_CORE]\r
425 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf\r
426 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf\r
427 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf\r
428 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf\r
429 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
430\r
431!if $(TPM_ENABLED) == TRUE\r
432 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r
433!endif\r
434\r
435 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
436\r
437!if $(TARGET) != RELEASE\r
438 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
439!endif\r
440\r
5e752084 441[LibraryClasses.IA32.DXE_RUNTIME_DRIVER]\r
442 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
443!if $(SECURE_BOOT_ENABLE) == TRUE\r
444 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
445!endif\r
446!if $(TPM_ENABLED) == TRUE\r
447 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
448!endif\r
449\r
450!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
451 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
452!endif\r
453\r
c5a59080
JY
454!if $(CAPSULE_ENABLE) == TRUE\r
455 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf\r
456!endif\r
457\r
5e752084 458[LibraryClasses.common.UEFI_DRIVER]\r
459 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
460\r
461!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
462 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
463!endif\r
464\r
465[LibraryClasses.IA32.UEFI_APPLICATION]\r
466 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
467\r
468!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
469 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
470!endif\r
471\r
5e752084 472################################################################################\r
473#\r
474# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
475#\r
476################################################################################\r
477[PcdsFeatureFlag.common]\r
478!if $(MINI_BIOS_ENABLE) == FALSE\r
479 gPlatformModuleTokenSpaceGuid.PcdBdsDispatchAdditionalOprom|TRUE\r
480!else\r
481 gPlatformModuleTokenSpaceGuid.PcdBdsDispatchAdditionalOprom|FALSE\r
482!endif\r
483#\r
484# If PcdDxeIplSwitchToLongMode is TRUE, DxeIpl will load a 64-bit DxeCore and switch to long mode to hand over to DxeCore.\r
485#\r
486 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
487\r
488 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserGrayOutTextStatement|TRUE\r
489\r
490!if $(CAPSULE_RESET_ENABLE) == TRUE\r
491 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|TRUE\r
492!else\r
493 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE\r
494!endif\r
5e752084 495 gEfiCpuTokenSpaceGuid.PcdCpuSmmEnableBspElection|FALSE\r
496!if $(DATAHUB_STATUS_CODE_ENABLE) == TRUE\r
497 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|TRUE\r
498!else\r
499 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE\r
500!endif\r
501 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r
502!if $(TARGET) == RELEASE\r
503 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
504!else\r
505 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
506!endif\r
507 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE\r
508!if $(ISA_SERIAL_STATUS_CODE_ENABLE) == TRUE\r
509 gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseIsaSerial|TRUE\r
510!else\r
511 gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseIsaSerial|FALSE\r
512!endif\r
513!if $(USB_SERIAL_STATUS_CODE_ENABLE) == TRUE\r
514 gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseUsbSerial|TRUE\r
515!else\r
516 gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseUsbSerial|FALSE\r
517!endif\r
518!if $(RAM_SERIAL_STATUS_CODE_ENABLE) == TRUE\r
519 gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseRam|TRUE\r
520!else\r
521 gEfiSerialPortTokenSpaceGuid.PcdStatusCodeUseRam|FALSE\r
522!endif\r
523\r
524\r
525 ## This PCD specifies whether PS2 keyboard does a extended verification during start.\r
526 gEfiMdeModulePkgTokenSpaceGuid.PcdPs2KbdExtendedVerification|FALSE\r
527\r
528 ## This PCD specifies whether PS2 mouse does a extended verification during start.\r
529 gEfiMdeModulePkgTokenSpaceGuid.PcdPs2MouseExtendedVerification|FALSE\r
530\r
531!if $(VARIABLE_INFO_ENABLE) == TRUE\r
532 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|TRUE\r
533!else\r
534 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE\r
535!endif\r
536\r
537 gEfiCpuTokenSpaceGuid.PcdCpuSmmBlockStartupThisAp|TRUE\r
538\r
75c9d31c
MK
539!if $(SOURCE_DEBUG_ENABLE)\r
540 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmDebug|TRUE\r
541!endif\r
542\r
5e752084 543[PcdsFixedAtBuild.common]\r
544!if $(MINNOW2_FSP_BUILD) == TRUE\r
545# $(FLASH_REGION_VLVMICROCODE_BASE)\r
546 gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchAddress|0xFFC00000\r
547# $(FLASH_REGION_VLVMICROCODE_SIZE)\r
548 gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize|0x00040000\r
549 gFspWrapperTokenSpaceGuid.PcdFlashMicroCodeOffset|0x60\r
550# $(FLASH_AREA_BASE_ADDRESS)\r
551 gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheAddress|0xFF800000\r
552# $(FLASH_AREA_SIZE)\r
553 gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheSize|0x00800000\r
554# $(FLASH_REGION_FSPBIN_BASE)\r
988715a3 555 gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase|0xFFCC0000\r
5e752084 556!endif\r
557\r
558!if $(PERFORMANCE_ENABLE) == TRUE\r
559!if $(MINNOW2_FSP_BUILD) == TRUE\r
560 # in FSP, when this got used, the memory already is up\r
561 gEfiCpuTokenSpaceGuid.PcdTemporaryRamBase|0x00080000\r
562!else\r
563 gEfiCpuTokenSpaceGuid.PcdTemporaryRamBase|0xFEF80000\r
564!endif\r
565 gEfiCpuTokenSpaceGuid.PcdTemporaryRamSize|0x00010000\r
566\r
567!else\r
568 !if $(MINNOW2_FSP_BUILD) == TRUE\r
569 gEfiCpuTokenSpaceGuid.PcdTemporaryRamBase|0x00080000\r
570 !else\r
571 gEfiCpuTokenSpaceGuid.PcdTemporaryRamBase|0xFEF80000\r
572 !endif\r
573 gEfiCpuTokenSpaceGuid.PcdTemporaryRamSize|0x00010000\r
574 gEfiCpuTokenSpaceGuid.PcdPeiTemporaryRamStackSize|0x3C00\r
575!endif\r
576\r
577\r
578!if $(SECURE_BOOT_ENABLE) == TRUE\r
579 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x22000\r
580!else\r
581 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x4000\r
582!endif\r
583 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize|0x00000800\r
584 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x400\r
585 gEfiCpuTokenSpaceGuid.PcdCpuIEDRamSize|0x400000\r
586 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3AcpiReservedMemorySize|0x10000\r
5e752084 587 gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport|FALSE\r
588 gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport|FALSE\r
5e752084 589 gEfiCpuTokenSpaceGuid.PcdCpuSmmApSyncTimeout|1000\r
590!if $(S4_ENABLE) == TRUE\r
591 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|TRUE\r
592!else\r
593 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
594!endif\r
595!if $(TARGET) == RELEASE\r
596 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0\r
597 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x3\r
598!else\r
599 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r
600 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
601!endif\r
602!if $(PERFORMANCE_ENABLE) == TRUE\r
603 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x1\r
604 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|60\r
605!endif\r
606\r
607 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdEbdaReservedMemorySize|0x10000\r
608 gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable|$(TOP_MEMORY_ADDRESS)\r
609 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserSubtitleTextColor|0x0\r
610 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextColor|0x01\r
611 gEfiCpuTokenSpaceGuid.PcdCpuIEDEnabled|TRUE\r
612 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoCheckVbeEnable|TRUE\r
613 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoCheckVgaEnable|TRUE\r
614\r
615!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
616 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
617 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
618 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE\r
75c9d31c 619 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|2\r
5e752084 620!endif\r
621\r
2aedaaef
MK
622 #\r
623 # Set SMM stack size to 16 KB.\r
624 #\r
625 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackSize|0x4000\r
626\r
1aa9314e
MK
627 #\r
628 # Clear unused single certificate PCD\r
629 #\r
630 gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer|{0}\r
631\r
632 #\r
633 # Lock all updatable firmware devices at End of DXE\r
634 #\r
635 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceLockEventGuid|{GUID(gEfiEndOfDxeEventGroupGuid)}\r
636# gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceLockEventGuid|{GUID(gEfiEventReadyToBootGuid)}\r
637\r
638 #\r
639 # Set PcdFmpDeviceTestKeySha256Digest to {0} to disable test key detection\r
640 #\r
641# gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceTestKeySha256Digest|{0}\r
642\r
643[PcdsFixedAtBuild.IA32]\r
5e752084 644!if $(TARGET) == RELEASE\r
645 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0\r
646 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x3\r
647!else\r
648 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2E\r
649 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
650!endif\r
651\r
c5a59080
JY
652!if $(RECOVERY_ENABLE)\r
653 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName|L"VLV2REC.Cap"\r
654!endif\r
655\r
5e752084 656[PcdsPatchableInModule.common]\r
657 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x803805c6\r
658 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0x$(PLATFORM_PCIEXPRESS_BASE)\r
659 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLegacyBiosCacheLegacyRegion|FALSE\r
660\r
661 ## This PCD specifies whether to use the optimized timing for best PS2 detection performance.\r
662 # Note this PCD could be set to TRUE for best boot performance and set to FALSE for best device compatibility.\r
37e86e26 663 gEfiMdeModulePkgTokenSpaceGuid.PcdFastPS2Detection|TRUE\r
5e752084 664\r
665 #######################################################################################################\r
666 #\r
667 # Begin of MRC parameters\r
668 #\r
669\r
670 ## Memory Parameter Patchable.\r
671 # FALSE - MRC Parameters are fixed for MinnowBoard Max<BR>\r
672 # TRUE - MRC Parameters are patchable by following PCDs<BR>\r
673 # @Prompt Memory Parameter Patchable.\r
674 # @ValidList 0x80000001 | 0, 1\r
675 gVlvRefCodePkgTokenSpaceGuid.PcdMemoryParameterPatchable|FALSE\r
676\r
677 ## Memory Down or DIMM slot.\r
678 # 0 - DIMM<BR>\r
679 # 1 - Memory Down<BR>\r
680 # @Prompt Enable Memory Down\r
681 # @ValidList 0x80000001 | 0, 1\r
682 gVlvRefCodePkgTokenSpaceGuid.PcdEnableMemoryDown|1\r
683\r
684 ## The speed of DRAM.\r
685 # 0 - 800 MHz<BR>\r
686 # 1 - 1066 MHz<BR>\r
687 # 2 - 1333 MHz<BR>\r
688 # 3 - 1600 MHz<BR>\r
689 # @Prompt DRAM Speed\r
690 # @ValidList 0x80000001 | 0, 1, 2, 3\r
691 gVlvRefCodePkgTokenSpaceGuid.PcdDramSpeed|1\r
692\r
693 ## DRAM Type.\r
694 # 0 - DDR3<BR>\r
695 # 1 - DDR3L<BR>\r
696 # 2 - DDR3U<BR>\r
697 # 3 - DDR3All<BR>\r
698 # 4 - LPDDR2<BR>\r
699 # 5 - LPDDR3<BR>\r
700 # 6 - DDR4<BR>\r
701 # @Prompt DRAM Type\r
702 # @ValidList 0x80000001 | 0, 1, 2, 3, 4, 5, 6\r
703 gVlvRefCodePkgTokenSpaceGuid.PcdDramType|1\r
704\r
705 ## Please populate DIMM slot 0 if only one DIMM is supported.\r
706 # 0 - Disable<BR>\r
707 # 1 - Enable<BR>\r
708 # @Prompt DIMM 0 Enable\r
709 # @ValidList 0x80000001 | 0, 1\r
710 gVlvRefCodePkgTokenSpaceGuid.PcdEnableDimm0|1\r
711\r
712 ## DIMM 1 has to be identical to DIMM 0.\r
713 # 0 - Disable<BR>\r
714 # 1 - Enable<BR>\r
715 # @Prompt DIMM 1 Enable Type\r
716 # @ValidList 0x80000001 | 0, 1\r
717 gVlvRefCodePkgTokenSpaceGuid.PcdEnableDimm1|0\r
718\r
719 ## DRAM device data width.\r
720 # 0 - x8<BR>\r
721 # 1 - x16<BR>\r
722 # 2 - x32<BR>\r
723 # @Prompt DIMM_DWIDTH\r
724 # @ValidList 0x80000001 | 0, 1, 2\r
725 gVlvRefCodePkgTokenSpaceGuid.PcdDimmDataWidth|1\r
726\r
727 ## DRAM device data density.\r
728 # 0 - 1 Gbit<BR>\r
729 # 1 - 2 Gbit<BR>\r
730 # 2 - 4 Gbit<BR>\r
731 # 3 - 8 Gbit<BR>\r
732 # @Prompt DIMM_Density\r
733 # @ValidList 0x80000001 | 0, 1, 2, 3\r
734 gVlvRefCodePkgTokenSpaceGuid.PcdDimmDensity|2\r
735\r
736 ## DRAM device data bus width.\r
737 # 0 - 8 bits<BR>\r
738 # 1 - 16 bits<BR>\r
739 # 2 - 32 bits<BR>\r
740 # 3 - 64 bits<BR>\r
741 # @Prompt DIMM_BusWidth\r
742 # @ValidList 0x80000001 | 0, 1, 2, 3\r
743 gVlvRefCodePkgTokenSpaceGuid.PcdDimmBusWidth|3\r
744\r
745 ## Ranks Per DIMM or Sides Per DIMM.\r
746 # 0 - 1 Rank<BR>\r
747 # 1 - 2 Ranks<BR>\r
748 # @Prompt DIMM_Sides\r
749 # @ValidList 0x80000001 | 0, 1\r
750 gVlvRefCodePkgTokenSpaceGuid.PcdRankPerDimm|0\r
751\r
752 ## tCL.<BR><BR>\r
753 # @Prompt tCL\r
754 gVlvRefCodePkgTokenSpaceGuid.PcdTcl|11\r
755\r
756 ## tRP and tRCD in DRAM clk - 5:12.5ns, 6:15ns, etc.\r
757 # @Prompt tRP_tRCD\r
758 gVlvRefCodePkgTokenSpaceGuid.PcdTrpTrcd|11\r
759\r
760 ## tWR in DRAM clk.\r
761 # @Prompt tWR\r
762 gVlvRefCodePkgTokenSpaceGuid.PcdTwr|12\r
763\r
764 ## tWTR in DRAM clk.\r
765 # @Prompt tWTR\r
766 gVlvRefCodePkgTokenSpaceGuid.PcdTwtr|6\r
767\r
768 ## tRRD in DRAM clk.\r
769 # @Prompt tRRD\r
770 gVlvRefCodePkgTokenSpaceGuid.PcdTrrd|6\r
771\r
772 ## tRTP in DRAM clk.\r
773 # @Prompt tRTP\r
774 gVlvRefCodePkgTokenSpaceGuid.PcdTrtp|6\r
775\r
776 ## tFAW in DRAM clk.\r
777 # @Prompt tFAW\r
778 gVlvRefCodePkgTokenSpaceGuid.PcdTfaw|32\r
779\r
780 #\r
781 # End of MRC parameters.\r
782 #\r
783 ###############################################################################################\r
784\r
785[PcdsDynamicHii.common.DEFAULT]\r
786 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|5 # Variable: L"Timeout"\r
787 gEfiMdePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1 # Variable: L"HwErrRecSupport"\r
5e752084 788\r
789[PcdsDynamicDefault.common.DEFAULT]\r
790 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr|0x0\r
791 !if $(TPM_ENABLED) == TRUE\r
792 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0x7b, 0x3a, 0xcd, 0x72, 0xA5, 0xFE, 0x5e, 0x4f, 0x91, 0x65, 0x4d, 0xd1, 0x21, 0x87, 0xbb, 0x13}\r
793 !endif\r
5e752084 794\r
795 ## This PCD defines the video horizontal resolution.\r
796 # This PCD could be set to 0 then video resolution could be at highest resolution.\r
797 #gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|0\r
798 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
799 ## This PCD defines the video vertical resolution.\r
800 # This PCD could be set to 0 then video resolution could be at highest resolution.\r
801 #gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|0\r
802 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
803\r
804 ## This PCD defines the Console output column and the default value is 25 according to UEFI spec.\r
805 # This PCD could be set to 0 then console output could be at max column and max row.\r
806 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|31\r
807 ## This PCD defines the Console output row and the default value is 80 according to UEFI spec.\r
808 # This PCD could be set to 0 then console output could be at max column and max row.\r
809 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|100\r
810\r
811 ## The PCD is used to specify the video horizontal resolution of text setup.\r
812 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|800\r
813 ## The PCD is used to specify the video vertical resolution of text setup.\r
814 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|600\r
815 ## The PCD is used to specify the console output column of text setup.\r
816 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn|100\r
817 ## The PCD is used to specify the console output column of text setup.\r
818 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow|31\r
819\r
820!if $(TPM_ENABLED) == TRUE\r
821 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|1\r
822 gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy|1\r
823!endif\r
824\r
825[PcdsDynamicExDefault.common.DEFAULT]\r
826 gEfiVLVTokenSpaceGuid.PcdTCSmbaIoBaseAddress|0x1040\r
827 gEfiVLVTokenSpaceGuid.PcdEmmcManufacturerId|0\r
828 gEfiVLVTokenSpaceGuid.PcdProductSerialNumber|0\r
829 gEfiVLVTokenSpaceGuid.PcdMeasuredBootEnable|TRUE\r
830 gEfiVLVTokenSpaceGuid.PcdFTPMErrorOccur|FALSE\r
831 gEfiVLVTokenSpaceGuid.PcdFTPMErrorSkip|FALSE\r
832 gEfiVLVTokenSpaceGuid.PcdFTPMCommand|0\r
833 gEfiVLVTokenSpaceGuid.PcdFTPMResponse|0\r
834 gEfiVLVTokenSpaceGuid.PcdFTPMNotRespond|FALSE\r
835 gEfiVLVTokenSpaceGuid.PcdFTPMStatus|0\r
836 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateSmmDataPtr|0\r
837 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr|0\r
838 gEfiCpuTokenSpaceGuid.PcdCpuS3DataAddress|0\r
839 gEfiCpuTokenSpaceGuid.PcdCpuHotPlugDataAddress|0\r
840 gEfiCpuTokenSpaceGuid.PcdCpuCallbackSignal|0\r
841 gEfiCpuTokenSpaceGuid.PcdCpuConfigContextBuffer|0\r
842 gEfiVLVTokenSpaceGuid.PcdCpuLockBoxDataAddress|0\r
843 gEfiVLVTokenSpaceGuid.PcdCpuSmramCpuDataAddress|0\r
844 gEfiVLVTokenSpaceGuid.PcdCpuLockBoxSize|0\r
845\r
1aa9314e
MK
846[PcdsDynamicExDefault.X64.DEFAULT]\r
847!if $(RECOVERY_ENABLE)\r
848 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareFileGuid|{GUID("AF9C9EB2-12AD-4D3E-A4D4-96F6C9966215")}|VOID*|0x10\r
849 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid|{GUID("4096267b-da0a-42eb-b5eb-fef31d207cb4")}|VOID*|0x10\r
c5a59080
JY
850!endif\r
851\r
5e752084 852[Components.IA32]\r
853\r
854 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/SecCore.inf\r
855\r
856 !if $(MINNOW2_FSP_BUILD) == TRUE\r
857 IntelFspWrapperPkg/FspWrapperSecCore/FspWrapperSecCore.inf {\r
858 !if $(TARGET) == DEBUG\r
859\r
860 <LibraryClasses>\r
861 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
862 !endif\r
863 }\r
864 Vlv2TbltDevicePkg/FspSupport/BootModePei/BootModePei.inf\r
865 IntelFspWrapperPkg/FspInitPei/FspInitPei.inf {\r
866 !if $(TARGET) == DEBUG\r
867 <LibraryClasses>\r
868 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
869 !endif\r
870 }\r
871 !endif\r
872\r
873 MdeModulePkg/Core/Pei/PeiMain.inf {\r
874!if $(TARGET) == DEBUG\r
875 <PcdsFixedAtBuild>\r
876 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2E\r
877!endif\r
878 <PcdsPatchableInModule>\r
879 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046\r
880 }\r
881\r
882 $(PLATFORM_PACKAGE)/MonoStatusCode/MonoStatusCode.inf {\r
883!if $(TARGET) == DEBUG\r
884 <PcdsFixedAtBuild>\r
885 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2E\r
886!endif\r
887 }\r
888 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/MemoryInit.inf {\r
889 <PcdsPatchableInModule>\r
890 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046\r
891 <BuildOptions>\r
892 !if $(FTPM_ENABLE)==TRUE\r
893 *_*_IA32_CC_FLAGS = /D FTPM_ENABLE\r
894 !endif\r
895 }\r
896\r
897!if $(RC_BINARY_RELEASE) == TRUE\r
898 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/SeCUma.inf\r
899!endif\r
900\r
901!if $(FTPM_ENABLE) == TRUE\r
902$(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/fTPMInitPeim.inf\r
903!endif\r
904\r
905!if $(RC_BINARY_RELEASE) == TRUE\r
906 $(PLATFORM_PACKAGE)/PlatformPei/PlatformPei.inf {\r
907 <BuildOptions>\r
908 *_*_IA32_CC_FLAGS = /DRC_BINARY_RELEASE\r
909 !if $(TARGET) == DEBUG\r
910 <PcdsFixedAtBuild>\r
911 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2E\r
912 !endif\r
913 }\r
914!endif\r
915\r
916!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
917 SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.inf{\r
918 <LibraryClasses>\r
919 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
920 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
921 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf\r
922 SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf\r
923 }\r
924!endif\r
925\r
926!if $(FTPM_ENABLE) == TRUE\r
927 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/Tpm2DeviceSeCPei.inf\r
928!endif\r
929\r
930!if $(TPM_ENABLED) == TRUE\r
931 SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf\r
932 SecurityPkg/Tcg/TcgPei/TcgPei.inf {\r
933 <LibraryClasses>\r
934 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf\r
935 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf\r
936 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
937}\r
938!endif\r
939\r
940 $(PLATFORM_PACKAGE)/PlatformInitPei/PlatformInitPei.inf {\r
941 <PcdsPatchableInModule>\r
942 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x803805c6\r
943 <LibraryClasses>\r
944!if $(TARGET) != RELEASE\r
945 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
946!endif\r
947 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
948 }\r
949 $(PLATFORM_PACKAGE)/FvInfoPei/FvInfoPei.inf\r
950\r
951 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/VlvInitPeim.inf\r
952!if $(PCIESC_ENABLE) == TRUE\r
953 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchEarlyInitPeim.inf {\r
954 <PcdsPatchableInModule>\r
955 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046\r
956 }\r
957!endif\r
958 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchInitPeim.inf\r
959\r
960\r
961 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchSmbusArpDisabled.inf\r
962 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchSpiPeim.inf\r
963 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PeiSmmAccess.inf\r
964 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PeiSmmControl.inf\r
965 MdeModulePkg/Universal/PCD/Pei/Pcd.inf\r
966 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/CpuPeim.inf\r
967 UefiCpuPkg/CpuIoPei/CpuIoPei.inf\r
968 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf\r
969 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/MpS3.inf\r
98a88a76 970# $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PiSmmCommunicationPei.inf\r
c5a59080
JY
971\r
972!if $(RECOVERY_ENABLE)\r
973 #\r
974 # Recovery\r
975 #\r
976 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchUsb.inf\r
977 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf\r
978 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf\r
979 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf\r
980 FatPkg/FatPei/FatPei.inf\r
981 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf\r
982 SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.inf {\r
983 <LibraryClasses>\r
984 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf\r
985 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
986 }\r
987!endif\r
988\r
5e752084 989!if $(CAPSULE_ENABLE) == TRUE\r
990 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf\r
991!endif\r
992 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
993 <LibraryClasses>\r
994!if $(LZMA_ENABLE) == TRUE\r
46d4b181 995 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
5e752084 996!endif\r
997 }\r
998\r
999 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
1000 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf\r
1001\r
1002!if $(FTPM_ENABLE) == TRUE\r
2e886a2e 1003 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {\r
5e752084 1004 <PcdsPatchableInModule>\r
1005 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046\r
1006 <LibraryClasses>\r
1007 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
1008 NULL|SecurityPkg/Library\HashInstanceLibSha1/HashInstanceLibSha1.inf\r
1009 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf\r
1010 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
1011 }\r
1012!endif\r
1013!if $(TPM_ENABLED) == TRUE\r
2e886a2e 1014 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf {\r
5e752084 1015 <LibraryClasses>\r
1016 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
1017 }\r
1018!endif\r
1019!if $(ACPI50_ENABLE) == TRUE\r
1020 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf{\r
1021 <LibraryClasses>\r
1022 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf\r
1023 }\r
1024\r
1025!endif\r
1026!if $(PERFORMANCE_ENABLE) == TRUE\r
1027 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
1028!endif\r
1029[Components.IA32]\r
1030 !if $(MINNOW2_FSP_BUILD) == TRUE\r
1031 IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf {\r
1032 !if $(TARGET) == DEBUG\r
1033 <PcdsPatchableInModule>\r
1034 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046\r
1035 <LibraryClasses>\r
1036 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
1037 !endif\r
1038 }\r
1039\r
1040 !endif\r
1041 #\r
1042 # EDK II Related Platform codes\r
1043 #\r
1044 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
1045 <PcdsPatchableInModule>\r
1046 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046\r
1047 <LibraryClasses>\r
1048!if $(DXE_CRC32_SECTION_ENABLE) == TRUE\r
1049 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
1050!endif\r
1051!if $(LZMA_ENABLE) == TRUE\r
46d4b181 1052 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
5e752084 1053!endif\r
1054!if $(TARGET) != RELEASE\r
1055 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
1056!endif\r
1057 }\r
1058 IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf {\r
1059 <PcdsPatchableInModule>\r
1060 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043\r
1061 <PcdsFixedAtBuild>\r
1062 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27\r
1063 <LibraryClasses>\r
1064 !if $(TARGET) != RELEASE\r
1065 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
1066 !endif\r
1067 <BuildOptions>\r
1068 ICC:*_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
1069 GCC:*_*_*_CC_FLAGS = -D MDEPKG_NDEBUG\r
1070 }\r
1071 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
1072 <LibraryClasses>\r
1073 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
1074 }\r
1075 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf\r
1076 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
1077\r
1078 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
1079 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {\r
1080 <LibraryClasses>\r
1081!if $(TARGET) != RELEASE\r
1082 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
1083!endif\r
1084 }\r
1085\r
1086 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf\r
1087 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf{\r
1088 <LibraryClasses>\r
1089!if $(SECURE_BOOT_ENABLE) == TRUE\r
1090 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
1091!endif\r
1092!if $(USER_IDENTIFICATION_ENABLE)\r
1093 NULL|SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.inf\r
1094!endif\r
1095!if $(TPM_ENABLED) == TRUE\r
1096 NULL|SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf\r
1097!endif\r
1098!if $(FTPM_ENABLE) == TRUE\r
1099 NULL|SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf\r
1100!endif\r
1101 }\r
1102 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/MpCpu.inf\r
1103 $(PLATFORM_PACKAGE)/Metronome/Metronome.inf\r
1104\r
1105 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf{\r
1106 <LibraryClasses>\r
1107 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
1108 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
1109 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
1110 PlatformBdsLib|$(PLATFORM_PACKAGE)/Library/PlatformBdsLib/PlatformBdsLib.inf\r
1111 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
1112 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
1113 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf\r
1114 !if $(FTPM_ENABLE) == TRUE\r
1115 Tpm2DeviceLib|Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCDxe/Tpm2DeviceLibSeC.inf\r
1116 !else\r
58204afa 1117 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf\r
5e752084 1118 !endif\r
1119 }\r
1120\r
1121 $(PLATFORM_PACKAGE)/UiApp/UiApp.inf\r
1122\r
1123 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
1124 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
1125 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
1126 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf\r
1127 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {\r
1128 <LibraryClasses>\r
1129 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
1130 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf\r
1131 }\r
1132 $(PLATFORM_PACKAGE)/FvbRuntimeDxe/FvbSmm.inf\r
1133 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf\r
1134 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSpiSmm.inf\r
1135!if $(SECURE_BOOT_ENABLE) == TRUE\r
1136 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf {\r
1137 <LibraryClasses>\r
1138 PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf\r
1139 <BuildOptions>\r
1140 #\r
1141 # Specify GUID gEfiIfrBootMaintenanceGuid, to install Secure Boot Configuration menu\r
1142 # into Boot Maintenance Manager menu\r
1143 #\r
1144 *_*_*_VFR_FLAGS = -g b2dedc91-d59f-48d2-898a-12490c74a4e0\r
1145 }\r
1146!endif\r
1147 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf {\r
1148 <LibraryClasses>\r
1149 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
1150 }\r
1151\r
1152 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
1153 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf\r
1154 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
1155\r
1156 $(PLATFORM_PACKAGE)/FvbRuntimeDxe/FvbRuntimeDxe.inf\r
1157\r
1158 $(PLATFORM_PACKAGE)/PlatformSetupDxe/PlatformSetupDxe.inf\r
1159\r
1160!if $(DATAHUB_ENABLE) == TRUE\r
1161 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf {\r
1162 <PcdsFixedAtBuild>\r
1163 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0\r
1164 }\r
1165!endif\r
1166 IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf\r
1167 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
1168 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchS3SupportDxe.inf\r
1169 !if $(USE_HPET_TIMER) == TRUE\r
1170 PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf\r
1171 !else\r
1172 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmartTimer.inf\r
1173 !endif\r
1174 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmmControl.inf\r
1175\r
1176 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSmbusDxe.inf\r
1177 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/IntelPchLegacyInterrupt.inf\r
1178 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchReset.inf\r
1179 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchInitDxe.inf{\r
1180 <PcdsPatchableInModule>\r
1181 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043\r
1182 }\r
1183 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSmiDispatcher.inf\r
1184\r
1185!if $(PCIESC_ENABLE) == TRUE\r
1186 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchPcieSmm.inf\r
1187!endif\r
1188 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSpiRuntime.inf\r
1189 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchPolicyInitDxe.inf\r
1190 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchBiosWriteProtect.inf\r
1191 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmmAccess.inf\r
1192 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PciHostBridge.inf\r
1193 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/VlvInitDxe.inf\r
1194\r
1195 IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf\r
1196\r
7a0e4f8e
RN
1197 #\r
1198 # Performance Application; Set PERFORMANCE_ENABLE=TRUE for normal boot performance and smm performance data\r
1199 #\r
1200!if $(PERFORMANCE_ENABLE) == TRUE\r
1201 ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf {\r
1202 <PcdsFixedAtBuild>\r
1203 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
5e752084 1204 }\r
7a0e4f8e 1205!endif\r
5e752084 1206\r
1207 Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInitDxe.inf{\r
1208 <LibraryClasses>\r
1209!if $(TARGET) != RELEASE\r
1210 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
1211!endif\r
1212 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
1213 }\r
1214\r
1215 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/Dptf.inf\r
1216 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PnpDxe.inf\r
1217\r
1218!if $(SEC_ENABLE) == TRUE\r
1219 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/HeciDrv.inf {\r
1220!if $(SEC_DEBUG_INFO_ENABLE) == TRUE\r
1221 <BuildOptions>\r
1222 *_*_X64_CC_FLAGS = /DSEC_DEBUG_INFO=1\r
1223!else\r
1224 <BuildOptions>\r
1225 *_*_X64_CC_FLAGS = /DSEC_DEBUG_INFO=0\r
1226!endif\r
1227 }\r
1228\r
1229 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SeCPolicyInitDxe.inf\r
1230!endif\r
1231\r
1232!if $(FTPM_ENABLE) == TRUE\r
1233 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/Tpm2DeviceSeCDxe.inf\r
1234 SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf\r
2e886a2e 1235 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf{\r
5e752084 1236 <LibraryClasses>\r
1237 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf\r
1238 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf\r
1239 PcdLib|MdePkg/Library\DxePcdLib/DxePcdLib.inf\r
1240 Tpm2DeviceLib|Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCDxe/Tpm2DeviceLibSeC.inf\r
1241 }\r
1242 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/FtpmSmm.inf\r
1243!endif\r
1244!if $(TPM_ENABLED) == TRUE\r
2e886a2e 1245 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf {\r
5e752084 1246 <LibraryClasses>\r
1247 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
1248 }\r
1249\r
1250 SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf {\r
1251 <LibraryClasses>\r
1252 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
1253 <BuildOptions>\r
1254 #\r
1255 # specify GUID gEfiIfrNotInTPVPageGuid, this page will not\r
1256 # be showed in TPV page.\r
1257 #\r
1258 *_*_*_VFR_FLAGS = -g e58809f8-fbc1-48e2-883a-a30fdc4b441e\r
1259 }\r
1260\r
1261 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf {\r
1262 <LibraryClasses>\r
1263 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
1264 }\r
1265 SecurityPkg/Tcg/TcgSmm/TcgSmm.inf\r
1266!endif\r
1267 #\r
1268 # EDK II Related Platform codes\r
1269 #\r
1270 $(PLATFORM_PACKAGE)/PlatformSmm/PlatformSmm.inf{\r
1271 <LibraryClasses>\r
1272 !if $(TARGET) != RELEASE\r
1273 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
1274 !endif\r
1275 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
1276 }\r
1277 $(PLATFORM_PACKAGE)/PlatformInfoDxe/PlatformInfoDxe.inf\r
1278 $(PLATFORM_PACKAGE)/PlatformCpuInfoDxe/PlatformCpuInfoDxe.inf\r
1279 $(PLATFORM_PACKAGE)/PlatformDxe/PlatformDxe.inf\r
1280\r
1281 $(PLATFORM_PACKAGE)/PciPlatform/PciPlatform.inf\r
1282 $(PLATFORM_PACKAGE)/SaveMemoryConfig/SaveMemoryConfig.inf\r
1283 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PlatformCpuPolicy.inf\r
1284 $(PLATFORM_PACKAGE)/PpmPolicy/PpmPolicy.inf\r
1285 $(PLATFORM_PACKAGE)/SmramSaveInfoHandlerSmm/SmramSaveInfoHandlerSmm.inf\r
1286!if $(GOP_DRIVER_ENABLE) == TRUE\r
1287 $(PLATFORM_PACKAGE)/PlatformGopPolicy/PlatformGopPolicy.inf\r
1288\r
1289!endif\r
1290\r
1291\r
1292 #\r
1293 # SMM\r
1294 #\r
1295 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf\r
1296 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf\r
86be1a2e 1297 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
f2ae1ef7 1298 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf\r
5e752084 1299 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf\r
1300 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf\r
f2ae1ef7 1301 UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf\r
5e752084 1302 $(PLATFORM_PACKAGE)/SmmSwDispatch2OnSmmSwDispatchThunk/SmmSwDispatch2OnSmmSwDispatchThunk.inf\r
1303 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PowerManagement2.inf\r
1304 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/DigitalThermalSensor.inf\r
1305\r
1306 #\r
1307 # ACPI\r
1308 #\r
1309 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf {\r
1310 <PcdsPatchableInModule>\r
1311 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043\r
1312 <PcdsFixedAtBuild>\r
1313 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27\r
1314 <LibraryClasses>\r
1315 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
1316 }\r
1317\r
1318 $(PLATFORM_PACKAGE)/BootScriptSaveDxe/BootScriptSaveDxe.inf\r
1319 IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/AcpiSupportDxe.inf\r
1320 Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/PowerManagementAcpiTables.inf\r
1321\r
1322 $(PLATFORM_RC_PACKAGE)/AcpiTablesPCAT/AcpiTables.inf\r
1323\r
1324 $(PLATFORM_PACKAGE)/AcpiPlatform/AcpiPlatform.inf\r
1325\r
98a88a76
KM
1326 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
1327\r
5e752084 1328 #\r
1329 # PCI\r
1330 #\r
1331 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
1332\r
1333\r
1334 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/ISPDxe.inf\r
1335\r
1336\r
1337#\r
1338# ISA\r
1339#\r
1340 $(PLATFORM_PACKAGE)/Wpce791/Wpce791.inf\r
1341 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
1342 IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/IsaIoDxe.inf\r
1343 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r
1344 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf\r
1345 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r
1346#\r
1347# SDIO\r
1348#\r
98a88a76
KM
1349# $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/MmcHost.inf\r
1350# $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/MmcMediaDevice.inf\r
5e752084 1351!if $(ACPI50_ENABLE) == TRUE\r
1352 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf {\r
1353 <LibraryClasses>\r
1354 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf\r
1355 }\r
1356 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf {\r
1357 <LibraryClasses>\r
1358 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf\r
1359 }\r
1360!endif\r
1361\r
1362#\r
1363# IDE/SCSI/AHCI\r
1364#\r
1365 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf\r
1366 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
1367 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
1368 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
1369 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
1370 FatPkg/EnhancedFatDxe/Fat.inf\r
5cf0cb15
MK
1371 ShellPkg/Application/Shell/Shell.inf {\r
1372 <LibraryClasses>\r
1373 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
1374 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
1375 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
1376 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
1377 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
1378 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
1379 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
1380 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
1381 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
1382 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
1383 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
1384 <PcdsFixedAtBuild>\r
1385 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
1386 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
1387 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
1388 }\r
5e752084 1389!if $(SATA_ENABLE) == TRUE\r
1390 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SataController.inf\r
1391!endif\r
1392 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf\r
1393!if $(SCSI_ENABLE) == TRUE\r
1394 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
1395 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
1396!endif\r
1397#\r
1398# Console\r
1399#\r
1400 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
1401 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
1402 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
1403 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf\r
1404 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
1405 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
1406 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
1407 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
1408\r
1409 #\r
1410 # USB\r
1411 #\r
1412!if $(USB_ENABLE) == TRUE\r
1413 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
1414 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
1415 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
1416 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
1417 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
1418 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf\r
1419 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
1420\r
1421!endif\r
1422\r
5e752084 1423 #\r
1424 # SMBIOS\r
1425 #\r
1426 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
1427 $(PLATFORM_PACKAGE)/SmBiosMiscDxe/SmBiosMiscDxe.inf\r
1428\r
1429 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmbiosMemory.inf\r
1430 #\r
1431 # CPU/FW Microde\r
1432 #\r
46002a4a 1433 Vlv2SocBinPkg/Microcode/MicrocodeUpdates.inf {\r
5e752084 1434 <BuildOptions>\r
1435 *_*_*_GENFW_FLAGS = -a 0x800 -p 0xFF\r
1436 }\r
1437\r
1438\r
5e752084 1439\r
1440!if $(NETWORK_ENABLE) == TRUE\r
1441 !if $(NETWORK_ISCSI_ENABLE) == TRUE\r
5f137127 1442 NetworkPkg/IScsiDxe/IScsiDxe.inf\r
5e752084 1443 !endif\r
1444 !if $(NETWORK_VLAN_ENABLE) == TRUE\r
1445 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
1446 !endif\r
1447 !if $(CSM_ENABLE) == TRUE\r
1448 IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/Snp16Dxe.inf\r
1449 !endif\r
1450!endif\r
1451\r
1452!if $(NETWORK_ENABLE) == TRUE\r
1453 #\r
1454 # UEFI network modules\r
1455 #\r
1456 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
1457 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf\r
1458\r
1459 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
1460 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
1461 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
1462 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
1463 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
5f137127
FS
1464 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
1465 NetworkPkg/TcpDxe/TcpDxe.inf\r
a4712bea 1466 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
5e752084 1467 !if $(NETWORK_IP6_ENABLE) == TRUE\r
1468 NetworkPkg/Ip6Dxe/Ip6Dxe.inf\r
1469 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf\r
5e752084 1470 NetworkPkg/Udp6Dxe/Udp6Dxe.inf\r
1471 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf\r
1472 !endif\r
5e752084 1473!endif\r
1474\r
c5a59080 1475!if $(CAPSULE_ENABLE) || $(MICOCODE_CAPSULE_ENABLE)\r
54024039 1476 MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDxe.inf\r
c5a59080
JY
1477 MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf\r
1478!endif\r
1479\r
1480!if $(CAPSULE_ENABLE)\r
1aa9314e
MK
1481 !include Vlv2TbltDevicePkg/FmpMinnowMaxSystem.dsc\r
1482 !include Vlv2TbltDevicePkg/FmpGreenSampleDevice.dsc\r
1483 !include Vlv2TbltDevicePkg/FmpBlueSampleDevice.dsc\r
1484 !include Vlv2TbltDevicePkg/FmpRedSampleDevice.dsc\r
c5a59080
JY
1485!endif\r
1486\r
1487!if $(MICOCODE_CAPSULE_ENABLE)\r
1aa9314e 1488 IntelSiliconPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf {\r
c5a59080
JY
1489 <LibraryClasses>\r
1490 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
1491 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
1492 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf\r
1493 }\r
1494!endif\r
1495\r
5e752084 1496[BuildOptions]\r
1497#\r
1498# Define Build Options both for EDK and EDKII drivers.\r
1499#\r
1500\r
1501#\r
1502# Define token for different Platform\r
1503#\r
1504!if $(MINNOW2_FSP_BUILD) == TRUE\r
1505 DEFINE MINNOW2_FSP_OPTION = /DMINNOW2_FSP_BUILD\r
1506!else\r
1507 DEFINE MINNOW2_FSP_OPTION =\r
1508!endif\r
1509\r
1510!if $(ENBDT_PF_BUILD) == TRUE\r
1511 DEFINE ENBDT_PF_ENABLE = /DENBDT_PF_ENABLE=1\r
1512!else\r
1513 DEFINE ENBDT_PF_ENABLE = /DENBDT_PF_ENABLE=0\r
1514!endif\r
1515\r
1516\r
1517!if $(CLKGEN_CONFIG_EXTRA_ENABLE) == TRUE\r
1518 DEFINE CLKGEN_CONFIG_EXTRA_BUILD_OPTION = /DCLKGEN_CONFIG_EXTRA=1\r
1519!else\r
1520 DEFINE CLKGEN_CONFIG_EXTRA_BUILD_OPTION =\r
1521!endif\r
1522\r
1523\r
1524\r
1525!if $(PCIESC_ENABLE) == TRUE\r
1526 DEFINE PCIESC_SUPPORT_BUILD_OPTION = /DPCIESC_SUPPORT=1\r
1527!else\r
1528 DEFINE PCIESC_SUPPORT_BUILD_OPTION =\r
1529!endif\r
1530!if $(SATA_ENABLE) == TRUE\r
1531 DEFINE SATA_SUPPORT_BUILD_OPTION = /DSATA_SUPPORT=1\r
1532!else\r
1533 DEFINE SATA_SUPPORT_BUILD_OPTION =\r
1534!endif\r
1535!if $(ENBDT_S3_SUPPORT) == TRUE\r
1536 DEFINE ENBDT_S3_SUPPORT_OPTIONS = /DNOCS_S3_SUPPORT\r
1537!else\r
1538 DEFINE ENBDT_S3_SUPPORT_OPTIONS =\r
1539!endif\r
1540\r
1541!if $(X64_CONFIG) == TRUE\r
1542 DEFINE X64_BUILD_ENABLE = /DX64_BUILD_ENABLE=1\r
1543!else\r
1544 DEFINE X64_BUILD_ENABLE =\r
1545!endif\r
1546\r
1547!if $(FTPM_ENABLE) == TRUE\r
1548 DEFINE DSC_FTPM_BUILD_OPTIONS = /DFTPM_ENABLE\r
1549!else\r
1550 DEFINE DSC_FTPM_BUILD_OPTIONS =\r
1551!endif\r
1552!if $(TPM_ENABLED) == TRUE\r
1553 DEFINE DSC_TPM_BUILD_OPTIONS = /DTPM_ENABLED\r
1554!else\r
1555 DEFINE DSC_TPM_BUILD_OPTIONS =\r
1556!endif\r
1557\r
1558\r
1559 DEFINE EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS = $(MINNOW2_FSP_OPTION) $(MINNOW2_BUILD_OPTION) $(ENBDT_PF_ENABLE) $(EXTERNAL_VGA_BUILD_OPTION) $(PCIE_ENUM_WA_BUILD_OPTION) $(X0_WA_ENABLE_BUILD_OPTION) $(A0_WA_ENABLE_BUILD_OPTION) $(MICROCODE_FREE_BUILD_OPTIONS) $(SIMICS_BUILD_OPTIONS) $(HYBRID_BUILD_OPTIONS) $(COMPACT_BUILD_OPTIONS) $(VP_BUILD_OPTIONS) $(SYSCTL_ID_BUILD_OPTION) $(CLKGEN_CONFIG_EXTRA_BUILD_OPTION) $(SYSCTL_X0_CONVERT_BOARD_OPTION) $(ENBDT_S3_SUPPORT_OPTIONS) $(SATA_SUPPORT_BUILD_OPTION) $(PCIESC_SUPPORT_BUILD_OPTION) $(DSC_FTPM_BUILD_OPTIONS) $(DSC_FTPM_ERROR_WR_BUILD_OPTIONS) $(DSC_TPM_BUILD_OPTIONS) $(DSC_BYTI_SECURE_BOOT_BUILD_OPTIONS)\r
1560!if $(PERFORMANCE_ENABLE) == TRUE\r
1561 DEFINE PDB_BUILD_OPTION = /Zi\r
1562!endif\r
1563\r
1564!if $(SOURCE_DEBUG_ENABLE) == TRUE\r
1565 MSFT:*_*_X64_GENFW_FLAGS = --keepexceptiontable\r
1566 GCC:*_*_X64_GENFW_FLAGS = --keepexceptiontable\r
1567 INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable\r
1568!if $(TARGET) == DEBUG\r
1569 DEFINE SOURCE_LEVEL_DEBUG_BUILD_OPTIONS = /Od /Oy-\r
1570!endif\r
1571!else\r
1572 DEFINE SOURCE_LEVEL_DEBUG_BUILD_OPTIONS =\r
1573\r
1574!endif\r
1575\r
eee350c0
MK
1576#\r
1577# Force PE/COFF sections to be aligned at 4KB boundaries to support page level\r
1578# protection of DXE_RUNTIME_DRIVER modules\r
1579#\r
1580[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]\r
1581 MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096\r
1582 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000\r
1583\r
1584#\r
1585# Force PE/COFF sections to be aligned at 4KB boundaries to support page level\r
1586# protection of DXE_SMM_DRIVER/SMM_CORE modules\r
1587#\r
1588[BuildOptions.common.EDKII.DXE_SMM_DRIVER, BuildOptions.common.EDKII.SMM_CORE]\r
1589 MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096\r
1590 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000\r
1591\r
5e752084 1592[BuildOptions.Common.EDK]\r
1593\r
1594#\r
1595# Define token for different Platform\r
1596#\r
1597!if $(ENBDT_PF_BUILD) == TRUE\r
1598 DEFINE ENBDT_PF_ENABLE = /DENBDT_PF_ENABLE=1\r
1599!else\r
1600 DEFINE ENBDT_PF_ENABLE = /DENBDT_PF_ENABLE=0\r
1601!endif\r
1602\r
1603!if $(PERFORMANCE_ENABLE) == TRUE\r
1604 RELEASE_*_*_DLINK_FLAGS = /DEBUG\r
1605!endif\r
1606\r
1607!if $(S3_ENABLE) == TRUE\r
1608 DEFINE DSC_S3_BUILD_OPTIONS = /DEFI_S3_RESUME\r
1609!else\r
1610 DEFINE DSC_S3_BUILD_OPTIONS =\r
1611!endif\r
1612\r
1613!if $(ENBDT_S3_SUPPORT) == TRUE\r
1614 DEFINE ENBDT_S3_SUPPORT_OPTIONS = /DNOCS_S3_SUPPORT\r
1615!else\r
1616 DEFINE ENBDT_S3_SUPPORT_OPTIONS =\r
1617!endif\r
1618\r
1619!if $(X64_CONFIG) == TRUE\r
1620 DEFINE X64_BUILD_ENABLE = /DX64_BUILD_ENABLE=1\r
1621!else\r
1622 DEFINE X64_BUILD_ENABLE =\r
1623!endif\r
1624\r
1625\r
1626 DEFINE EDK_GLUE_LIB_DEBUG =\r
1627 DEFINE DEBUG_BUILD_OPTIONS = /D EFI_DEBUG /D DEBUG_MODE=1 /GL- $(EDK_GLUE_LIB_DEBUG) /DEDKII_GLUE_DebugPrintErrorLevel=(EFI_D_ERROR)\r
1628 DEFINE EDK_DSC_FEATURE_BUILD_OPTIONS = $(DSC_S3_BUILD_OPTIONS) $(DSC_ACPI_BUILD_OPTIONS) $(DSC_SEC_BUILD_OPTIONS) $(DSC_FTPM_BUILD_OPTIONS) $(DSC_FTPM_ERROR_WR_BUILD_OPTIONS) $(DSC_TPM_BUILD_OPTIONS) $(SOFTSDV_BUILD_OPTIONS) $(SIMICS_BUILD_OPTIONS) $(HYBRID_BUILD_OPTIONS) $(COMPACT_BUILD_OPTIONS) $(VP_BUILD_OPTIONS) $(QT_BUILD_OPTIONS) $(DSC_BYTI_SECURE_BOOT_BUILD_OPTIONS) /D$(PROJECT_SC_CHIPSET)\r
1629\r
1630 DEFINE EDK_DSC_OTHER_BUILD_OPTIONS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS) $(SV_BUILD_OPTIONS) $(INTEL_FASTBOOT_BUILD_OPTION)\r
1631 DEFINE EDK_DSC_GLOBAL_BUILD_OPTIONS = $(ENBDT_PF_ENABLE) $(EDK_DSC_FEATURE_BUILD_OPTIONS) $(EDK_DSC_OTHER_BUILD_OPTIONS) /D EFI_SPECIFICATION_VERSION=0x00020000 /D PI_SPECIFICATION_VERSION=0x00000009 /D TIANO_RELEASE_VERSION=0x00080006 /D SUPPORT_DEPRECATED_PCI_CFG_PPI /D CSM_SMMENTRY_PORT8DATA8 /D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE) /D MAX_VARIABLE_SIZE=0x2000 /D EFI_FIRMWARE_VENDOR="L/"INTEL/"" /D EFI_BUILD_VERSION="L/"EDKII/"" /DEFI_PEI_REPORT_STATUS_CODE_ON $(ENBDT_S3_SUPPORT_OPTIONS)\r
1632\r
1633 *_*_IA32_ASM_FLAGS = /DEFI32 /D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h /DNOCS_S3_SUPPORT\r
1634 DEBUG_*_IA32_CC_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)\r
1635 RELEASE_*_IA32_CC_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)\r
1636 DEBUG_*_IA32_VFRPP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)\r
1637 RELEASE_*_IA32_VFRPP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)\r
1638 DEBUG_*_IA32_APP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)\r
1639 RELEASE_*_IA32_APP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)\r
1640 DEBUG_*_IA32_PP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)\r
1641 RELEASE_*_IA32_PP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)\r
1642 *_*_IA32_ASLPP_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE)\r
1643 *_*_IA32_ASLCC_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE)\r
1644 *_*_IA32_ASM16_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h\r
1645\r
1646 *_*_X64_ASM_FLAGS = /DEFIX64 /D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h /DNOCS_S3_SUPPORT\r
1647 DEBUG_*_X64_CC_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)\r
1648 RELEASE_*_X64_CC_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)\r
1649 DEBUG_*_X64_VFRPP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)\r
1650 RELEASE_*_X64_VFRPP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)\r
1651 DEBUG_*_X64_APP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)\r
1652 RELEASE_*_X64_APP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)\r
1653 DEBUG_*_X64_PP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)\r
1654 RELEASE_*_X64_PP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)\r
1655 *_*_X64_ASLPP_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE)\r
1656 *_*_X64_ASLCC_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE)\r
1657 *_*_X64_ASM16_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h\r
1658 # *_*_*_BUILD_FLAGS = -s\r
1659 *_*_*_VFR_FLAGS = -c\r
1660 *_*_*_BUILD_FLAGS = -c\r
1661\r
1662[BuildOptions.Common.EDKII]\r
1663 *_*_IA32_ASM_FLAGS = $(VP_BUILD_OPTIONS) /D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h /DNOCS_S3_SUPPORT\r
1664\r
1665 *_*_IA32_CC_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)\r
1666 *_*_IA32_VFRPP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)\r
1667 *_*_IA32_APP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)\r
1668 *_*_IA32_PP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)\r
1669 *_*_IA32_ASLPP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)\r
1670\r
1671 *_*_X64_CC_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS) $(SOURCE_LEVEL_DEBUG_BUILD_OPTIONS)\r
1672 *_*_X64_VFRPP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)\r
1673 *_*_X64_APP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)\r
1674 *_*_X64_PP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)\r
1675 *_*_X64_ASLPP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)\r
1676\r
1677\r
1678[Components.IA32]\r
5e752084 1679 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/I2cBus.inf {\r
1680 <PcdsPatchableInModule>\r
1681 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043\r
1682 }\r
1683\r
1684 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/I2cHost.inf {\r
1685 <PcdsPatchableInModule>\r
1686 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043\r
1687 }\r
1688 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/I2cPortA0Pio.inf {\r
1689 <PcdsPatchableInModule>\r
1690 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x00000043\r
1691 }\r
1692\r
1693 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/I2cMmioDeviceDxe.inf {\r
1694 <PcdsPatchableInModule>\r
1695 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x00000043\r
1696 }\r
1697\r