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