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