]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/PlatformPkgIA32.dsc
CryptoPkg PeiCryptLib: Enable SHA384/512 support
[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 [PcdsFixedAtBuild.IA32.PEIM, PcdsFixedAtBuild.IA32.PEI_CORE, PcdsFixedAtBuild.IA32.SEC]
705 !if $(TARGET) == RELEASE
706 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0
707 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x3
708 !else
709 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2E
710 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
711 !endif
712
713 !if $(RECOVERY_ENABLE)
714 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName|L"VLV2REC.Cap"
715 !endif
716
717 [PcdsPatchableInModule.common]
718 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x803805c6
719 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0x$(PLATFORM_PCIEXPRESS_BASE)
720 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLegacyBiosCacheLegacyRegion|FALSE
721
722 ## This PCD specifies whether to use the optimized timing for best PS2 detection performance.
723 # Note this PCD could be set to TRUE for best boot performance and set to FALSE for best device compatibility.
724 gEfiMdeModulePkgTokenSpaceGuid.PcdFastPS2Detection|TRUE
725
726 #######################################################################################################
727 #
728 # Begin of MRC parameters
729 #
730
731 ## Memory Parameter Patchable.
732 # FALSE - MRC Parameters are fixed for MinnowBoard Max<BR>
733 # TRUE - MRC Parameters are patchable by following PCDs<BR>
734 # @Prompt Memory Parameter Patchable.
735 # @ValidList 0x80000001 | 0, 1
736 gVlvRefCodePkgTokenSpaceGuid.PcdMemoryParameterPatchable|FALSE
737
738 ## Memory Down or DIMM slot.
739 # 0 - DIMM<BR>
740 # 1 - Memory Down<BR>
741 # @Prompt Enable Memory Down
742 # @ValidList 0x80000001 | 0, 1
743 gVlvRefCodePkgTokenSpaceGuid.PcdEnableMemoryDown|1
744
745 ## The speed of DRAM.
746 # 0 - 800 MHz<BR>
747 # 1 - 1066 MHz<BR>
748 # 2 - 1333 MHz<BR>
749 # 3 - 1600 MHz<BR>
750 # @Prompt DRAM Speed
751 # @ValidList 0x80000001 | 0, 1, 2, 3
752 gVlvRefCodePkgTokenSpaceGuid.PcdDramSpeed|1
753
754 ## DRAM Type.
755 # 0 - DDR3<BR>
756 # 1 - DDR3L<BR>
757 # 2 - DDR3U<BR>
758 # 3 - DDR3All<BR>
759 # 4 - LPDDR2<BR>
760 # 5 - LPDDR3<BR>
761 # 6 - DDR4<BR>
762 # @Prompt DRAM Type
763 # @ValidList 0x80000001 | 0, 1, 2, 3, 4, 5, 6
764 gVlvRefCodePkgTokenSpaceGuid.PcdDramType|1
765
766 ## Please populate DIMM slot 0 if only one DIMM is supported.
767 # 0 - Disable<BR>
768 # 1 - Enable<BR>
769 # @Prompt DIMM 0 Enable
770 # @ValidList 0x80000001 | 0, 1
771 gVlvRefCodePkgTokenSpaceGuid.PcdEnableDimm0|1
772
773 ## DIMM 1 has to be identical to DIMM 0.
774 # 0 - Disable<BR>
775 # 1 - Enable<BR>
776 # @Prompt DIMM 1 Enable Type
777 # @ValidList 0x80000001 | 0, 1
778 gVlvRefCodePkgTokenSpaceGuid.PcdEnableDimm1|0
779
780 ## DRAM device data width.
781 # 0 - x8<BR>
782 # 1 - x16<BR>
783 # 2 - x32<BR>
784 # @Prompt DIMM_DWIDTH
785 # @ValidList 0x80000001 | 0, 1, 2
786 gVlvRefCodePkgTokenSpaceGuid.PcdDimmDataWidth|1
787
788 ## DRAM device data density.
789 # 0 - 1 Gbit<BR>
790 # 1 - 2 Gbit<BR>
791 # 2 - 4 Gbit<BR>
792 # 3 - 8 Gbit<BR>
793 # @Prompt DIMM_Density
794 # @ValidList 0x80000001 | 0, 1, 2, 3
795 gVlvRefCodePkgTokenSpaceGuid.PcdDimmDensity|2
796
797 ## DRAM device data bus width.
798 # 0 - 8 bits<BR>
799 # 1 - 16 bits<BR>
800 # 2 - 32 bits<BR>
801 # 3 - 64 bits<BR>
802 # @Prompt DIMM_BusWidth
803 # @ValidList 0x80000001 | 0, 1, 2, 3
804 gVlvRefCodePkgTokenSpaceGuid.PcdDimmBusWidth|3
805
806 ## Ranks Per DIMM or Sides Per DIMM.
807 # 0 - 1 Rank<BR>
808 # 1 - 2 Ranks<BR>
809 # @Prompt DIMM_Sides
810 # @ValidList 0x80000001 | 0, 1
811 gVlvRefCodePkgTokenSpaceGuid.PcdRankPerDimm|0
812
813 ## tCL.<BR><BR>
814 # @Prompt tCL
815 gVlvRefCodePkgTokenSpaceGuid.PcdTcl|11
816
817 ## tRP and tRCD in DRAM clk - 5:12.5ns, 6:15ns, etc.
818 # @Prompt tRP_tRCD
819 gVlvRefCodePkgTokenSpaceGuid.PcdTrpTrcd|11
820
821 ## tWR in DRAM clk.
822 # @Prompt tWR
823 gVlvRefCodePkgTokenSpaceGuid.PcdTwr|12
824
825 ## tWTR in DRAM clk.
826 # @Prompt tWTR
827 gVlvRefCodePkgTokenSpaceGuid.PcdTwtr|6
828
829 ## tRRD in DRAM clk.
830 # @Prompt tRRD
831 gVlvRefCodePkgTokenSpaceGuid.PcdTrrd|6
832
833 ## tRTP in DRAM clk.
834 # @Prompt tRTP
835 gVlvRefCodePkgTokenSpaceGuid.PcdTrtp|6
836
837 ## tFAW in DRAM clk.
838 # @Prompt tFAW
839 gVlvRefCodePkgTokenSpaceGuid.PcdTfaw|32
840
841 #
842 # End of MRC parameters.
843 #
844 ###############################################################################################
845
846 [PcdsDynamicHii.common.DEFAULT]
847 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|5 # Variable: L"Timeout"
848 gEfiMdePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1 # Variable: L"HwErrRecSupport"
849 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState|L"BootState"|gEfiBootStateGuid|0x0|TRUE
850
851 [PcdsDynamicDefault.common.DEFAULT]
852 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr|0x0
853 !if $(TPM_ENABLED) == TRUE
854 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0x7b, 0x3a, 0xcd, 0x72, 0xA5, 0xFE, 0x5e, 0x4f, 0x91, 0x65, 0x4d, 0xd1, 0x21, 0x87, 0xbb, 0x13}
855 !endif
856
857 ## This PCD defines the video horizontal resolution.
858 # This PCD could be set to 0 then video resolution could be at highest resolution.
859 #gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|0
860 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
861 ## This PCD defines the video vertical resolution.
862 # This PCD could be set to 0 then video resolution could be at highest resolution.
863 #gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|0
864 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
865
866 ## This PCD defines the Console output column and the default value is 25 according to UEFI spec.
867 # This PCD could be set to 0 then console output could be at max column and max row.
868 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|31
869 ## This PCD defines the Console output row and the default value is 80 according to UEFI spec.
870 # This PCD could be set to 0 then console output could be at max column and max row.
871 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|100
872
873 ## The PCD is used to specify the video horizontal resolution of text setup.
874 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|800
875 ## The PCD is used to specify the video vertical resolution of text setup.
876 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|600
877 ## The PCD is used to specify the console output column of text setup.
878 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn|100
879 ## The PCD is used to specify the console output column of text setup.
880 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow|31
881
882 !if $(TPM_ENABLED) == TRUE
883 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|1
884 gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy|1
885 !endif
886
887 [PcdsDynamicExDefault.common.DEFAULT]
888 gEfiVLVTokenSpaceGuid.PcdTCSmbaIoBaseAddress|0x1040
889 gEfiVLVTokenSpaceGuid.PcdEmmcManufacturerId|0
890 gEfiVLVTokenSpaceGuid.PcdProductSerialNumber|0
891 gEfiVLVTokenSpaceGuid.PcdMeasuredBootEnable|TRUE
892 gEfiVLVTokenSpaceGuid.PcdFTPMErrorOccur|FALSE
893 gEfiVLVTokenSpaceGuid.PcdFTPMErrorSkip|FALSE
894 gEfiVLVTokenSpaceGuid.PcdFTPMCommand|0
895 gEfiVLVTokenSpaceGuid.PcdFTPMResponse|0
896 gEfiVLVTokenSpaceGuid.PcdFTPMNotRespond|FALSE
897 gEfiVLVTokenSpaceGuid.PcdFTPMStatus|0
898 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateSmmDataPtr|0
899 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr|0
900 gEfiCpuTokenSpaceGuid.PcdCpuS3DataAddress|0
901 gEfiCpuTokenSpaceGuid.PcdCpuHotPlugDataAddress|0
902 gEfiCpuTokenSpaceGuid.PcdCpuCallbackSignal|0
903 gEfiCpuTokenSpaceGuid.PcdCpuConfigContextBuffer|0
904 gEfiVLVTokenSpaceGuid.PcdCpuLockBoxDataAddress|0
905 gEfiVLVTokenSpaceGuid.PcdCpuSmramCpuDataAddress|0
906 gEfiVLVTokenSpaceGuid.PcdCpuLockBoxSize|0
907
908 !if $(CAPSULE_ENABLE) || $(RECOVERY_ENABLE)
909 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor|{0x0}|VOID*|0x100
910 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid|{0x7b, 0x26, 0x96, 0x40, 0x0a, 0xda, 0xeb, 0x42, 0xb5, 0xeb, 0xfe, 0xf3, 0x1d, 0x20, 0x7c, 0xb4}
911 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareFileGuid|{0xb2, 0x9e, 0x9c, 0xaf, 0xad, 0x12, 0x3e, 0x4d, 0xa4, 0xd4, 0x96, 0xf6, 0xc9, 0x96, 0x62, 0x15}
912 !endif
913
914 [Components.IA32]
915
916 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/SecCore.inf
917
918 !if $(MINNOW2_FSP_BUILD) == TRUE
919 IntelFspWrapperPkg/FspWrapperSecCore/FspWrapperSecCore.inf {
920 !if $(TARGET) == DEBUG
921
922 <LibraryClasses>
923 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
924 !endif
925 }
926 Vlv2TbltDevicePkg/FspSupport/BootModePei/BootModePei.inf
927 IntelFspWrapperPkg/FspInitPei/FspInitPei.inf {
928 !if $(TARGET) == DEBUG
929 <LibraryClasses>
930 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
931 !endif
932 }
933 !endif
934
935 !if $(CAPSULE_ENABLE) || $(RECOVERY_ENABLE)
936 # FMP image decriptor
937 Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareDescriptor/SystemFirmwareDescriptor.inf {
938 <LibraryClasses>
939 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
940 }
941 !endif
942
943 MdeModulePkg/Core/Pei/PeiMain.inf {
944 !if $(TARGET) == DEBUG
945 <PcdsFixedAtBuild>
946 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2E
947 !endif
948 <PcdsPatchableInModule>
949 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046
950 }
951
952 $(PLATFORM_PACKAGE)/MonoStatusCode/MonoStatusCode.inf {
953 !if $(TARGET) == DEBUG
954 <PcdsFixedAtBuild>
955 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2E
956 !endif
957 }
958 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/MemoryInit.inf {
959 <PcdsPatchableInModule>
960 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046
961 <BuildOptions>
962 !if $(FTPM_ENABLE)==TRUE
963 *_*_IA32_CC_FLAGS = /D FTPM_ENABLE
964 !endif
965 }
966
967 !if $(RC_BINARY_RELEASE) == TRUE
968 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/SeCUma.inf
969 !endif
970
971 !if $(FTPM_ENABLE) == TRUE
972 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/fTPMInitPeim.inf
973 !endif
974
975 !if $(RC_BINARY_RELEASE) == TRUE
976 $(PLATFORM_PACKAGE)/PlatformPei/PlatformPei.inf {
977 <BuildOptions>
978 *_*_IA32_CC_FLAGS = /DRC_BINARY_RELEASE
979 !if $(TARGET) == DEBUG
980 <PcdsFixedAtBuild>
981 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2E
982 !endif
983 }
984 !endif
985
986 !if $(SOURCE_DEBUG_ENABLE) == TRUE
987 SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.inf{
988 <LibraryClasses>
989 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
990 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
991 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
992 SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
993 }
994 !endif
995
996 !if $(FTPM_ENABLE) == TRUE
997 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/Tpm2DeviceSeCPei.inf
998 !endif
999
1000 !if $(TPM_ENABLED) == TRUE
1001 SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf
1002 SecurityPkg/Tcg/TcgPei/TcgPei.inf {
1003 <LibraryClasses>
1004 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
1005 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
1006 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
1007 }
1008 !endif
1009
1010 $(PLATFORM_PACKAGE)/PlatformInitPei/PlatformInitPei.inf {
1011 <PcdsPatchableInModule>
1012 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x803805c6
1013 <LibraryClasses>
1014 !if $(TARGET) != RELEASE
1015 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1016 !endif
1017 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
1018 }
1019 $(PLATFORM_PACKAGE)/FvInfoPei/FvInfoPei.inf
1020
1021 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/VlvInitPeim.inf
1022 !if $(PCIESC_ENABLE) == TRUE
1023 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchEarlyInitPeim.inf {
1024 <PcdsPatchableInModule>
1025 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046
1026 }
1027 !endif
1028 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchInitPeim.inf
1029
1030
1031 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchSmbusArpDisabled.inf
1032 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchSpiPeim.inf
1033 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PeiSmmAccess.inf
1034 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PeiSmmControl.inf
1035 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
1036 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/CpuPeim.inf
1037 UefiCpuPkg/CpuIoPei/CpuIoPei.inf
1038 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf
1039 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/MpS3.inf
1040 EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/AcpiVariableHobOnSmramReserveHobThunk.inf
1041 # $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PiSmmCommunicationPei.inf
1042
1043 !if $(RECOVERY_ENABLE)
1044 #
1045 # Recovery
1046 #
1047 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/IA32/PchUsb.inf
1048 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
1049 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
1050 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
1051 FatPkg/FatPei/FatPei.inf
1052 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
1053 SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.inf {
1054 <LibraryClasses>
1055 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf
1056 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
1057 }
1058 !endif
1059
1060 !if $(CAPSULE_ENABLE) == TRUE
1061 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
1062 !endif
1063 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
1064 <LibraryClasses>
1065 !if $(LZMA_ENABLE) == TRUE
1066 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
1067 !endif
1068 }
1069
1070 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
1071 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
1072
1073 !if $(FTPM_ENABLE) == TRUE
1074 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {
1075 <PcdsPatchableInModule>
1076 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046
1077 <LibraryClasses>
1078 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1079 NULL|SecurityPkg/Library\HashInstanceLibSha1/HashInstanceLibSha1.inf
1080 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
1081 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
1082 }
1083 !endif
1084 !if $(TPM_ENABLED) == TRUE
1085 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf {
1086 <LibraryClasses>
1087 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
1088 }
1089 !endif
1090 !if $(ACPI50_ENABLE) == TRUE
1091 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf{
1092 <LibraryClasses>
1093 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
1094 }
1095
1096 !endif
1097 !if $(PERFORMANCE_ENABLE) == TRUE
1098 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
1099 !endif
1100 [Components.IA32]
1101 !if $(MINNOW2_FSP_BUILD) == TRUE
1102 IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf {
1103 !if $(TARGET) == DEBUG
1104 <PcdsPatchableInModule>
1105 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046
1106 <LibraryClasses>
1107 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1108 !endif
1109 }
1110
1111 !endif
1112 #
1113 # EDK II Related Platform codes
1114 #
1115 MdeModulePkg/Core/Dxe/DxeMain.inf {
1116 <PcdsPatchableInModule>
1117 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046
1118 <LibraryClasses>
1119 !if $(DXE_CRC32_SECTION_ENABLE) == TRUE
1120 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
1121 !endif
1122 !if $(LZMA_ENABLE) == TRUE
1123 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
1124 !endif
1125 !if $(TARGET) != RELEASE
1126 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1127 !endif
1128 }
1129 IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf {
1130 <PcdsPatchableInModule>
1131 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043
1132 <PcdsFixedAtBuild>
1133 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27
1134 <LibraryClasses>
1135 !if $(TARGET) != RELEASE
1136 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1137 !endif
1138 <BuildOptions>
1139 ICC:*_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
1140 GCC:*_*_*_CC_FLAGS = -D MDEPKG_NDEBUG
1141 }
1142 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
1143 <LibraryClasses>
1144 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
1145 }
1146 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf
1147 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
1148
1149 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
1150 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {
1151 <LibraryClasses>
1152 !if $(TARGET) != RELEASE
1153 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1154 !endif
1155 }
1156
1157 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
1158 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf{
1159 <LibraryClasses>
1160 !if $(SECURE_BOOT_ENABLE) == TRUE
1161 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
1162 !endif
1163 !if $(USER_IDENTIFICATION_ENABLE)
1164 NULL|SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.inf
1165 !endif
1166 !if $(TPM_ENABLED) == TRUE
1167 NULL|SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
1168 !endif
1169 !if $(FTPM_ENABLE) == TRUE
1170 NULL|SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
1171 !endif
1172 }
1173 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/MpCpu.inf
1174 $(PLATFORM_PACKAGE)/Metronome/Metronome.inf
1175
1176 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf{
1177 <LibraryClasses>
1178 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
1179 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
1180 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
1181 PlatformBdsLib|$(PLATFORM_PACKAGE)/Library/PlatformBdsLib/PlatformBdsLib.inf
1182 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1183 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1184 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf
1185 !if $(CAPSULE_ENABLE)
1186 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
1187 !else
1188 FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
1189 !endif
1190 !if $(FTPM_ENABLE) == TRUE
1191 Tpm2DeviceLib|Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCDxe/Tpm2DeviceLibSeC.inf
1192 !else
1193 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
1194 !endif
1195 }
1196
1197 $(PLATFORM_PACKAGE)/UiApp/UiApp.inf
1198
1199 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
1200 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
1201 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
1202 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
1203 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
1204 <LibraryClasses>
1205 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
1206 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf
1207 }
1208 $(PLATFORM_PACKAGE)/FvbRuntimeDxe/FvbSmm.inf
1209 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
1210 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSpiSmm.inf
1211 !if $(SECURE_BOOT_ENABLE) == TRUE
1212 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf {
1213 <LibraryClasses>
1214 PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
1215 <BuildOptions>
1216 #
1217 # Specify GUID gEfiIfrBootMaintenanceGuid, to install Secure Boot Configuration menu
1218 # into Boot Maintenance Manager menu
1219 #
1220 *_*_*_VFR_FLAGS = -g b2dedc91-d59f-48d2-898a-12490c74a4e0
1221 }
1222 !endif
1223 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf {
1224 <LibraryClasses>
1225 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
1226 }
1227
1228 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
1229 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
1230 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
1231
1232 $(PLATFORM_PACKAGE)/FvbRuntimeDxe/FvbRuntimeDxe.inf
1233
1234 $(PLATFORM_PACKAGE)/PlatformSetupDxe/PlatformSetupDxe.inf
1235
1236 !if $(DATAHUB_ENABLE) == TRUE
1237 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf {
1238 <PcdsFixedAtBuild>
1239 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0
1240 }
1241 !endif
1242 IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf
1243 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
1244 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchS3SupportDxe.inf
1245 !if $(USE_HPET_TIMER) == TRUE
1246 PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
1247 !else
1248 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmartTimer.inf
1249 !endif
1250 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmmControl.inf
1251
1252 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSmbusDxe.inf
1253 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/IntelPchLegacyInterrupt.inf
1254 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchReset.inf
1255 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchInitDxe.inf{
1256 <PcdsPatchableInModule>
1257 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043
1258 }
1259 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSmiDispatcher.inf
1260
1261 !if $(PCIESC_ENABLE) == TRUE
1262 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchPcieSmm.inf
1263 !endif
1264 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSpiRuntime.inf
1265 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchPolicyInitDxe.inf
1266 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchBiosWriteProtect.inf
1267 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmmAccess.inf
1268 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PciHostBridge.inf
1269 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/VlvInitDxe.inf
1270
1271 IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf
1272
1273 #
1274 # Performance Application; Set PERFORMANCE_ENABLE=TRUE for normal boot performance and smm performance data
1275 #
1276 !if $(PERFORMANCE_ENABLE) == TRUE
1277 ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf {
1278 <PcdsFixedAtBuild>
1279 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
1280 <LibraryClasses>
1281 PerformanceLib|MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
1282 }
1283 !endif
1284
1285 Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInitDxe.inf{
1286 <LibraryClasses>
1287 !if $(TARGET) != RELEASE
1288 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1289 !endif
1290 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1291 }
1292
1293 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/Dptf.inf
1294 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PnpDxe.inf
1295
1296 !if $(SEC_ENABLE) == TRUE
1297 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/HeciDrv.inf {
1298 !if $(SEC_DEBUG_INFO_ENABLE) == TRUE
1299 <BuildOptions>
1300 *_*_X64_CC_FLAGS = /DSEC_DEBUG_INFO=1
1301 !else
1302 <BuildOptions>
1303 *_*_X64_CC_FLAGS = /DSEC_DEBUG_INFO=0
1304 !endif
1305 }
1306
1307 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SeCPolicyInitDxe.inf
1308 !endif
1309
1310 !if $(FTPM_ENABLE) == TRUE
1311 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/Tpm2DeviceSeCDxe.inf
1312 SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
1313 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf{
1314 <LibraryClasses>
1315 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
1316 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
1317 PcdLib|MdePkg/Library\DxePcdLib/DxePcdLib.inf
1318 Tpm2DeviceLib|Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCDxe/Tpm2DeviceLibSeC.inf
1319 }
1320 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/FtpmSmm.inf
1321 !endif
1322 !if $(TPM_ENABLED) == TRUE
1323 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf {
1324 <LibraryClasses>
1325 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
1326 }
1327
1328 SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf {
1329 <LibraryClasses>
1330 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1331 <BuildOptions>
1332 #
1333 # specify GUID gEfiIfrNotInTPVPageGuid, this page will not
1334 # be showed in TPV page.
1335 #
1336 *_*_*_VFR_FLAGS = -g e58809f8-fbc1-48e2-883a-a30fdc4b441e
1337 }
1338
1339 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf {
1340 <LibraryClasses>
1341 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1342 }
1343 SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
1344 !endif
1345 #
1346 # EDK II Related Platform codes
1347 #
1348 $(PLATFORM_PACKAGE)/PlatformSmm/PlatformSmm.inf{
1349 <LibraryClasses>
1350 !if $(TARGET) != RELEASE
1351 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1352 !endif
1353 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1354 }
1355 $(PLATFORM_PACKAGE)/PlatformInfoDxe/PlatformInfoDxe.inf
1356 $(PLATFORM_PACKAGE)/PlatformCpuInfoDxe/PlatformCpuInfoDxe.inf
1357 $(PLATFORM_PACKAGE)/PlatformDxe/PlatformDxe.inf
1358
1359 $(PLATFORM_PACKAGE)/PciPlatform/PciPlatform.inf
1360 $(PLATFORM_PACKAGE)/SaveMemoryConfig/SaveMemoryConfig.inf
1361 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PlatformCpuPolicy.inf
1362 $(PLATFORM_PACKAGE)/PpmPolicy/PpmPolicy.inf
1363 $(PLATFORM_PACKAGE)/SmramSaveInfoHandlerSmm/SmramSaveInfoHandlerSmm.inf
1364 !if $(GOP_DRIVER_ENABLE) == TRUE
1365 $(PLATFORM_PACKAGE)/PlatformGopPolicy/PlatformGopPolicy.inf
1366
1367 !endif
1368
1369
1370 #
1371 # SMM
1372 #
1373 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
1374 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
1375 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf
1376 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
1377 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
1378 UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf
1379 $(PLATFORM_PACKAGE)/SmmSwDispatch2OnSmmSwDispatchThunk/SmmSwDispatch2OnSmmSwDispatchThunk.inf
1380 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PowerManagement2.inf
1381 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/DigitalThermalSensor.inf
1382
1383 #
1384 # ACPI
1385 #
1386 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf {
1387 <PcdsPatchableInModule>
1388 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043
1389 <PcdsFixedAtBuild>
1390 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27
1391 <LibraryClasses>
1392 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1393 }
1394
1395 $(PLATFORM_PACKAGE)/BootScriptSaveDxe/BootScriptSaveDxe.inf
1396 IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/AcpiSupportDxe.inf
1397 Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/PowerManagementAcpiTables.inf
1398
1399 $(PLATFORM_RC_PACKAGE)/AcpiTablesPCAT/AcpiTables.inf
1400
1401 $(PLATFORM_PACKAGE)/AcpiPlatform/AcpiPlatform.inf
1402
1403 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
1404
1405 #
1406 # PCI
1407 #
1408 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
1409
1410
1411 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/ISPDxe.inf
1412
1413
1414 #
1415 # ISA
1416 #
1417 $(PLATFORM_PACKAGE)/Wpce791/Wpce791.inf
1418 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
1419 IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/IsaIoDxe.inf
1420 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
1421 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
1422 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
1423 #
1424 # SDIO
1425 #
1426 # $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/MmcHost.inf
1427 # $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/MmcMediaDevice.inf
1428 !if $(ACPI50_ENABLE) == TRUE
1429 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf {
1430 <LibraryClasses>
1431 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
1432 }
1433 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf {
1434 <LibraryClasses>
1435 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
1436 }
1437 !endif
1438
1439 #
1440 # IDE/SCSI/AHCI
1441 #
1442 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
1443 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
1444 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
1445 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
1446 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
1447 FatPkg/EnhancedFatDxe/Fat.inf
1448 !if $(SATA_ENABLE) == TRUE
1449 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SataController.inf
1450 !endif
1451 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
1452 !if $(SCSI_ENABLE) == TRUE
1453 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
1454 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
1455 !endif
1456 #
1457 # Console
1458 #
1459 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
1460 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
1461 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
1462 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
1463 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
1464 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
1465 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
1466 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
1467
1468 #
1469 # USB
1470 #
1471 !if $(USB_ENABLE) == TRUE
1472 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
1473 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
1474 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
1475 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
1476 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
1477 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
1478 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
1479
1480 !endif
1481
1482 #
1483 # ECP
1484 #
1485 EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf
1486 EdkCompatibilityPkg/Compatibility/LegacyRegion2OnLegacyRegionThunk/LegacyRegion2OnLegacyRegionThunk.inf
1487 EdkCompatibilityPkg/Compatibility/SmmBaseOnSmmBase2Thunk/SmmBaseOnSmmBase2Thunk.inf
1488 EdkCompatibilityPkg/Compatibility/SmmBaseHelper/SmmBaseHelper.inf
1489 EdkCompatibilityPkg/Compatibility/SmmAccess2OnSmmAccessThunk/SmmAccess2OnSmmAccessThunk.inf
1490 EdkCompatibilityPkg/Compatibility/SmmControl2OnSmmControlThunk/SmmControl2OnSmmControlThunk.inf
1491 EdkCompatibilityPkg/Compatibility/FrameworkSmmStatusCodeOnPiSmmStatusCodeThunk/FrameworkSmmStatusCodeOnPiSmmStatusCodeThunk.inf
1492 EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/FvOnFv2Thunk.inf
1493 #
1494 # SMBIOS
1495 #
1496 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
1497 $(PLATFORM_PACKAGE)/SmBiosMiscDxe/SmBiosMiscDxe.inf
1498
1499 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmbiosMemory.inf
1500 #
1501 # CPU/FW Microde
1502 #
1503 Vlv2MiscBinariesPkg/Microcode/MicrocodeUpdates.inf {
1504 <BuildOptions>
1505 *_*_*_GENFW_FLAGS = -a 0x800 -p 0xFF
1506 }
1507
1508
1509 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
1510
1511
1512 !if $(NETWORK_ENABLE) == TRUE
1513 !if $(NETWORK_ISCSI_ENABLE) == TRUE
1514 !if $(NETWORK_IP6_ENABLE) == TRUE
1515 NetworkPkg/IScsiDxe/IScsiDxe.inf
1516 !else
1517 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
1518 !endif
1519 !endif
1520 !if $(NETWORK_VLAN_ENABLE) == TRUE
1521 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
1522 !endif
1523 !if $(CSM_ENABLE) == TRUE
1524 IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/Snp16Dxe.inf
1525 !endif
1526 !endif
1527
1528 !if $(NETWORK_ENABLE) == TRUE
1529 #
1530 # UEFI network modules
1531 #
1532 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
1533 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
1534
1535 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
1536 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
1537 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
1538 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
1539 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
1540 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf {
1541 <PcdsPatchableInModule>
1542 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
1543 }
1544 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
1545 !if $(NETWORK_IP6_ENABLE) == TRUE
1546 NetworkPkg/Ip6Dxe/Ip6Dxe.inf
1547 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
1548 NetworkPkg/IpSecDxe/IpSecDxe.inf
1549 NetworkPkg/TcpDxe/TcpDxe.inf
1550 NetworkPkg/Udp6Dxe/Udp6Dxe.inf
1551 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
1552 !endif
1553 !if $(NETWORK_IP6_ENABLE) == TRUE
1554 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
1555 !else
1556 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
1557 !endif
1558 !endif
1559
1560 Vlv2TbltDevicePkg/Application/FirmwareUpdate/FirmwareUpdate.inf
1561
1562 !if $(CAPSULE_ENABLE) || $(MICOCODE_CAPSULE_ENABLE)
1563 MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDxe.inf
1564 MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
1565 !endif
1566
1567 !if $(CAPSULE_ENABLE)
1568 SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.inf {
1569 <LibraryClasses>
1570 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1571 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1572 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf
1573 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
1574 }
1575 SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareUpdateDxe.inf {
1576 <LibraryClasses>
1577 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1578 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1579 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf
1580 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
1581 }
1582 !endif
1583
1584 !if $(MICOCODE_CAPSULE_ENABLE)
1585 UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf {
1586 <LibraryClasses>
1587 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1588 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1589 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf
1590 }
1591 !endif
1592
1593 [BuildOptions]
1594 #
1595 # Define Build Options both for EDK and EDKII drivers.
1596 #
1597
1598 #
1599 # Define token for different Platform
1600 #
1601 !if $(MINNOW2_FSP_BUILD) == TRUE
1602 DEFINE MINNOW2_FSP_OPTION = /DMINNOW2_FSP_BUILD
1603 !else
1604 DEFINE MINNOW2_FSP_OPTION =
1605 !endif
1606
1607 !if $(ENBDT_PF_BUILD) == TRUE
1608 DEFINE ENBDT_PF_ENABLE = /DENBDT_PF_ENABLE=1
1609 !else
1610 DEFINE ENBDT_PF_ENABLE = /DENBDT_PF_ENABLE=0
1611 !endif
1612
1613
1614 !if $(CLKGEN_CONFIG_EXTRA_ENABLE) == TRUE
1615 DEFINE CLKGEN_CONFIG_EXTRA_BUILD_OPTION = /DCLKGEN_CONFIG_EXTRA=1
1616 !else
1617 DEFINE CLKGEN_CONFIG_EXTRA_BUILD_OPTION =
1618 !endif
1619
1620
1621
1622 !if $(PCIESC_ENABLE) == TRUE
1623 DEFINE PCIESC_SUPPORT_BUILD_OPTION = /DPCIESC_SUPPORT=1
1624 !else
1625 DEFINE PCIESC_SUPPORT_BUILD_OPTION =
1626 !endif
1627 !if $(SATA_ENABLE) == TRUE
1628 DEFINE SATA_SUPPORT_BUILD_OPTION = /DSATA_SUPPORT=1
1629 !else
1630 DEFINE SATA_SUPPORT_BUILD_OPTION =
1631 !endif
1632 !if $(ENBDT_S3_SUPPORT) == TRUE
1633 DEFINE ENBDT_S3_SUPPORT_OPTIONS = /DNOCS_S3_SUPPORT
1634 !else
1635 DEFINE ENBDT_S3_SUPPORT_OPTIONS =
1636 !endif
1637
1638 !if $(X64_CONFIG) == TRUE
1639 DEFINE X64_BUILD_ENABLE = /DX64_BUILD_ENABLE=1
1640 !else
1641 DEFINE X64_BUILD_ENABLE =
1642 !endif
1643
1644 !if $(FTPM_ENABLE) == TRUE
1645 DEFINE DSC_FTPM_BUILD_OPTIONS = /DFTPM_ENABLE
1646 !else
1647 DEFINE DSC_FTPM_BUILD_OPTIONS =
1648 !endif
1649 !if $(TPM_ENABLED) == TRUE
1650 DEFINE DSC_TPM_BUILD_OPTIONS = /DTPM_ENABLED
1651 !else
1652 DEFINE DSC_TPM_BUILD_OPTIONS =
1653 !endif
1654
1655
1656 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)
1657 !if $(PERFORMANCE_ENABLE) == TRUE
1658 DEFINE PDB_BUILD_OPTION = /Zi
1659 !endif
1660
1661 !if $(SOURCE_DEBUG_ENABLE) == TRUE
1662 MSFT:*_*_X64_GENFW_FLAGS = --keepexceptiontable
1663 GCC:*_*_X64_GENFW_FLAGS = --keepexceptiontable
1664 INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable
1665 !if $(TARGET) == DEBUG
1666 DEFINE SOURCE_LEVEL_DEBUG_BUILD_OPTIONS = /Od /Oy-
1667 !endif
1668 !else
1669 DEFINE SOURCE_LEVEL_DEBUG_BUILD_OPTIONS =
1670
1671 !endif
1672
1673 #
1674 # Force PE/COFF sections to be aligned at 4KB boundaries to support page level
1675 # protection of DXE_RUNTIME_DRIVER modules
1676 #
1677 [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
1678 MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096
1679 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
1680
1681 #
1682 # Force PE/COFF sections to be aligned at 4KB boundaries to support page level
1683 # protection of DXE_SMM_DRIVER/SMM_CORE modules
1684 #
1685 [BuildOptions.common.EDKII.DXE_SMM_DRIVER, BuildOptions.common.EDKII.SMM_CORE]
1686 MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096
1687 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
1688
1689 [BuildOptions.Common.EDK]
1690
1691 #
1692 # Define token for different Platform
1693 #
1694 !if $(ENBDT_PF_BUILD) == TRUE
1695 DEFINE ENBDT_PF_ENABLE = /DENBDT_PF_ENABLE=1
1696 !else
1697 DEFINE ENBDT_PF_ENABLE = /DENBDT_PF_ENABLE=0
1698 !endif
1699
1700 !if $(PERFORMANCE_ENABLE) == TRUE
1701 RELEASE_*_*_DLINK_FLAGS = /DEBUG
1702 !endif
1703
1704 !if $(S3_ENABLE) == TRUE
1705 DEFINE DSC_S3_BUILD_OPTIONS = /DEFI_S3_RESUME
1706 !else
1707 DEFINE DSC_S3_BUILD_OPTIONS =
1708 !endif
1709
1710 !if $(ENBDT_S3_SUPPORT) == TRUE
1711 DEFINE ENBDT_S3_SUPPORT_OPTIONS = /DNOCS_S3_SUPPORT
1712 !else
1713 DEFINE ENBDT_S3_SUPPORT_OPTIONS =
1714 !endif
1715
1716 !if $(X64_CONFIG) == TRUE
1717 DEFINE X64_BUILD_ENABLE = /DX64_BUILD_ENABLE=1
1718 !else
1719 DEFINE X64_BUILD_ENABLE =
1720 !endif
1721
1722
1723 DEFINE EDK_GLUE_LIB_DEBUG =
1724 DEFINE DEBUG_BUILD_OPTIONS = /D EFI_DEBUG /D DEBUG_MODE=1 /GL- $(EDK_GLUE_LIB_DEBUG) /DEDKII_GLUE_DebugPrintErrorLevel=(EFI_D_ERROR)
1725 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)
1726
1727 DEFINE EDK_DSC_OTHER_BUILD_OPTIONS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS) $(SV_BUILD_OPTIONS) $(INTEL_FASTBOOT_BUILD_OPTION)
1728 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)
1729
1730 *_*_IA32_ASM_FLAGS = /DEFI32 /D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h /DNOCS_S3_SUPPORT
1731 DEBUG_*_IA32_CC_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1732 RELEASE_*_IA32_CC_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1733 DEBUG_*_IA32_VFRPP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1734 RELEASE_*_IA32_VFRPP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1735 DEBUG_*_IA32_APP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1736 RELEASE_*_IA32_APP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1737 DEBUG_*_IA32_PP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1738 RELEASE_*_IA32_PP_FLAGS = /D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1739 *_*_IA32_ASLPP_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE)
1740 *_*_IA32_ASLCC_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE)
1741 *_*_IA32_ASM16_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h
1742
1743 *_*_X64_ASM_FLAGS = /DEFIX64 /D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h /DNOCS_S3_SUPPORT
1744 DEBUG_*_X64_CC_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1745 RELEASE_*_X64_CC_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1746 DEBUG_*_X64_VFRPP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1747 RELEASE_*_X64_VFRPP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1748 DEBUG_*_X64_APP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1749 RELEASE_*_X64_APP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1750 DEBUG_*_X64_PP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1751 RELEASE_*_X64_PP_FLAGS = /D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1752 *_*_X64_ASLPP_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE)
1753 *_*_X64_ASLCC_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE)
1754 *_*_X64_ASM16_FLAGS = /D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h
1755 # *_*_*_BUILD_FLAGS = -s
1756 *_*_*_VFR_FLAGS = -c
1757 *_*_*_BUILD_FLAGS = -c
1758
1759 [BuildOptions.Common.EDKII]
1760 *_*_IA32_ASM_FLAGS = $(VP_BUILD_OPTIONS) /D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h /DNOCS_S3_SUPPORT
1761
1762 *_*_IA32_CC_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1763 *_*_IA32_VFRPP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1764 *_*_IA32_APP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1765 *_*_IA32_PP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1766 *_*_IA32_ASLPP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1767
1768 *_*_X64_CC_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS) $(SOURCE_LEVEL_DEBUG_BUILD_OPTIONS)
1769 *_*_X64_VFRPP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1770 *_*_X64_APP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1771 *_*_X64_PP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1772 *_*_X64_ASLPP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1773
1774
1775 [Components.IA32]
1776 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SysFwUpdateCapsuleDxe.inf
1777
1778 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/I2cBus.inf {
1779 <PcdsPatchableInModule>
1780 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043
1781 }
1782
1783 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/I2cHost.inf {
1784 <PcdsPatchableInModule>
1785 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043
1786 }
1787 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/I2cPortA0Pio.inf {
1788 <PcdsPatchableInModule>
1789 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x00000043
1790 }
1791
1792 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/I2cMmioDeviceDxe.inf {
1793 <PcdsPatchableInModule>
1794 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x00000043
1795 }
1796