]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/PlatformPkgIA32.dsc
6d8815416d9d3016236171879ca283c5712a950e
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformPkgIA32.dsc
1 #/** @file
2 # Platform description.
3 #
4 # Copyright (c) 2012 - 2016, 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 = TRUE
81 DEFINE SEC_DEBUG_INFO_ENABLE = TRUE
82 DEFINE FTPM_ENABLE = TRUE
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 PlatformBdsLib|$(PLATFORM_PACKAGE)/Library/PlatformBdsLib/PlatformBdsLib.inf
150 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
151 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
152 FlashDeviceLib|$(PLATFORM_PACKAGE)/Library/FlashDeviceLib/FlashDeviceLib.inf
153 #
154 # Framework
155 #
156 !if $(S3_ENABLE) == TRUE
157 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
158 !else
159 S3BootScriptLib|MdePkg/Library/BaseS3BootScriptLibNull/BaseS3BootScriptLibNull.inf
160 !endif
161 S3IoLib|MdePkg/Library/BaseS3IoLib/BaseS3IoLib.inf
162 S3PciLib|MdePkg/Library/BaseS3PciLib/BaseS3PciLib.inf
163
164 #
165 # Generic Modules
166 #
167 !if $(USB_ENABLE) == TRUE
168 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
169 !endif
170 !if $(SCSI_ENABLE) == TRUE
171 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
172 !endif
173 !if $(NETWORK_ENABLE) == TRUE
174 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
175 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
176 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
177 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
178 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
179 !endif
180 !if $(S3_ENABLE) == TRUE
181 S3Lib|IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
182 !endif
183
184 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
185 !if $(CAPSULE_ENABLE) == TRUE
186 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
187 !else
188 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
189 !endif
190 EdkiiSystemCapsuleLib|SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.inf
191 FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
192 IniParsingLib|SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf
193 PlatformFlashAccessLib|Vlv2TbltDevicePkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLib.inf
194 MicrocodeFlashAccessLib|Vlv2TbltDevicePkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLib.inf
195 LanguageLib|EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/UefiLanguageLib.inf
196 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
197 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
198 IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
199 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
200
201 #
202 # CPU
203 #
204 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
205 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
206 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
207
208 #
209 # ICH
210 #
211 SmbusLib|$(PLATFORM_PACKAGE)/Library/SmbusLib/SmbusLib.inf
212 SmmLib|$(PLATFORM_PACKAGE)/Library/PchSmmLib/PchSmmLib.inf
213
214 #
215 # Platform
216 #
217 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
218 ResetSystemLib|$(PLATFORM_PACKAGE)/Library/ResetSystemLib/ResetSystemLib.inf
219
220 PlatformCmosLib|$(PLATFORM_PACKAGE)/Library/PlatformCmosLib/PlatformCmosLib.inf
221
222 #
223 # Misc
224 #
225 MonoStatusCodeLib|$(PLATFORM_PACKAGE)/MonoStatusCode/MonoStatusCode.inf
226 !if $(TARGET) == RELEASE
227 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
228 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
229 !else
230 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
231 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf
232 !endif
233
234 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
235 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
236 !if $(TPM_ENABLED) == TRUE
237 TpmCommLib|SecurityPkg/Library/TpmCommLib/TpmCommLib.inf
238 Tpm12CommandLib|SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
239 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
240
241 !endif
242
243 !if $(SOURCE_DEBUG_ENABLE) == TRUE
244 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
245 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
246 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
247 SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
248 !else
249 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
250 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
251 !endif
252
253 #
254 # CryptLib
255 #
256 !if $(TPM_ENABLED) == TRUE
257 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
258 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
259 !endif
260
261 BiosIdLib|$(PLATFORM_PACKAGE)/Library/BiosIdLib/BiosIdLib.inf
262 CpuIA32Lib|$(PLATFORM_PACKAGE)/Library/CpuIA32Lib/CpuIA32Lib.inf
263
264 StallSmmLib|$(PLATFORM_PACKAGE)/Library/StallSmmLib/StallSmmLib.inf
265
266 !if $(SECURE_BOOT_ENABLE) == TRUE
267 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
268 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
269 PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
270 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
271 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
272 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
273 !else
274 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
275 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
276 !endif
277 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
278 !if $(RC_BINARY_RELEASE) == TRUE
279 I2cLib|Vlv2TbltDevicePkg/Library/I2CLib/I2CLibNull.inf
280 !endif
281 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
282 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
283 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
284 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
285 !if $(FTPM_ENABLE) == TRUE
286 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
287 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
288 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
289 !endif
290 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
291 TrEEPhysicalPresenceLib|SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.inf
292 !if $(FTPM_ENABLE) == TRUE
293 TrEEPpVendorLib|SecurityPkg/Library/TrEEPpVendorLibNull/TrEEPpVendorLibNull.inf
294 !endif
295
296
297 Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
298 !if $(MINNOW2_FSP_BUILD) == TRUE
299 FspApiLib|IntelFspWrapperPkg/Library/BaseFspApiLib/BaseFspApiLib.inf
300 FspPlatformInfoLib|IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/BaseFspPlatformInfoLibSample.inf
301 FspPlatformSecLib|Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/FspPlatformSecLibVlv2.inf
302 FspHobProcessLib|Vlv2TbltDevicePkg/FspSupport/Library/PeiFspHobProcessLibVlv2/FspHobProcessLibVlv2.inf
303 !endif
304
305 [LibraryClasses.IA32.SEC]
306 !if $(PERFORMANCE_ENABLE) == TRUE
307 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
308 !endif
309 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
310 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
311
312 [LibraryClasses.IA32.PEIM, LibraryClasses.IA32.PEI_CORE, LibraryClasses.IA32.SEC]
313 #
314 # PEI phase common
315 #
316
317 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
318 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
319 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
320 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
321 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
322 MultiPlatformLib|$(PLATFORM_PACKAGE)/Library/MultiPlatformLib/MultiPlatformLib.inf
323 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
324
325
326 !if $(PERFORMANCE_ENABLE) == TRUE
327 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
328 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
329 !endif
330
331 !if $(TARGET) == RELEASE
332 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
333 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
334 !else
335 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
336 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf
337 !endif
338
339 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
340 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
341 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
342 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
343
344 !if $(MINNOW2_FSP_BUILD) == TRUE
345 PlatformFspLib|Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.inf
346 !endif
347 !if $(FTPM_ENABLE) == TRUE
348 Tpm2DeviceLib|Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCPei/Tpm2DeviceLibSeC.inf
349 !endif
350
351 [LibraryClasses.IA32]
352 #
353 # DXE phase common
354 #
355 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
356 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
357 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
358 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
359 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
360
361 TcgPhysicalPresenceLib|SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
362 !if $(TPM_ENABLED) == TRUE
363 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
364 !endif
365
366 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
367 EfiRegTableLib|$(PLATFORM_PACKAGE)/Library/EfiRegTableLib/EfiRegTableLib.inf
368
369 !if $(SECURE_BOOT_ENABLE) == TRUE
370 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
371 !endif
372
373 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
374
375 [LibraryClasses.IA32.DXE_DRIVER]
376 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
377 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
378 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
379 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
380 !if $(PERFORMANCE_ENABLE) == TRUE
381 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
382 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
383 !endif
384
385 !if $(SOURCE_DEBUG_ENABLE) == TRUE
386 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
387 !endif
388
389 FlashDeviceLib|$(PLATFORM_PACKAGE)/Library/FlashDeviceLib/FlashDeviceLibDxe.inf
390
391 [LibraryClasses.IA32.DXE_CORE]
392 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
393 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
394 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
395 !if $(PERFORMANCE_ENABLE) == TRUE
396 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
397 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
398 !endif
399
400 !if $(SOURCE_DEBUG_ENABLE) == TRUE
401 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
402 !endif
403
404 [LibraryClasses.IA32.DXE_SMM_DRIVER]
405 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
406 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
407 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
408 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
409 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
410 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
411 SmmCpuPlatformHookLib|UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.inf
412 SmmCpuFeaturesLib|UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf
413
414 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
415 !if $(TARGET) != RELEASE
416 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
417 !endif
418
419 !if $(SOURCE_DEBUG_ENABLE) == TRUE
420 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
421 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
422 !endif
423 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf
424
425 [LibraryClasses.IA32.SMM_CORE]
426 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
427 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
428 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
429 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
430 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
431
432 !if $(TPM_ENABLED) == TRUE
433 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
434 !endif
435
436 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
437
438 !if $(TARGET) != RELEASE
439 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
440 !endif
441
442 !if $(SOURCE_DEBUG_ENABLE) == TRUE
443 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
444 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.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 [PcdsFixedAtBuild.common]
620 !if $(MINNOW2_FSP_BUILD) == TRUE
621 # $(FLASH_REGION_VLVMICROCODE_BASE)
622 gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchAddress|0xFFC00000
623 # $(FLASH_REGION_VLVMICROCODE_SIZE)
624 gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize|0x00040000
625 gFspWrapperTokenSpaceGuid.PcdFlashMicroCodeOffset|0x60
626 # $(FLASH_AREA_BASE_ADDRESS)
627 gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheAddress|0xFF800000
628 # $(FLASH_AREA_SIZE)
629 gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheSize|0x00800000
630 # $(FLASH_REGION_FSPBIN_BASE)
631 gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase|0xFFCC0000
632 !endif
633
634 !if $(PERFORMANCE_ENABLE) == TRUE
635 !if $(MINNOW2_FSP_BUILD) == TRUE
636 # in FSP, when this got used, the memory already is up
637 gEfiCpuTokenSpaceGuid.PcdTemporaryRamBase|0x00080000
638 !else
639 gEfiCpuTokenSpaceGuid.PcdTemporaryRamBase|0xFEF80000
640 !endif
641 gEfiCpuTokenSpaceGuid.PcdTemporaryRamSize|0x00010000
642
643 !else
644 !if $(MINNOW2_FSP_BUILD) == TRUE
645 gEfiCpuTokenSpaceGuid.PcdTemporaryRamBase|0x00080000
646 !else
647 gEfiCpuTokenSpaceGuid.PcdTemporaryRamBase|0xFEF80000
648 !endif
649 gEfiCpuTokenSpaceGuid.PcdTemporaryRamSize|0x00010000
650 gEfiCpuTokenSpaceGuid.PcdPeiTemporaryRamStackSize|0x3C00
651 !endif
652
653
654 !if $(SECURE_BOOT_ENABLE) == TRUE
655 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x22000
656 !else
657 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x4000
658 !endif
659 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize|0x00000800
660 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x400
661 gEfiCpuTokenSpaceGuid.PcdCpuIEDRamSize|0x400000
662 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3AcpiReservedMemorySize|0x10000
663 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|50
664 gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport|FALSE
665 gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport|FALSE
666 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPpiSupported|128
667 gEfiCpuTokenSpaceGuid.PcdCpuSmmApSyncTimeout|1000
668 !if $(S4_ENABLE) == TRUE
669 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|TRUE
670 !else
671 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
672 !endif
673 !if $(TARGET) == RELEASE
674 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0
675 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x3
676 !else
677 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
678 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
679 !endif
680 !if $(PERFORMANCE_ENABLE) == TRUE
681 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x1
682 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|60
683 !endif
684
685 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdEbdaReservedMemorySize|0x10000
686 gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable|$(TOP_MEMORY_ADDRESS)
687 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserSubtitleTextColor|0x0
688 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextColor|0x01
689 gEfiCpuTokenSpaceGuid.PcdCpuIEDEnabled|TRUE
690 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoCheckVbeEnable|TRUE
691 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoCheckVgaEnable|TRUE
692
693 !if $(SOURCE_DEBUG_ENABLE) == TRUE
694 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
695 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
696 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE
697 !endif
698
699 [PcdsFixedAtBuild.IA32.PEIM, PcdsFixedAtBuild.IA32.PEI_CORE, PcdsFixedAtBuild.IA32.SEC]
700 !if $(TARGET) == RELEASE
701 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0
702 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x3
703 !else
704 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2E
705 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
706 !endif
707
708 !if $(RECOVERY_ENABLE)
709 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName|L"VLV2REC.Cap"
710 !endif
711
712 [PcdsPatchableInModule.common]
713 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x803805c6
714 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0x$(PLATFORM_PCIEXPRESS_BASE)
715 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLegacyBiosCacheLegacyRegion|FALSE
716
717 ## This PCD specifies whether to use the optimized timing for best PS2 detection performance.
718 # Note this PCD could be set to TRUE for best boot performance and set to FALSE for best device compatibility.
719 gEfiMdeModulePkgTokenSpaceGuid.PcdFastPS2Detection|TRUE
720
721 #######################################################################################################
722 #
723 # Begin of MRC parameters
724 #
725
726 ## Memory Parameter Patchable.
727 # FALSE - MRC Parameters are fixed for MinnowBoard Max<BR>
728 # TRUE - MRC Parameters are patchable by following PCDs<BR>
729 # @Prompt Memory Parameter Patchable.
730 # @ValidList 0x80000001 | 0, 1
731 gVlvRefCodePkgTokenSpaceGuid.PcdMemoryParameterPatchable|FALSE
732
733 ## Memory Down or DIMM slot.
734 # 0 - DIMM<BR>
735 # 1 - Memory Down<BR>
736 # @Prompt Enable Memory Down
737 # @ValidList 0x80000001 | 0, 1
738 gVlvRefCodePkgTokenSpaceGuid.PcdEnableMemoryDown|1
739
740 ## The speed of DRAM.
741 # 0 - 800 MHz<BR>
742 # 1 - 1066 MHz<BR>
743 # 2 - 1333 MHz<BR>
744 # 3 - 1600 MHz<BR>
745 # @Prompt DRAM Speed
746 # @ValidList 0x80000001 | 0, 1, 2, 3
747 gVlvRefCodePkgTokenSpaceGuid.PcdDramSpeed|1
748
749 ## DRAM Type.
750 # 0 - DDR3<BR>
751 # 1 - DDR3L<BR>
752 # 2 - DDR3U<BR>
753 # 3 - DDR3All<BR>
754 # 4 - LPDDR2<BR>
755 # 5 - LPDDR3<BR>
756 # 6 - DDR4<BR>
757 # @Prompt DRAM Type
758 # @ValidList 0x80000001 | 0, 1, 2, 3, 4, 5, 6
759 gVlvRefCodePkgTokenSpaceGuid.PcdDramType|1
760
761 ## Please populate DIMM slot 0 if only one DIMM is supported.
762 # 0 - Disable<BR>
763 # 1 - Enable<BR>
764 # @Prompt DIMM 0 Enable
765 # @ValidList 0x80000001 | 0, 1
766 gVlvRefCodePkgTokenSpaceGuid.PcdEnableDimm0|1
767
768 ## DIMM 1 has to be identical to DIMM 0.
769 # 0 - Disable<BR>
770 # 1 - Enable<BR>
771 # @Prompt DIMM 1 Enable Type
772 # @ValidList 0x80000001 | 0, 1
773 gVlvRefCodePkgTokenSpaceGuid.PcdEnableDimm1|0
774
775 ## DRAM device data width.
776 # 0 - x8<BR>
777 # 1 - x16<BR>
778 # 2 - x32<BR>
779 # @Prompt DIMM_DWIDTH
780 # @ValidList 0x80000001 | 0, 1, 2
781 gVlvRefCodePkgTokenSpaceGuid.PcdDimmDataWidth|1
782
783 ## DRAM device data density.
784 # 0 - 1 Gbit<BR>
785 # 1 - 2 Gbit<BR>
786 # 2 - 4 Gbit<BR>
787 # 3 - 8 Gbit<BR>
788 # @Prompt DIMM_Density
789 # @ValidList 0x80000001 | 0, 1, 2, 3
790 gVlvRefCodePkgTokenSpaceGuid.PcdDimmDensity|2
791
792 ## DRAM device data bus width.
793 # 0 - 8 bits<BR>
794 # 1 - 16 bits<BR>
795 # 2 - 32 bits<BR>
796 # 3 - 64 bits<BR>
797 # @Prompt DIMM_BusWidth
798 # @ValidList 0x80000001 | 0, 1, 2, 3
799 gVlvRefCodePkgTokenSpaceGuid.PcdDimmBusWidth|3
800
801 ## Ranks Per DIMM or Sides Per DIMM.
802 # 0 - 1 Rank<BR>
803 # 1 - 2 Ranks<BR>
804 # @Prompt DIMM_Sides
805 # @ValidList 0x80000001 | 0, 1
806 gVlvRefCodePkgTokenSpaceGuid.PcdRankPerDimm|0
807
808 ## tCL.<BR><BR>
809 # @Prompt tCL
810 gVlvRefCodePkgTokenSpaceGuid.PcdTcl|11
811
812 ## tRP and tRCD in DRAM clk - 5:12.5ns, 6:15ns, etc.
813 # @Prompt tRP_tRCD
814 gVlvRefCodePkgTokenSpaceGuid.PcdTrpTrcd|11
815
816 ## tWR in DRAM clk.
817 # @Prompt tWR
818 gVlvRefCodePkgTokenSpaceGuid.PcdTwr|12
819
820 ## tWTR in DRAM clk.
821 # @Prompt tWTR
822 gVlvRefCodePkgTokenSpaceGuid.PcdTwtr|6
823
824 ## tRRD in DRAM clk.
825 # @Prompt tRRD
826 gVlvRefCodePkgTokenSpaceGuid.PcdTrrd|6
827
828 ## tRTP in DRAM clk.
829 # @Prompt tRTP
830 gVlvRefCodePkgTokenSpaceGuid.PcdTrtp|6
831
832 ## tFAW in DRAM clk.
833 # @Prompt tFAW
834 gVlvRefCodePkgTokenSpaceGuid.PcdTfaw|32
835
836 #
837 # End of MRC parameters.
838 #
839 ###############################################################################################
840
841 [PcdsDynamicHii.common.DEFAULT]
842 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|5 # Variable: L"Timeout"
843 gEfiMdePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1 # Variable: L"HwErrRecSupport"
844 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState|L"BootState"|gEfiBootStateGuid|0x0|TRUE
845
846 [PcdsDynamicDefault.common.DEFAULT]
847 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr|0x0
848 !if $(TPM_ENABLED) == TRUE
849 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0x7b, 0x3a, 0xcd, 0x72, 0xA5, 0xFE, 0x5e, 0x4f, 0x91, 0x65, 0x4d, 0xd1, 0x21, 0x87, 0xbb, 0x13}
850 !endif
851 !if $(FTPM_ENABLE) == TRUE
852 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0x7b, 0x3a, 0xcd, 0x72, 0xA5, 0xFE, 0x5e, 0x4f, 0x91, 0x65, 0x4d, 0xd1, 0x21, 0x87, 0xbb, 0x13}
853 !endif
854
855 ## This PCD defines the video horizontal resolution.
856 # This PCD could be set to 0 then video resolution could be at highest resolution.
857 #gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|0
858 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
859 ## This PCD defines the video vertical resolution.
860 # This PCD could be set to 0 then video resolution could be at highest resolution.
861 #gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|0
862 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
863
864 ## This PCD defines the Console output column and the default value is 25 according to UEFI spec.
865 # This PCD could be set to 0 then console output could be at max column and max row.
866 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|31
867 ## This PCD defines the Console output row and the default value is 80 according to UEFI spec.
868 # This PCD could be set to 0 then console output could be at max column and max row.
869 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|100
870
871 ## The PCD is used to specify the video horizontal resolution of text setup.
872 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|800
873 ## The PCD is used to specify the video vertical resolution of text setup.
874 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|600
875 ## The PCD is used to specify the console output column of text setup.
876 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn|100
877 ## The PCD is used to specify the console output column of text setup.
878 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow|31
879
880 !if $(TPM_ENABLED) == TRUE
881 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|1
882 gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy|1
883 !endif
884
885 [PcdsDynamicExDefault.common.DEFAULT]
886 gEfiVLVTokenSpaceGuid.PcdTCSmbaIoBaseAddress|0x1040
887 gEfiVLVTokenSpaceGuid.PcdEmmcManufacturerId|0
888 gEfiVLVTokenSpaceGuid.PcdProductSerialNumber|0
889 gEfiVLVTokenSpaceGuid.PcdMeasuredBootEnable|TRUE
890 gEfiVLVTokenSpaceGuid.PcdFTPMErrorOccur|FALSE
891 gEfiVLVTokenSpaceGuid.PcdFTPMErrorSkip|FALSE
892 gEfiVLVTokenSpaceGuid.PcdFTPMCommand|0
893 gEfiVLVTokenSpaceGuid.PcdFTPMResponse|0
894 gEfiVLVTokenSpaceGuid.PcdFTPMNotRespond|FALSE
895 gEfiVLVTokenSpaceGuid.PcdFTPMStatus|0
896 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateSmmDataPtr|0
897 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr|0
898 gEfiCpuTokenSpaceGuid.PcdCpuS3DataAddress|0
899 gEfiCpuTokenSpaceGuid.PcdCpuHotPlugDataAddress|0
900 gEfiCpuTokenSpaceGuid.PcdCpuCallbackSignal|0
901 gEfiCpuTokenSpaceGuid.PcdCpuConfigContextBuffer|0
902 gEfiVLVTokenSpaceGuid.PcdCpuLockBoxDataAddress|0
903 gEfiVLVTokenSpaceGuid.PcdCpuSmramCpuDataAddress|0
904 gEfiVLVTokenSpaceGuid.PcdCpuLockBoxSize|0
905
906 !if $(CAPSULE_ENABLE) || $(RECOVERY_ENABLE)
907 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor|{0x0}|VOID*|0x100
908 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid|{0x7b, 0x26, 0x96, 0x40, 0x0a, 0xda, 0xeb, 0x42, 0xb5, 0xeb, 0xfe, 0xf3, 0x1d, 0x20, 0x7c, 0xb4}
909 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareFileGuid|{0xb2, 0x9e, 0x9c, 0xaf, 0xad, 0x12, 0x3e, 0x4d, 0xa4, 0xd4, 0x96, 0xf6, 0xc9, 0x96, 0x62, 0x15}
910 !endif
911
912 [Components.IA32]
913
914 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/SecCore.inf
915
916 !if $(MINNOW2_FSP_BUILD) == TRUE
917 IntelFspWrapperPkg/FspWrapperSecCore/FspWrapperSecCore.inf {
918 !if $(TARGET) == DEBUG
919
920 <LibraryClasses>
921 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
922 !endif
923 }
924 Vlv2TbltDevicePkg/FspSupport/BootModePei/BootModePei.inf
925 IntelFspWrapperPkg/FspInitPei/FspInitPei.inf {
926 !if $(TARGET) == DEBUG
927 <LibraryClasses>
928 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
929 !endif
930 }
931 !endif
932
933 !if $(CAPSULE_ENABLE) || $(RECOVERY_ENABLE)
934 # FMP image decriptor
935 Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareDescriptor/SystemFirmwareDescriptor.inf {
936 <LibraryClasses>
937 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
938 }
939 !endif
940
941 MdeModulePkg/Core/Pei/PeiMain.inf {
942 !if $(TARGET) == DEBUG
943 <PcdsFixedAtBuild>
944 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2E
945 !endif
946 <PcdsPatchableInModule>
947 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046
948 }
949
950 $(PLATFORM_PACKAGE)/MonoStatusCode/MonoStatusCode.inf {
951 !if $(TARGET) == DEBUG
952 <PcdsFixedAtBuild>
953 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2E
954 !endif
955 }
956 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/MemoryInit.inf {
957 <PcdsPatchableInModule>
958 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046
959 <BuildOptions>
960 !if $(FTPM_ENABLE)==TRUE
961 *_*_IA32_CC_FLAGS = /D FTPM_ENABLE
962 !endif
963 }
964
965 !if $(RC_BINARY_RELEASE) == TRUE
966 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/SeCUma.inf
967 !endif
968
969 !if $(FTPM_ENABLE) == TRUE
970 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/fTPMInitPeim.inf
971 !endif
972
973 !if $(RC_BINARY_RELEASE) == TRUE
974 $(PLATFORM_PACKAGE)/PlatformPei/PlatformPei.inf {
975 <BuildOptions>
976 *_*_IA32_CC_FLAGS = /DRC_BINARY_RELEASE
977 !if $(TARGET) == DEBUG
978 <PcdsFixedAtBuild>
979 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2E
980 !endif
981 }
982 !endif
983
984 !if $(SOURCE_DEBUG_ENABLE) == TRUE
985 SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.inf{
986 <LibraryClasses>
987 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
988 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
989 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
990 SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
991 }
992 !endif
993
994 !if $(FTPM_ENABLE) == TRUE
995 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/Tpm2DeviceSeCPei.inf
996 !endif
997
998 !if $(TPM_ENABLED) == TRUE
999 SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf
1000 SecurityPkg/Tcg/TcgPei/TcgPei.inf {
1001 <LibraryClasses>
1002 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
1003 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
1004 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
1005 }
1006 !endif
1007
1008 $(PLATFORM_PACKAGE)/PlatformInitPei/PlatformInitPei.inf {
1009 <PcdsPatchableInModule>
1010 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x803805c6
1011 <LibraryClasses>
1012 !if $(TARGET) != RELEASE
1013 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1014 !endif
1015 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
1016 }
1017 $(PLATFORM_PACKAGE)/FvInfoPei/FvInfoPei.inf
1018
1019 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/VlvInitPeim.inf
1020 !if $(PCIESC_ENABLE) == TRUE
1021 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchEarlyInitPeim.inf {
1022 <PcdsPatchableInModule>
1023 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046
1024 }
1025 !endif
1026 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchInitPeim.inf
1027
1028
1029 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchSmbusArpDisabled.inf
1030 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchSpiPeim.inf
1031 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PeiSmmAccess.inf
1032 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PeiSmmControl.inf
1033 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
1034 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/CpuPeim.inf
1035 UefiCpuPkg/CpuIoPei/CpuIoPei.inf
1036 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf
1037 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/MpS3.inf
1038 EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/AcpiVariableHobOnSmramReserveHobThunk.inf
1039 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PiSmmCommunicationPei.inf
1040
1041 !if $(RECOVERY_ENABLE)
1042 #
1043 # Recovery
1044 #
1045 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchUsb.inf
1046 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
1047 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
1048 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
1049 FatPkg/FatPei/FatPei.inf
1050 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
1051 SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.inf {
1052 <LibraryClasses>
1053 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf
1054 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
1055 }
1056 !endif
1057
1058 !if $(CAPSULE_ENABLE) == TRUE
1059 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
1060 !endif
1061 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
1062 <LibraryClasses>
1063 !if $(LZMA_ENABLE) == TRUE
1064 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
1065 !endif
1066 }
1067
1068 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
1069 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
1070
1071 !if $(FTPM_ENABLE) == TRUE
1072 SecurityPkg/Tcg/TrEEPei/TrEEPei.inf {
1073 <PcdsPatchableInModule>
1074 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046
1075 <LibraryClasses>
1076 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1077 NULL|SecurityPkg/Library\HashInstanceLibSha1/HashInstanceLibSha1.inf
1078 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
1079 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
1080 }
1081 !endif
1082 !if $(TPM_ENABLED) == TRUE
1083 SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf {
1084 <LibraryClasses>
1085 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
1086 }
1087 !endif
1088 !if $(ACPI50_ENABLE) == TRUE
1089 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf{
1090 <LibraryClasses>
1091 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
1092 }
1093
1094 !endif
1095 !if $(PERFORMANCE_ENABLE) == TRUE
1096 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
1097 !endif
1098 [Components.IA32]
1099 !if $(MINNOW2_FSP_BUILD) == TRUE
1100 IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf {
1101 !if $(TARGET) == DEBUG
1102 <PcdsPatchableInModule>
1103 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046
1104 <LibraryClasses>
1105 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1106 !endif
1107 }
1108
1109 !endif
1110 #
1111 # EDK II Related Platform codes
1112 #
1113 MdeModulePkg/Core/Dxe/DxeMain.inf {
1114 <PcdsPatchableInModule>
1115 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046
1116 <LibraryClasses>
1117 !if $(DXE_CRC32_SECTION_ENABLE) == TRUE
1118 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
1119 !endif
1120 !if $(LZMA_ENABLE) == TRUE
1121 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
1122 !endif
1123 !if $(TARGET) != RELEASE
1124 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1125 !endif
1126 }
1127 IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf {
1128 <PcdsPatchableInModule>
1129 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043
1130 <PcdsFixedAtBuild>
1131 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27
1132 <LibraryClasses>
1133 !if $(TARGET) != RELEASE
1134 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1135 !endif
1136 <BuildOptions>
1137 ICC:*_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
1138 GCC:*_*_*_CC_FLAGS = -D MDEPKG_NDEBUG
1139 }
1140 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
1141 <LibraryClasses>
1142 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
1143 }
1144 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf
1145 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
1146
1147 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
1148 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {
1149 <LibraryClasses>
1150 !if $(TARGET) != RELEASE
1151 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1152 !endif
1153 }
1154
1155 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
1156 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf{
1157 <LibraryClasses>
1158 !if $(SECURE_BOOT_ENABLE) == TRUE
1159 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
1160 !endif
1161 !if $(USER_IDENTIFICATION_ENABLE)
1162 NULL|SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.inf
1163 !endif
1164 !if $(TPM_ENABLED) == TRUE
1165 NULL|SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
1166 !endif
1167 !if $(FTPM_ENABLE) == TRUE
1168 NULL|SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
1169 !endif
1170 }
1171 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/MpCpu.inf
1172 $(PLATFORM_PACKAGE)/Metronome/Metronome.inf
1173
1174 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf{
1175 <LibraryClasses>
1176 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
1177 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
1178 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
1179 PlatformBdsLib|$(PLATFORM_PACKAGE)/Library/PlatformBdsLib/PlatformBdsLib.inf
1180 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1181 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1182 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf
1183 !if $(CAPSULE_ENABLE)
1184 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
1185 !else
1186 FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
1187 !endif
1188 !if $(FTPM_ENABLE) == TRUE
1189 Tpm2DeviceLib|Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCDxe/Tpm2DeviceLibSeC.inf
1190 !else
1191 TrEEPhysicalPresenceLib|$(PLATFORM_PACKAGE)/Library/DxeTrEEPhysicalPresenceLibNull/DxeTrEEPhysicalPresenceLibNull.inf
1192 !endif
1193 }
1194
1195 $(PLATFORM_PACKAGE)/UiApp/UiApp.inf
1196
1197 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
1198 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
1199 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
1200 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
1201 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
1202 <LibraryClasses>
1203 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
1204 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf
1205 }
1206 $(PLATFORM_PACKAGE)/FvbRuntimeDxe/FvbSmm.inf
1207 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
1208 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSpiSmm.inf
1209 !if $(SECURE_BOOT_ENABLE) == TRUE
1210 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf {
1211 <LibraryClasses>
1212 PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
1213 <BuildOptions>
1214 #
1215 # Specify GUID gEfiIfrBootMaintenanceGuid, to install Secure Boot Configuration menu
1216 # into Boot Maintenance Manager menu
1217 #
1218 *_*_*_VFR_FLAGS = -g b2dedc91-d59f-48d2-898a-12490c74a4e0
1219 }
1220 !endif
1221 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf {
1222 <LibraryClasses>
1223 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
1224 }
1225
1226 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
1227 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
1228 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
1229
1230 $(PLATFORM_PACKAGE)/FvbRuntimeDxe/FvbRuntimeDxe.inf
1231
1232 $(PLATFORM_PACKAGE)/PlatformSetupDxe/PlatformSetupDxe.inf
1233
1234 !if $(DATAHUB_ENABLE) == TRUE
1235 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf {
1236 <PcdsFixedAtBuild>
1237 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0
1238 }
1239 !endif
1240 IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf
1241 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
1242 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchS3SupportDxe.inf
1243 !if $(USE_HPET_TIMER) == TRUE
1244 PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
1245 !else
1246 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmartTimer.inf
1247 !endif
1248 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmmControl.inf
1249
1250 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSmbusDxe.inf
1251 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/IntelPchLegacyInterrupt.inf
1252 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchReset.inf
1253 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchInitDxe.inf{
1254 <PcdsPatchableInModule>
1255 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043
1256 }
1257 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSmiDispatcher.inf
1258
1259 !if $(PCIESC_ENABLE) == TRUE
1260 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchPcieSmm.inf
1261 !endif
1262 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSpiRuntime.inf
1263 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchPolicyInitDxe.inf
1264 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchBiosWriteProtect.inf
1265 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmmAccess.inf
1266 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PciHostBridge.inf
1267 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/VlvInitDxe.inf
1268
1269 IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf
1270
1271 PerformancePkg/Dp_App/Dp.inf {
1272 <LibraryClasses>
1273 !if $(PERFORMANCE_ENABLE) == TRUE
1274 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
1275 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
1276 !endif
1277 }
1278
1279 Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInitDxe.inf{
1280 <LibraryClasses>
1281 !if $(TARGET) != RELEASE
1282 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1283 !endif
1284 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1285 }
1286
1287 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/Dptf.inf
1288 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PnpDxe.inf
1289
1290 !if $(SEC_ENABLE) == TRUE
1291 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/HeciDrv.inf {
1292 !if $(SEC_DEBUG_INFO_ENABLE) == TRUE
1293 <BuildOptions>
1294 *_*_X64_CC_FLAGS = /DSEC_DEBUG_INFO=1
1295 !else
1296 <BuildOptions>
1297 *_*_X64_CC_FLAGS = /DSEC_DEBUG_INFO=0
1298 !endif
1299 }
1300
1301 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SeCPolicyInitDxe.inf
1302 !endif
1303
1304 !if $(FTPM_ENABLE) == TRUE
1305 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/Tpm2DeviceSeCDxe.inf
1306 SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
1307 SecurityPkg/Tcg/TrEEDxe/TrEEDxe.inf{
1308 <LibraryClasses>
1309 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
1310 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
1311 PcdLib|MdePkg/Library\DxePcdLib/DxePcdLib.inf
1312 Tpm2DeviceLib|Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCDxe/Tpm2DeviceLibSeC.inf
1313 }
1314 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/FtpmSmm.inf
1315 !endif
1316 !if $(TPM_ENABLED) == TRUE
1317 SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf {
1318 <LibraryClasses>
1319 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
1320 }
1321
1322 SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf {
1323 <LibraryClasses>
1324 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1325 <BuildOptions>
1326 #
1327 # specify GUID gEfiIfrNotInTPVPageGuid, this page will not
1328 # be showed in TPV page.
1329 #
1330 *_*_*_VFR_FLAGS = -g e58809f8-fbc1-48e2-883a-a30fdc4b441e
1331 }
1332
1333 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf {
1334 <LibraryClasses>
1335 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1336 }
1337 SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
1338 !endif
1339 #
1340 # EDK II Related Platform codes
1341 #
1342 $(PLATFORM_PACKAGE)/PlatformSmm/PlatformSmm.inf{
1343 <LibraryClasses>
1344 !if $(TARGET) != RELEASE
1345 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1346 !endif
1347 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1348 }
1349 $(PLATFORM_PACKAGE)/PlatformInfoDxe/PlatformInfoDxe.inf
1350 $(PLATFORM_PACKAGE)/PlatformCpuInfoDxe/PlatformCpuInfoDxe.inf
1351 $(PLATFORM_PACKAGE)/PlatformDxe/PlatformDxe.inf
1352
1353 $(PLATFORM_PACKAGE)/PciPlatform/PciPlatform.inf
1354 $(PLATFORM_PACKAGE)/SaveMemoryConfig/SaveMemoryConfig.inf
1355 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PlatformCpuPolicy.inf
1356 $(PLATFORM_PACKAGE)/PpmPolicy/PpmPolicy.inf
1357 $(PLATFORM_PACKAGE)/SmramSaveInfoHandlerSmm/SmramSaveInfoHandlerSmm.inf
1358 !if $(GOP_DRIVER_ENABLE) == TRUE
1359 $(PLATFORM_PACKAGE)/PlatformGopPolicy/PlatformGopPolicy.inf
1360
1361 !endif
1362
1363
1364 #
1365 # SMM
1366 #
1367 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
1368 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
1369 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf
1370 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
1371 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
1372 UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf
1373 $(PLATFORM_PACKAGE)/SmmSwDispatch2OnSmmSwDispatchThunk/SmmSwDispatch2OnSmmSwDispatchThunk.inf
1374 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PowerManagement2.inf
1375 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/DigitalThermalSensor.inf
1376
1377 #
1378 # ACPI
1379 #
1380 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf {
1381 <PcdsPatchableInModule>
1382 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043
1383 <PcdsFixedAtBuild>
1384 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27
1385 <LibraryClasses>
1386 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1387 }
1388
1389 $(PLATFORM_PACKAGE)/BootScriptSaveDxe/BootScriptSaveDxe.inf
1390 IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/AcpiSupportDxe.inf
1391 Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/PowerManagementAcpiTables.inf
1392
1393 $(PLATFORM_RC_PACKAGE)/AcpiTablesPCAT/AcpiTables.inf
1394
1395 $(PLATFORM_PACKAGE)/AcpiPlatform/AcpiPlatform.inf
1396
1397 #
1398 # PCI
1399 #
1400 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
1401
1402
1403 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/ISPDxe.inf
1404
1405
1406 #
1407 # ISA
1408 #
1409 $(PLATFORM_PACKAGE)/Wpce791/Wpce791.inf
1410 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
1411 IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/IsaIoDxe.inf
1412 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
1413 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
1414 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
1415 #
1416 # SDIO
1417 #
1418 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/MmcHost.inf
1419 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/MmcMediaDevice.inf
1420 !if $(ACPI50_ENABLE) == TRUE
1421 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf {
1422 <LibraryClasses>
1423 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
1424 }
1425 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf {
1426 <LibraryClasses>
1427 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
1428 }
1429 !endif
1430
1431 #
1432 # IDE/SCSI/AHCI
1433 #
1434 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
1435 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
1436 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
1437 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
1438 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
1439 FatPkg/EnhancedFatDxe/Fat.inf
1440 !if $(SATA_ENABLE) == TRUE
1441 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SataController.inf
1442 !endif
1443 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
1444 !if $(SCSI_ENABLE) == TRUE
1445 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
1446 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
1447 !endif
1448 #
1449 # Console
1450 #
1451 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
1452 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
1453 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
1454 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
1455 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
1456 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
1457 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
1458 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
1459
1460 #
1461 # USB
1462 #
1463 !if $(USB_ENABLE) == TRUE
1464 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
1465 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
1466 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
1467 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
1468 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
1469 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
1470 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
1471
1472 !endif
1473
1474 #
1475 # ECP
1476 #
1477 EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf
1478 EdkCompatibilityPkg/Compatibility/LegacyRegion2OnLegacyRegionThunk/LegacyRegion2OnLegacyRegionThunk.inf
1479 EdkCompatibilityPkg/Compatibility/SmmBaseOnSmmBase2Thunk/SmmBaseOnSmmBase2Thunk.inf
1480 EdkCompatibilityPkg/Compatibility/SmmBaseHelper/SmmBaseHelper.inf
1481 EdkCompatibilityPkg/Compatibility/SmmAccess2OnSmmAccessThunk/SmmAccess2OnSmmAccessThunk.inf
1482 EdkCompatibilityPkg/Compatibility/SmmControl2OnSmmControlThunk/SmmControl2OnSmmControlThunk.inf
1483 EdkCompatibilityPkg/Compatibility/FrameworkSmmStatusCodeOnPiSmmStatusCodeThunk/FrameworkSmmStatusCodeOnPiSmmStatusCodeThunk.inf
1484 EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/FvOnFv2Thunk.inf
1485 #
1486 # SMBIOS
1487 #
1488 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
1489 $(PLATFORM_PACKAGE)/SmBiosMiscDxe/SmBiosMiscDxe.inf
1490
1491 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmbiosMemory.inf
1492 #
1493 # CPU/FW Microde
1494 #
1495 Vlv2MiscBinariesPkg/Microcode/MicrocodeUpdates.inf {
1496 <BuildOptions>
1497 *_*_*_GENFW_FLAGS = -a 0x800 -p 0xFF
1498 }
1499
1500
1501 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
1502
1503
1504 !if $(NETWORK_ENABLE) == TRUE
1505 !if $(NETWORK_ISCSI_ENABLE) == TRUE
1506 !if $(NETWORK_IP6_ENABLE) == TRUE
1507 NetworkPkg/IScsiDxe/IScsiDxe.inf
1508 !else
1509 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
1510 !endif
1511 !endif
1512 !if $(NETWORK_VLAN_ENABLE) == TRUE
1513 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
1514 !endif
1515 !if $(CSM_ENABLE) == TRUE
1516 IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/Snp16Dxe.inf
1517 !endif
1518 !endif
1519
1520 !if $(NETWORK_ENABLE) == TRUE
1521 #
1522 # UEFI network modules
1523 #
1524 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
1525 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
1526
1527 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
1528 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
1529 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
1530 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
1531 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
1532 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf {
1533 <PcdsPatchableInModule>
1534 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
1535 }
1536 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
1537 !if $(NETWORK_IP6_ENABLE) == TRUE
1538 NetworkPkg/Ip6Dxe/Ip6Dxe.inf
1539 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
1540 NetworkPkg/IpSecDxe/IpSecDxe.inf
1541 NetworkPkg/TcpDxe/TcpDxe.inf
1542 NetworkPkg/Udp6Dxe/Udp6Dxe.inf
1543 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
1544 !endif
1545 !if $(NETWORK_IP6_ENABLE) == TRUE
1546 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
1547 !else
1548 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
1549 !endif
1550 !endif
1551
1552 Vlv2TbltDevicePkg/Application/FirmwareUpdate/FirmwareUpdate.inf
1553
1554 !if $(CAPSULE_ENABLE) || $(MICOCODE_CAPSULE_ENABLE)
1555 MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
1556 MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
1557 !endif
1558
1559 !if $(CAPSULE_ENABLE)
1560 SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.inf {
1561 <LibraryClasses>
1562 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1563 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1564 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf
1565 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
1566 }
1567 SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareUpdateDxe.inf {
1568 <LibraryClasses>
1569 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1570 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1571 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf
1572 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
1573 }
1574 !endif
1575
1576 !if $(MICOCODE_CAPSULE_ENABLE)
1577 UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf {
1578 <LibraryClasses>
1579 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1580 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1581 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf
1582 }
1583 !endif
1584
1585 [BuildOptions]
1586 #
1587 # Define Build Options both for EDK and EDKII drivers.
1588 #
1589
1590 #
1591 # Define token for different Platform
1592 #
1593 !if $(MINNOW2_FSP_BUILD) == TRUE
1594 DEFINE MINNOW2_FSP_OPTION = /DMINNOW2_FSP_BUILD
1595 !else
1596 DEFINE MINNOW2_FSP_OPTION =
1597 !endif
1598
1599 !if $(ENBDT_PF_BUILD) == TRUE
1600 DEFINE ENBDT_PF_ENABLE = /DENBDT_PF_ENABLE=1
1601 !else
1602 DEFINE ENBDT_PF_ENABLE = /DENBDT_PF_ENABLE=0
1603 !endif
1604
1605
1606 !if $(CLKGEN_CONFIG_EXTRA_ENABLE) == TRUE
1607 DEFINE CLKGEN_CONFIG_EXTRA_BUILD_OPTION = /DCLKGEN_CONFIG_EXTRA=1
1608 !else
1609 DEFINE CLKGEN_CONFIG_EXTRA_BUILD_OPTION =
1610 !endif
1611
1612
1613
1614 !if $(PCIESC_ENABLE) == TRUE
1615 DEFINE PCIESC_SUPPORT_BUILD_OPTION = /DPCIESC_SUPPORT=1
1616 !else
1617 DEFINE PCIESC_SUPPORT_BUILD_OPTION =
1618 !endif
1619 !if $(SATA_ENABLE) == TRUE
1620 DEFINE SATA_SUPPORT_BUILD_OPTION = /DSATA_SUPPORT=1
1621 !else
1622 DEFINE SATA_SUPPORT_BUILD_OPTION =
1623 !endif
1624 !if $(ENBDT_S3_SUPPORT) == TRUE
1625 DEFINE ENBDT_S3_SUPPORT_OPTIONS = /DNOCS_S3_SUPPORT
1626 !else
1627 DEFINE ENBDT_S3_SUPPORT_OPTIONS =
1628 !endif
1629
1630 !if $(X64_CONFIG) == TRUE
1631 DEFINE X64_BUILD_ENABLE = /DX64_BUILD_ENABLE=1
1632 !else
1633 DEFINE X64_BUILD_ENABLE =
1634 !endif
1635
1636 !if $(FTPM_ENABLE) == TRUE
1637 DEFINE DSC_FTPM_BUILD_OPTIONS = /DFTPM_ENABLE
1638 !else
1639 DEFINE DSC_FTPM_BUILD_OPTIONS =
1640 !endif
1641 !if $(TPM_ENABLED) == TRUE
1642 DEFINE DSC_TPM_BUILD_OPTIONS = /DTPM_ENABLED
1643 !else
1644 DEFINE DSC_TPM_BUILD_OPTIONS =
1645 !endif
1646
1647
1648 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)
1649 !if $(PERFORMANCE_ENABLE) == TRUE
1650 DEFINE PDB_BUILD_OPTION = /Zi
1651 !endif
1652
1653 !if $(SOURCE_DEBUG_ENABLE) == TRUE
1654 MSFT:*_*_X64_GENFW_FLAGS = --keepexceptiontable
1655 GCC:*_*_X64_GENFW_FLAGS = --keepexceptiontable
1656 INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable
1657 !if $(TARGET) == DEBUG
1658 DEFINE SOURCE_LEVEL_DEBUG_BUILD_OPTIONS = /Od /Oy-
1659 !endif
1660 !else
1661 DEFINE SOURCE_LEVEL_DEBUG_BUILD_OPTIONS =
1662
1663 !endif
1664
1665 [BuildOptions.Common.EDK]
1666
1667 #
1668 # Define token for different Platform
1669 #
1670 !if $(ENBDT_PF_BUILD) == TRUE
1671 DEFINE ENBDT_PF_ENABLE = /DENBDT_PF_ENABLE=1
1672 !else
1673 DEFINE ENBDT_PF_ENABLE = /DENBDT_PF_ENABLE=0
1674 !endif
1675
1676 !if $(PERFORMANCE_ENABLE) == TRUE
1677 RELEASE_*_*_DLINK_FLAGS = /DEBUG
1678 !endif
1679
1680 !if $(S3_ENABLE) == TRUE
1681 DEFINE DSC_S3_BUILD_OPTIONS = /DEFI_S3_RESUME
1682 !else
1683 DEFINE DSC_S3_BUILD_OPTIONS =
1684 !endif
1685
1686 !if $(ENBDT_S3_SUPPORT) == TRUE
1687 DEFINE ENBDT_S3_SUPPORT_OPTIONS = /DNOCS_S3_SUPPORT
1688 !else
1689 DEFINE ENBDT_S3_SUPPORT_OPTIONS =
1690 !endif
1691
1692 !if $(X64_CONFIG) == TRUE
1693 DEFINE X64_BUILD_ENABLE = /DX64_BUILD_ENABLE=1
1694 !else
1695 DEFINE X64_BUILD_ENABLE =
1696 !endif
1697
1698
1699 DEFINE EDK_GLUE_LIB_DEBUG =
1700 DEFINE DEBUG_BUILD_OPTIONS = /D EFI_DEBUG /D DEBUG_MODE=1 /GL- $(EDK_GLUE_LIB_DEBUG) /DEDKII_GLUE_DebugPrintErrorLevel=(EFI_D_ERROR)
1701 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)
1702
1703 DEFINE EDK_DSC_OTHER_BUILD_OPTIONS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS) $(SV_BUILD_OPTIONS) $(INTEL_FASTBOOT_BUILD_OPTION)
1704 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)
1705
1706 *_*_IA32_ASM_FLAGS = /DEFI32 /D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h /DNOCS_S3_SUPPORT
1707 DEBUG_*_IA32_CC_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1708 RELEASE_*_IA32_CC_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1709 DEBUG_*_IA32_VFRPP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1710 RELEASE_*_IA32_VFRPP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1711 DEBUG_*_IA32_APP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1712 RELEASE_*_IA32_APP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1713 DEBUG_*_IA32_PP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1714 RELEASE_*_IA32_PP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1715 *_*_IA32_ASLPP_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE)
1716 *_*_IA32_ASLCC_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE)
1717 *_*_IA32_ASM16_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h
1718
1719 *_*_X64_ASM_FLAGS = /DEFIX64 /D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h /DNOCS_S3_SUPPORT
1720 DEBUG_*_X64_CC_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1721 RELEASE_*_X64_CC_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1722 DEBUG_*_X64_VFRPP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1723 RELEASE_*_X64_VFRPP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1724 DEBUG_*_X64_APP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1725 RELEASE_*_X64_APP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1726 DEBUG_*_X64_PP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1727 RELEASE_*_X64_PP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1728 *_*_X64_ASLPP_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE)
1729 *_*_X64_ASLCC_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE)
1730 *_*_X64_ASM16_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h
1731 # *_*_*_BUILD_FLAGS = -s
1732 *_*_*_VFR_FLAGS = -c
1733 *_*_*_BUILD_FLAGS = -c
1734
1735 [BuildOptions.Common.EDKII]
1736 *_*_IA32_ASM_FLAGS = $(VP_BUILD_OPTIONS) /D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h /DNOCS_S3_SUPPORT
1737
1738 *_*_IA32_CC_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1739 *_*_IA32_VFRPP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1740 *_*_IA32_APP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1741 *_*_IA32_PP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1742 *_*_IA32_ASLPP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1743
1744 *_*_X64_CC_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS) $(SOURCE_LEVEL_DEBUG_BUILD_OPTIONS)
1745 *_*_X64_VFRPP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1746 *_*_X64_APP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1747 *_*_X64_PP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1748 *_*_X64_ASLPP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1749
1750
1751 [Components.IA32]
1752 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SysFwUpdateCapsuleDxe.inf
1753
1754 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/I2cBus.inf {
1755 <PcdsPatchableInModule>
1756 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043
1757 }
1758
1759 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/I2cHost.inf {
1760 <PcdsPatchableInModule>
1761 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043
1762 }
1763 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/I2cPortA0Pio.inf {
1764 <PcdsPatchableInModule>
1765 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x00000043
1766 }
1767
1768 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/I2cMmioDeviceDxe.inf {
1769 <PcdsPatchableInModule>
1770 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x00000043
1771 }
1772