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