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