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