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