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