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