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