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