]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc
CryptoPkg PeiCryptLib: Enable SHA384/512 support
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformPkgGccX64.dsc
1 #/** @file
2 # Platform description.
3 #
4 # Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials are licensed and made available under
7 # the terms and conditions of the BSD License that accompanies this distribution.
8 # The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php.
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 #**/
16
17 ################################################################################
18 #
19 # Defines Section - statements that will be processed to create a Makefile.
20 #
21 ################################################################################
22 [Defines]
23 PLATFORM_NAME = Vlv2TbltDevicePkg
24 PLATFORM_GUID = 465B0A0B-7AC1-443b-8F67-7B8DEC145F90
25 PLATFORM_VERSION = 0.1
26 DSC_SPECIFICATION = 0x00010005
27
28 #
29 # Set platform specific package/folder name, same as passed from PREBUILD script.
30 # PLATFORM_PACKAGE would be the same as PLATFORM_NAME as well as package build folder
31 # DEFINE only takes effect at R9 DSC and FDF.
32 #
33 DEFINE PLATFORM_PACKAGE = Vlv2TbltDevicePkg
34 DEFINE PLATFORM_RC_PACKAGE = Vlv2DeviceRefCodePkg
35 DEFINE PLATFORM_BINARY_PACKAGE = Vlv2BinaryPkg
36 OUTPUT_DIRECTORY = Build/$(PLATFORM_PACKAGE)
37 SUPPORTED_ARCHITECTURES = IA32|X64
38 BUILD_TARGETS = DEBUG|RELEASE
39 SKUID_IDENTIFIER = DEFAULT
40
41 DEFINE CPU_ARCH =ValleyView2
42 DEFINE PROJECT_SC_FAMILY =IntelPch
43 DEFINE PROJECT_SC_ROOT =../$(PLATFORM_RC_PACKAGE)/ValleyView2Soc/SouthCluster
44 DEFINE PROJECT_VLV_ROOT =../$(PLATFORM_RC_PACKAGE)/ValleyView2Soc/NorthCluster
45
46 DEFINE RC_BINARY_RELEASE = TRUE
47 #
48 # Platform On/Off features are defined here
49 #
50 #
51 # Platform Support:: Set only one token except Crestview Hills
52 #
53 # 3.BayleyBay
54 # ENBDT_PF_ENABLE = TRUE
55 #
56 !include $(PLATFORM_PACKAGE)/AutoPlatformCFG.txt
57 !include $(PLATFORM_PACKAGE)/PlatformPkgConfig.dsc
58
59 !if $(X64_CONFIG) == TRUE
60 DEFINE DXE_ARCHITECTURE = X64
61 DEFINE EDK_DXE_ARCHITECTURE = X64
62 DEFINE UNDI_DXE_ARCHITECTURE = 64
63 !else
64 DEFINE DXE_ARCHITECTURE = IA32
65 DEFINE EDK_DXE_ARCHITECTURE = Ia32
66 DEFINE UNDI_DXE_ARCHITECTURE = 32
67 !endif
68
69 FLASH_DEFINITION = $(PLATFORM_PACKAGE)/PlatformPkgGcc.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|IntelFrameworkModulePkg/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.X64]
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.X64.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.X64.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.X64.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.X64.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.X64.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.X64.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.X64]
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|TRUE
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.X64]
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:RELEASE_*_*_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 !if $(CAPSULE_ENABLE) == TRUE
1158 MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf {
1159 <LibraryClasses>
1160 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
1161 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
1162 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
1163 !if $(SOURCE_DEBUG_ENABLE) == TRUE
1164 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
1165 !endif
1166 }
1167 !endif
1168
1169 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
1170 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf{
1171 <LibraryClasses>
1172 !if $(SECURE_BOOT_ENABLE) == TRUE
1173 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
1174 !endif
1175 !if $(USER_IDENTIFICATION_ENABLE)
1176 NULL|SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.inf
1177 !endif
1178 !if $(TPM_ENABLED) == TRUE
1179 NULL|SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
1180 !endif
1181 !if $(FTPM_ENABLE) == TRUE
1182 NULL|SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
1183 !endif
1184 }
1185 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/MpCpu.inf
1186 $(PLATFORM_PACKAGE)/Metronome/Metronome.inf
1187
1188 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf{
1189 <LibraryClasses>
1190 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
1191 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
1192 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
1193 PlatformBdsLib|$(PLATFORM_PACKAGE)/Library/PlatformBdsLib/PlatformBdsLib.inf
1194 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1195 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1196 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf
1197 !if $(CAPSULE_ENABLE)
1198 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
1199 !else
1200 FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
1201 !endif
1202 !if $(FTPM_ENABLE) == TRUE
1203 Tpm2DeviceLib|Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCDxe/Tpm2DeviceLibSeC.inf
1204 !else
1205 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
1206 !endif
1207 }
1208
1209 $(PLATFORM_PACKAGE)/UiApp/UiApp.inf
1210
1211 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
1212 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
1213 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
1214 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
1215 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
1216 <LibraryClasses>
1217 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
1218 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf
1219 }
1220 $(PLATFORM_PACKAGE)/FvbRuntimeDxe/FvbSmm.inf
1221 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
1222 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSpiSmm.inf
1223 !if $(SECURE_BOOT_ENABLE) == TRUE
1224 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf {
1225 <LibraryClasses>
1226 PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
1227 <BuildOptions>
1228 #
1229 # Specify GUID gEfiIfrBootMaintenanceGuid, to install Secure Boot Configuration menu
1230 # into Boot Maintenance Manager menu
1231 #
1232 *_*_*_VFR_FLAGS = -g b2dedc91-d59f-48d2-898a-12490c74a4e0
1233 }
1234 !endif
1235 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf {
1236 <LibraryClasses>
1237 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
1238 }
1239
1240 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
1241 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
1242 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
1243
1244 $(PLATFORM_PACKAGE)/FvbRuntimeDxe/FvbRuntimeDxe.inf
1245
1246 $(PLATFORM_PACKAGE)/PlatformSetupDxe/PlatformSetupDxe.inf
1247
1248 !if $(DATAHUB_ENABLE) == TRUE
1249 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf {
1250 <PcdsFixedAtBuild>
1251 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0
1252 }
1253 !endif
1254 IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf
1255 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
1256 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchS3SupportDxe.inf
1257 !if $(USE_HPET_TIMER) == TRUE
1258 PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
1259 !else
1260 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmartTimer.inf
1261 !endif
1262 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmmControl.inf
1263
1264 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSmbusDxe.inf
1265 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/IntelPchLegacyInterrupt.inf
1266 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchReset.inf
1267 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchInitDxe.inf{
1268 <PcdsPatchableInModule>
1269 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043
1270 }
1271 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSmiDispatcher.inf
1272
1273 !if $(PCIESC_ENABLE) == TRUE
1274 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchPcieSmm.inf
1275 !endif
1276 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchSpiRuntime.inf
1277 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchPolicyInitDxe.inf
1278 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PchBiosWriteProtect.inf
1279 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmmAccess.inf
1280 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PciHostBridge.inf
1281 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/VlvInitDxe.inf
1282
1283 IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf
1284
1285 #
1286 # Performance Application; Set PERFORMANCE_ENABLE=TRUE for normal boot performance and smm performance data
1287 #
1288 !if $(PERFORMANCE_ENABLE) == TRUE
1289 ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf {
1290 <PcdsFixedAtBuild>
1291 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
1292 <LibraryClasses>
1293 PerformanceLib|MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
1294 }
1295 !endif
1296
1297 Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInitDxe.inf{
1298 <LibraryClasses>
1299 !if $(TARGET) != RELEASE
1300 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1301 !endif
1302 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1303 }
1304
1305 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/Dptf.inf
1306 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PnpDxe.inf
1307
1308 !if $(SEC_ENABLE) == TRUE
1309 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/HeciDrv.inf {
1310 !if $(SEC_DEBUG_INFO_ENABLE) == TRUE
1311 <BuildOptions>
1312 *_*_X64_CC_FLAGS = /DSEC_DEBUG_INFO=1
1313 !else
1314 <BuildOptions>
1315 *_*_X64_CC_FLAGS = /DSEC_DEBUG_INFO=0
1316 !endif
1317 }
1318
1319 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SeCPolicyInitDxe.inf
1320 !endif
1321
1322 !if $(FTPM_ENABLE) == TRUE
1323 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/Tpm2DeviceSeCDxe.inf
1324 SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
1325 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf{
1326 <LibraryClasses>
1327 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
1328 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
1329 PcdLib|MdePkg/Library\DxePcdLib/DxePcdLib.inf
1330 Tpm2DeviceLib|Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCDxe/Tpm2DeviceLibSeC.inf
1331 }
1332 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/FtpmSmm.inf
1333 !endif
1334 !if $(TPM_ENABLED) == TRUE
1335 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf {
1336 <LibraryClasses>
1337 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
1338 }
1339
1340 SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf {
1341 <LibraryClasses>
1342 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1343 <BuildOptions>
1344 #
1345 # specify GUID gEfiIfrNotInTPVPageGuid, this page will not
1346 # be showed in TPV page.
1347 #
1348 *_*_*_VFR_FLAGS = -g e58809f8-fbc1-48e2-883a-a30fdc4b441e
1349 }
1350
1351 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf {
1352 <LibraryClasses>
1353 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1354 }
1355 SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
1356 !endif
1357 #
1358 # EDK II Related Platform codes
1359 #
1360 $(PLATFORM_PACKAGE)/PlatformSmm/PlatformSmm.inf{
1361 <LibraryClasses>
1362 !if $(TARGET) != RELEASE
1363 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1364 !endif
1365 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1366 }
1367 $(PLATFORM_PACKAGE)/PlatformInfoDxe/PlatformInfoDxe.inf
1368 $(PLATFORM_PACKAGE)/PlatformCpuInfoDxe/PlatformCpuInfoDxe.inf
1369 $(PLATFORM_PACKAGE)/PlatformDxe/PlatformDxe.inf
1370
1371 $(PLATFORM_PACKAGE)/PciPlatform/PciPlatform.inf
1372 $(PLATFORM_PACKAGE)/SaveMemoryConfig/SaveMemoryConfig.inf
1373 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PlatformCpuPolicy.inf
1374 $(PLATFORM_PACKAGE)/PpmPolicy/PpmPolicy.inf
1375 $(PLATFORM_PACKAGE)/SmramSaveInfoHandlerSmm/SmramSaveInfoHandlerSmm.inf
1376 !if $(GOP_DRIVER_ENABLE) == TRUE
1377 $(PLATFORM_PACKAGE)/PlatformGopPolicy/PlatformGopPolicy.inf
1378
1379 !endif
1380
1381
1382 #
1383 # SMM
1384 #
1385 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
1386 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
1387 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf
1388 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
1389 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
1390 UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf
1391 $(PLATFORM_PACKAGE)/SmmSwDispatch2OnSmmSwDispatchThunk/SmmSwDispatch2OnSmmSwDispatchThunk.inf
1392 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/PowerManagement2.inf
1393 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/DigitalThermalSensor.inf
1394
1395 #
1396 # ACPI
1397 #
1398 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf {
1399 <PcdsPatchableInModule>
1400 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043
1401 <PcdsFixedAtBuild>
1402 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27
1403 <LibraryClasses>
1404 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1405 }
1406
1407 $(PLATFORM_PACKAGE)/BootScriptSaveDxe/BootScriptSaveDxe.inf
1408 IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/AcpiSupportDxe.inf
1409 Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/PowerManagementAcpiTables.inf
1410
1411 $(PLATFORM_RC_PACKAGE)/AcpiTablesPCAT/AcpiTables.inf
1412
1413 $(PLATFORM_PACKAGE)/AcpiPlatform/AcpiPlatform.inf
1414
1415 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
1416
1417 #
1418 # PCI
1419 #
1420 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
1421
1422
1423 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/ISPDxe.inf
1424
1425
1426 #
1427 # ISA
1428 #
1429 $(PLATFORM_PACKAGE)/Wpce791/Wpce791.inf
1430 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
1431 IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/IsaIoDxe.inf
1432 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
1433 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
1434 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
1435 #
1436 # SDIO
1437 #
1438 # $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/MmcHost.inf
1439 # $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/MmcMediaDevice.inf
1440 !if $(ACPI50_ENABLE) == TRUE
1441 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf {
1442 <LibraryClasses>
1443 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
1444 }
1445 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf {
1446 <LibraryClasses>
1447 TimerLib|$(PLATFORM_PACKAGE)/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
1448 }
1449 !endif
1450
1451 #
1452 # IDE/SCSI/AHCI
1453 #
1454 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
1455 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
1456 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
1457 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
1458 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
1459 FatPkg/EnhancedFatDxe/Fat.inf
1460 !if $(SATA_ENABLE) == TRUE
1461 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SataController.inf
1462 !endif
1463 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
1464 !if $(SCSI_ENABLE) == TRUE
1465 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
1466 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
1467 !endif
1468 #
1469 # Console
1470 #
1471 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
1472 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
1473 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
1474 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
1475 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
1476 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
1477 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
1478 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
1479
1480 #
1481 # USB
1482 #
1483 !if $(USB_ENABLE) == TRUE
1484 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
1485 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
1486 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
1487 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
1488 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
1489 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
1490 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
1491
1492 !endif
1493
1494 #
1495 # ECP
1496 #
1497 EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf
1498 EdkCompatibilityPkg/Compatibility/LegacyRegion2OnLegacyRegionThunk/LegacyRegion2OnLegacyRegionThunk.inf
1499 EdkCompatibilityPkg/Compatibility/SmmBaseOnSmmBase2Thunk/SmmBaseOnSmmBase2Thunk.inf
1500 EdkCompatibilityPkg/Compatibility/SmmBaseHelper/SmmBaseHelper.inf
1501 EdkCompatibilityPkg/Compatibility/SmmAccess2OnSmmAccessThunk/SmmAccess2OnSmmAccessThunk.inf
1502 EdkCompatibilityPkg/Compatibility/SmmControl2OnSmmControlThunk/SmmControl2OnSmmControlThunk.inf
1503 EdkCompatibilityPkg/Compatibility/FrameworkSmmStatusCodeOnPiSmmStatusCodeThunk/FrameworkSmmStatusCodeOnPiSmmStatusCodeThunk.inf
1504 EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/FvOnFv2Thunk.inf
1505 #
1506 # SMBIOS
1507 #
1508 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
1509 $(PLATFORM_PACKAGE)/SmBiosMiscDxe/SmBiosMiscDxe.inf
1510
1511 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SmbiosMemory.inf
1512 #
1513 # CPU/FW Microde
1514 #
1515 Vlv2MiscBinariesPkg/Microcode/MicrocodeUpdates.inf {
1516 <BuildOptions>
1517 *_*_*_GENFW_FLAGS = -a 0x800 -p 0xFF
1518 }
1519
1520
1521 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
1522
1523
1524 !if $(NETWORK_ENABLE) == TRUE
1525 !if $(NETWORK_ISCSI_ENABLE) == TRUE
1526 !if $(NETWORK_IP6_ENABLE) == TRUE
1527 NetworkPkg/IScsiDxe/IScsiDxe.inf
1528 !else
1529 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
1530 !endif
1531 !endif
1532 !if $(NETWORK_VLAN_ENABLE) == TRUE
1533 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
1534 !endif
1535 !if $(CSM_ENABLE) == TRUE
1536 IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/Snp16Dxe.inf
1537 !endif
1538 !endif
1539
1540 !if $(NETWORK_ENABLE) == TRUE
1541 #
1542 # UEFI network modules
1543 #
1544 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
1545 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
1546
1547 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
1548 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
1549 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
1550 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
1551 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
1552 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf {
1553 <PcdsPatchableInModule>
1554 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
1555 }
1556 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
1557 !if $(NETWORK_IP6_ENABLE) == TRUE
1558 NetworkPkg/Ip6Dxe/Ip6Dxe.inf
1559 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
1560 NetworkPkg/IpSecDxe/IpSecDxe.inf
1561 NetworkPkg/TcpDxe/TcpDxe.inf
1562 NetworkPkg/Udp6Dxe/Udp6Dxe.inf
1563 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
1564 !endif
1565 !if $(NETWORK_IP6_ENABLE) == TRUE
1566 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
1567 !else
1568 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
1569 !endif
1570 !endif
1571
1572 Vlv2TbltDevicePkg/Application/FirmwareUpdate/FirmwareUpdate.inf
1573
1574 !if $(CAPSULE_ENABLE) || $(MICOCODE_CAPSULE_ENABLE)
1575 MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDxe.inf
1576 MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
1577 !endif
1578
1579 !if $(CAPSULE_ENABLE)
1580 SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.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 SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareUpdateDxe.inf {
1588 <LibraryClasses>
1589 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1590 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1591 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf
1592 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
1593 }
1594 !endif
1595
1596 !if $(MICOCODE_CAPSULE_ENABLE)
1597 UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf {
1598 <LibraryClasses>
1599 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
1600 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
1601 SerialPortLib|$(PLATFORM_PACKAGE)/Library/SerialPortLib/SerialPortLib.inf
1602 }
1603 !endif
1604
1605 [BuildOptions]
1606 #
1607 # Define Build Options both for EDK and EDKII drivers.
1608 #
1609
1610 #
1611 # Define token for different Platform
1612 #
1613 !if $(MINNOW2_FSP_BUILD) == TRUE
1614 DEFINE MINNOW2_FSP_OPTION = -DMINNOW2_FSP_BUILD
1615 !else
1616 DEFINE MINNOW2_FSP_OPTION =
1617 !endif
1618
1619 !if $(ENBDT_PF_BUILD) == TRUE
1620 DEFINE ENBDT_PF_ENABLE = -DENBDT_PF_ENABLE=1
1621 !else
1622 DEFINE ENBDT_PF_ENABLE = -DENBDT_PF_ENABLE=0
1623 !endif
1624
1625
1626 !if $(CLKGEN_CONFIG_EXTRA_ENABLE) == TRUE
1627 DEFINE CLKGEN_CONFIG_EXTRA_BUILD_OPTION = -DCLKGEN_CONFIG_EXTRA=1
1628 !else
1629 DEFINE CLKGEN_CONFIG_EXTRA_BUILD_OPTION =
1630 !endif
1631
1632
1633
1634 !if $(PCIESC_ENABLE) == TRUE
1635 DEFINE PCIESC_SUPPORT_BUILD_OPTION = -DPCIESC_SUPPORT=1
1636 !else
1637 DEFINE PCIESC_SUPPORT_BUILD_OPTION =
1638 !endif
1639 !if $(SATA_ENABLE) == TRUE
1640 DEFINE SATA_SUPPORT_BUILD_OPTION = -DSATA_SUPPORT=1
1641 !else
1642 DEFINE SATA_SUPPORT_BUILD_OPTION =
1643 !endif
1644 !if $(ENBDT_S3_SUPPORT) == TRUE
1645 DEFINE ENBDT_S3_SUPPORT_OPTIONS = -DNOCS_S3_SUPPORT
1646 !else
1647 DEFINE ENBDT_S3_SUPPORT_OPTIONS =
1648 !endif
1649
1650 !if $(X64_CONFIG) == TRUE
1651 DEFINE X64_BUILD_ENABLE = -DX64_BUILD_ENABLE=1
1652 !else
1653 DEFINE X64_BUILD_ENABLE =
1654 !endif
1655
1656 !if $(FTPM_ENABLE) == TRUE
1657 DEFINE DSC_FTPM_BUILD_OPTIONS = -DFTPM_ENABLE
1658 !else
1659 DEFINE DSC_FTPM_BUILD_OPTIONS =
1660 !endif
1661 !if $(TPM_ENABLED) == TRUE
1662 DEFINE DSC_TPM_BUILD_OPTIONS = -DTPM_ENABLED
1663 !else
1664 DEFINE DSC_TPM_BUILD_OPTIONS =
1665 !endif
1666
1667
1668 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)
1669 !if $(PERFORMANCE_ENABLE) == TRUE
1670 DEFINE PDB_BUILD_OPTION = /Zi
1671 !endif
1672
1673 GCC:*_*_*_CC_FLAGS = -Wno-missing-braces
1674 !if $(SOURCE_DEBUG_ENABLE) == TRUE
1675 MSFT:*_*_X64_GENFW_FLAGS = --keepexceptiontable
1676 GCC:*_*_X64_GENFW_FLAGS = --keepexceptiontable
1677 INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable
1678 DEFINE SOURCE_LEVEL_DEBUG_BUILD_OPTIONS =
1679 !else
1680 DEFINE SOURCE_LEVEL_DEBUG_BUILD_OPTIONS =
1681
1682 !endif
1683
1684 #
1685 # Force PE/COFF sections to be aligned at 4KB boundaries to support page level
1686 # protection of DXE_RUNTIME_DRIVER modules
1687 #
1688 [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
1689 MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096
1690 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
1691
1692 #
1693 # Force PE/COFF sections to be aligned at 4KB boundaries to support page level
1694 # protection of DXE_SMM_DRIVER/SMM_CORE modules
1695 #
1696 [BuildOptions.common.EDKII.DXE_SMM_DRIVER, BuildOptions.common.EDKII.SMM_CORE]
1697 MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096
1698 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
1699
1700 [BuildOptions.Common.EDK]
1701
1702 #
1703 # Define token for different Platform
1704 #
1705 !if $(ENBDT_PF_BUILD) == TRUE
1706 DEFINE ENBDT_PF_ENABLE = -DENBDT_PF_ENABLE=1
1707 !else
1708 DEFINE ENBDT_PF_ENABLE = -DENBDT_PF_ENABLE=0
1709 !endif
1710
1711 !if $(PERFORMANCE_ENABLE) == TRUE
1712 RELEASE_*_*_DLINK_FLAGS = -DEBUG
1713 !endif
1714
1715 !if $(S3_ENABLE) == TRUE
1716 DEFINE DSC_S3_BUILD_OPTIONS = -DEFI_S3_RESUME
1717 !else
1718 DEFINE DSC_S3_BUILD_OPTIONS =
1719 !endif
1720
1721 !if $(ENBDT_S3_SUPPORT) == TRUE
1722 DEFINE ENBDT_S3_SUPPORT_OPTIONS = -DNOCS_S3_SUPPORT
1723 !else
1724 DEFINE ENBDT_S3_SUPPORT_OPTIONS =
1725 !endif
1726
1727 !if $(X64_CONFIG) == TRUE
1728 DEFINE X64_BUILD_ENABLE = -DX64_BUILD_ENABLE=1
1729 !else
1730 DEFINE X64_BUILD_ENABLE =
1731 !endif
1732
1733
1734 DEFINE EDK_GLUE_LIB_DEBUG =
1735 DEFINE DEBUG_BUILD_OPTIONS = -D EFI_DEBUG -D DEBUG_MODE=1 /GL- $(EDK_GLUE_LIB_DEBUG) -DEDKII_GLUE_DebugPrintErrorLevel=(EFI_D_ERROR)
1736 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)
1737
1738 DEFINE EDK_DSC_OTHER_BUILD_OPTIONS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS) $(SV_BUILD_OPTIONS) $(INTEL_FASTBOOT_BUILD_OPTION)
1739 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)
1740
1741 *_*_IA32_ASM_FLAGS = -DEFI32 -D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h -DNOCS_S3_SUPPORT
1742 DEBUG_*_IA32_CC_FLAGS = -D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1743 RELEASE_*_IA32_CC_FLAGS = -D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1744 DEBUG_*_IA32_VFRPP_FLAGS = -D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1745 RELEASE_*_IA32_VFRPP_FLAGS = -D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1746 DEBUG_*_IA32_APP_FLAGS = -D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1747 RELEASE_*_IA32_APP_FLAGS = -D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1748 DEBUG_*_IA32_PP_FLAGS = -D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1749 RELEASE_*_IA32_PP_FLAGS = -D EFI32 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1750 *_*_IA32_ASLPP_FLAGS = -D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE)
1751 *_*_IA32_ASLCC_FLAGS = -D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE)
1752 *_*_IA32_ASM16_FLAGS = -D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h
1753
1754 *_*_X64_ASM_FLAGS = -DEFIX64 -D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h -DNOCS_S3_SUPPORT
1755 DEBUG_*_X64_CC_FLAGS = -D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1756 RELEASE_*_X64_CC_FLAGS = -D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1757 DEBUG_*_X64_VFRPP_FLAGS = -D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1758 RELEASE_*_X64_VFRPP_FLAGS = -D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1759 DEBUG_*_X64_APP_FLAGS = -D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1760 RELEASE_*_X64_APP_FLAGS = -D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1761 DEBUG_*_X64_PP_FLAGS = -D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS) $(DEBUG_BUILD_OPTIONS)
1762 RELEASE_*_X64_PP_FLAGS = -D EFIX64 $(EDK_DSC_GLOBAL_BUILD_OPTIONS)
1763 *_*_X64_ASLPP_FLAGS = -D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE)
1764 *_*_X64_ASLCC_FLAGS = -D EDKII_GLUE_PciExpressBaseAddress=0x$(PLATFORM_PCIEXPRESS_BASE)
1765 *_*_X64_ASM16_FLAGS = -D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h
1766 # *_*_*_BUILD_FLAGS = -s
1767 *_*_*_VFR_FLAGS = -c
1768 *_*_*_BUILD_FLAGS = -c
1769
1770 [BuildOptions.Common.EDKII]
1771 *_*_IA32_ASM_FLAGS = $(VP_BUILD_OPTIONS) -D EDKII_GLUE_PciExpressBaseAddress=$(PLATFORM_PCIEXPRESS_BASE)h -DNOCS_S3_SUPPORT
1772
1773 *_*_IA32_CC_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1774 *_*_IA32_VFRPP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1775 *_*_IA32_APP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1776 *_*_IA32_PP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1777 *_*_IA32_ASLPP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1778
1779 *_*_X64_CC_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS) $(SOURCE_LEVEL_DEBUG_BUILD_OPTIONS)
1780 *_*_X64_VFRPP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1781 *_*_X64_APP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1782 *_*_X64_PP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1783 *_*_X64_ASLPP_FLAGS = $(EDK_EDKII_DSC_FEATURE_BUILD_OPTIONS)
1784
1785
1786 [Components.X64]
1787 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/SysFwUpdateCapsuleDxe.inf
1788
1789 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/I2cBus.inf {
1790 <PcdsPatchableInModule>
1791 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043
1792 }
1793
1794 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/I2cHost.inf {
1795 <PcdsPatchableInModule>
1796 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xF0000043
1797 }
1798 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/I2cPortA0Pio.inf {
1799 <PcdsPatchableInModule>
1800 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x00000043
1801 }
1802
1803 $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/$(DXE_ARCHITECTURE)/I2cMmioDeviceDxe.inf {
1804 <PcdsPatchableInModule>
1805 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x00000043
1806 }
1807