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