]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Quark.dsc
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / QuarkPlatformPkg / Quark.dsc
1 ## @file
2 # Clanton Peak CRB platform with 32-bit DXE for 4MB/8MB flash devices.
3 #
4 # This package provides Clanton Peak CRB platform specific modules.
5 # Copyright (c) 2013 - 2018 Intel Corporation.
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 ################################################################################
18 #
19 # Defines Section - statements that will be processed to create a Makefile.
20 #
21 ################################################################################
22 [Defines]
23 DSC_SPECIFICATION = 0x00010005
24 PLATFORM_NAME = Quark
25 PLATFORM_GUID = F6E7730E-0C7A-4741-9DFC-6BC8B86CD865
26 PLATFORM_VERSION = 0.1
27 FLASH_DEFINITION = QuarkPlatformPkg/Quark.fdf
28 OUTPUT_DIRECTORY = Build/Quark
29 SUPPORTED_ARCHITECTURES = IA32
30 BUILD_TARGETS = DEBUG|RELEASE
31 SKUID_IDENTIFIER = DEFAULT
32 VPD_TOOL_GUID = 8C3D856A-9BE6-468E-850A-24F7A8D38E08
33
34 #
35 # Platform On/Off features are defined here
36 #
37 DEFINE SECURE_BOOT_ENABLE = FALSE
38 DEFINE MEASURED_BOOT_ENABLE = FALSE
39 DEFINE SOURCE_DEBUG_ENABLE = FALSE
40 DEFINE PERFORMANCE_ENABLE = FALSE
41 DEFINE LOGGING = FALSE
42 DEFINE CAPSULE_ENABLE = FALSE
43 DEFINE RECOVERY_ENABLE = FALSE
44
45 #
46 # Galileo board. Options are [GEN1, GEN2]
47 #
48 DEFINE GALILEO = GEN2
49
50 #
51 # TPM 1.2 Hardware. Options are [NONE, LPC, ATMEL_I2C, INFINEON_I2C]
52 #
53 DEFINE TPM_12_HARDWARE = NONE
54
55 !if $(TARGET) == "DEBUG"
56 DEFINE LOGGING = TRUE
57 !endif
58
59 !if $(PERFORMANCE_ENABLE)
60 DEFINE SOURCE_DEBUG_ENABLE = FALSE
61 DEFINE LOGGING = FALSE
62 !endif
63
64 ################################################################################
65 #
66 # SKU Identification section - list of all SKU IDs supported by this
67 # Platform.
68 #
69 ################################################################################
70 [SkuIds]
71 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
72
73 ################################################################################
74 #
75 # Library Class section - list of all Library Classes needed by this Platform.
76 #
77 ################################################################################
78 [LibraryClasses]
79 #
80 # Entry point
81 #
82 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
83 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
84 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
85 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
86 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
87
88 #
89 # Basic
90 #
91 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
92 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
93 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
94 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
95 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
96 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
97 PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
98 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
99 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
100 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
101 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
102 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
103 !if $(SOURCE_DEBUG_ENABLE)
104 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
105 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
106 !else
107 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
108 !endif
109 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
110 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
111
112 #
113 # UEFI & PI
114 #
115 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
116 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
117 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
118 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
119 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
120 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
121 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
122 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
123 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
124 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
125 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
126 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
127 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
128 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
129 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
130
131 #
132 # Generic Modules
133 #
134 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
135 S3IoLib|MdePkg/Library/BaseS3IoLib/BaseS3IoLib.inf
136 S3PciLib|MdePkg/Library/BaseS3PciLib/BaseS3PciLib.inf
137 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
138 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
139 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
140 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
141 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
142 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
143 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
144 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
145 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
146 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
147 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
148 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
149 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
150 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
151 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
152 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
153 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
154 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
155 !if $(LOGGING)
156 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
157 !else
158 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
159 !endif
160 !if $(PERFORMANCE_ENABLE)
161 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
162 !else
163 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
164 !endif
165
166 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
167 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
168
169 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
170 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
171 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
172
173 !if $(SECURE_BOOT_ENABLE)
174 PlatformSecureLib|QuarkPlatformPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
175 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
176 !else
177 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
178 !endif
179
180 !if $(MEASURED_BOOT_ENABLE)
181 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
182 Tpm12CommandLib|SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
183 !if $(TPM_12_HARDWARE) == LPC
184 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
185 !endif
186 !if $(TPM_12_HARDWARE) == ATMEL_I2C
187 Tpm12DeviceLib|QuarkPlatformPkg/Library/Tpm12DeviceLibAtmelI2c/Tpm12DeviceLibAtmelI2c.inf
188 !endif
189 !if $(TPM_12_HARDWARE) == INFINEON_I2C
190 Tpm12DeviceLib|QuarkPlatformPkg/Library/Tpm12DeviceLibInfineonI2c/Tpm12DeviceLibInfineonI2c.inf
191 !endif
192 TcgPpVendorLib|SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf
193 !else
194 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
195 !endif
196
197 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
198
199 #
200 # CPU
201 #
202 MtrrLib|QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.inf
203 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
204 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
205
206 #
207 # Quark North Cluster
208 #
209 SmmLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCSmmLib/QNCSmmLib.inf
210 SmbusLib|QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/SmbusLib.inf
211 TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
212 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf
213 IntelQNCLib|QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/IntelQNCLib.inf
214 QNCAccessLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/QNCAccessLib.inf
215 IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
216
217 #
218 # Quark South Cluster
219 #
220 IohLib|QuarkSocPkg/QuarkSouthCluster/Library/IohLib/IohLib.inf
221 I2cLib|QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/I2cLib.inf
222 SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
223 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
224
225 #
226 # Quark Platform
227 #
228 PlatformSecLib|QuarkPlatformPkg/Library/PlatformSecLib/PlatformSecLib.inf
229 PlatformPcieHelperLib|QuarkPlatformPkg/Library/PlatformPcieHelperLib/PlatformPcieHelperLib.inf
230 PlatformHelperLib|QuarkPlatformPkg/Library/PlatformHelperLib/DxePlatformHelperLib.inf
231
232 !if $(CAPSULE_ENABLE)
233 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
234 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
235 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
236 !else
237 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
238 !endif
239
240 EdkiiSystemCapsuleLib|SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.inf
241 FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
242 IniParsingLib|SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf
243 PlatformFlashAccessLib|QuarkPlatformPkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLibDxe.inf
244 DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.inf
245
246 [LibraryClasses.common.SEC]
247 #
248 # SEC specific phase
249 #
250 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
251 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
252 TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
253 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
254 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
255 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
256
257 [LibraryClasses.IA32.PEIM,LibraryClasses.IA32.PEI_CORE]
258 #
259 # PEI phase common
260 #
261 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
262 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
263 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
264 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
265 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
266 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
267 TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
268 PlatformHelperLib|QuarkPlatformPkg/Library/PlatformHelperLib/PeiPlatformHelperLib.inf
269 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
270 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf
271 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
272 !if $(PERFORMANCE_ENABLE)
273 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
274 !endif
275
276 [LibraryClasses.IA32.DXE_CORE]
277 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
278 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
279 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
280 !if $(PERFORMANCE_ENABLE)
281 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
282 !endif
283
284 [LibraryClasses.IA32.DXE_SMM_DRIVER]
285 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
286 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
287 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
288 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
289 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
290 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf
291 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
292 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
293 !if $(PERFORMANCE_ENABLE)
294 PerformanceLib|MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf
295 !endif
296
297 [LibraryClasses.IA32.SMM_CORE]
298 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
299 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
300 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
301 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
302 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
303 !if $(SECURE_BOOT_ENABLE) || $(MEASURED_BOOT_ENABLE)
304 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
305 !endif
306 !if $(PERFORMANCE_ENABLE)
307 PerformanceLib|MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
308 !endif
309
310 [LibraryClasses.IA32.DXE_RUNTIME_DRIVER]
311 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
312 QNCAccessLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/RuntimeQNCAccessLib.inf
313 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
314 !if $(SECURE_BOOT_ENABLE) || $(MEASURED_BOOT_ENABLE)
315 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
316 !endif
317
318 !if $(CAPSULE_ENABLE)
319 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
320 !endif
321
322 [LibraryClasses.IA32.UEFI_DRIVER,LibraryClasses.IA32.UEFI_APPLICATION]
323 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
324
325 ################################################################################
326 #
327 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
328 #
329 ################################################################################
330 [PcdsFeatureFlag]
331 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
332 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
333 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|TRUE
334 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
335 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|FALSE
336 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
337 !if $(SOURCE_DEBUG_ENABLE)
338 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmDebug|TRUE
339 !endif
340
341 !if $(TARGET) == "RELEASE"
342 gQuarkPlatformTokenSpaceGuid.WaitIfResetDueToError|FALSE
343 !else
344 gQuarkPlatformTokenSpaceGuid.WaitIfResetDueToError|TRUE
345 !endif
346
347 [PcdsFixedAtBuild]
348 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|1
349 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3AcpiReservedMemorySize|0x20000
350 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|TRUE
351 !if $(LOGGING)
352 !if $(SOURCE_DEBUG_ENABLE)
353 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
354 !else
355 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27
356 !endif
357 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
358 !else
359 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0
360 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0x0
361 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x3
362 !endif
363 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0x18
364 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
365 !if $(GALILEO) == GEN1
366 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|460800
367 !endif
368 !if $(GALILEO) == GEN2
369 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|921600
370 !endif
371 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
372 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
373 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
374 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
375 !if $(PERFORMANCE_ENABLE)
376 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x1
377 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|80
378 !else
379 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x00
380 !endif
381 gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable|0
382 !if $(SECURE_BOOT_ENABLE)
383 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
384 !endif
385 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize|0x00002000
386 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x1000
387 ## RTC Update Timeout Value, need to increase timeout since also
388 # waiting for RTC to be busy.
389 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout|500000
390
391 !if $(SECURE_BOOT_ENABLE)
392 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
393 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
394 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04
395 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
396 !endif
397 gQuarkPlatformTokenSpaceGuid.PcdEsramStage1Base|0x80000000
398
399 !if $(SOURCE_DEBUG_ENABLE)
400 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
401 !endif
402
403 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|TRUE
404 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x9000B000
405 !if $(GALILEO) == GEN1
406 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|460800
407 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE
408 !endif
409 !if $(GALILEO) == GEN2
410 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|921600
411 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE
412 !endif
413 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialLineControl|0x03
414 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl|0x07
415 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialDetectCable|FALSE
416 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate|44236800
417 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialPciDeviceInfo|{0x14, 0x05, 0x84, 0x00, 0xFF}
418 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterStride|4
419
420 #
421 # typedef struct {
422 # UINT16 VendorId; ///< Vendor ID to match the PCI device. The value 0xFFFF terminates the list of entries.
423 # UINT16 DeviceId; ///< Device ID to match the PCI device
424 # UINT32 ClockRate; ///< UART clock rate. Set to 0 for default clock rate of 1843200 Hz
425 # UINT64 Offset; ///< The byte offset into to the BAR
426 # UINT8 BarIndex; ///< Which BAR to get the UART base address
427 # UINT8 RegisterStride; ///< UART register stride in bytes. Set to 0 for default register stride of 1 byte.
428 # UINT16 ReceiveFifoDepth; ///< UART receive FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.
429 # UINT16 TransmitFifoDepth; ///< UART transmit FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.
430 # UINT8 Reserved[2];
431 # } PCI_SERIAL_PARAMETER;
432 #
433 # Vendor 8086 Device 0936 Prog Interface 2, BAR #0, Offset 0, Stride = 4, Clock 44236800 (0x2a300000)
434 # Vendor 8086 Device 0936 Prog Interface 2, BAR #0, Offset 0, Stride = 4, Clock 44236800 (0x2a300000)
435 #
436 # [Vendor] [Device] [---ClockRate---] [------------Offset-----------] [Bar] [Stride] [RxFifo] [TxFifo] [Rsvd] [Vendor]
437 gEfiMdeModulePkgTokenSpaceGuid.PcdPciSerialParameters|{0x86,0x80, 0x36,0x09, 0x0,0x0,0xA3,0x02, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x00, 0x04, 0x0,0x0, 0x0,0x0, 0x0,0x0, 0xff,0xff}
438
439 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBusNumber |0
440 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciDeviceNumber |31
441 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciFunctionNumber |0
442 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciEnableRegisterOffset|0x4b
443 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoBarEnableMask |0x80
444 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBarRegisterOffset |0x48
445 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPortBaseAddress |0x1000
446 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiPm1TmrOffset |0x0008
447
448 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
449
450 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand|FALSE
451
452 !if $(RECOVERY_ENABLE)
453 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName|L"QUARKREC.Cap"
454 !endif
455
456 [PcdsPatchableInModule]
457 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x803000C7
458 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
459
460 [PcdsDynamicExHii.common.DEFAULT]
461 !if $(PERFORMANCE_ENABLE)
462 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|0
463 !else
464 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|5
465 !endif
466 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState|L"BootState"|gQuarkPlatformTokenSpaceGuid|0x0|TRUE
467
468 [PcdsDynamicExDefault.common.DEFAULT]
469 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr|0x0
470 gQuarkPlatformTokenSpaceGuid.PcdEnableFastBoot|TRUE
471 gQuarkPlatformTokenSpaceGuid.PcdUserIsPhysicallyPresent|FALSE
472 gQuarkPlatformTokenSpaceGuid.PcdSpiFlashDeviceSize|0
473
474 !if $(CAPSULE_ENABLE) || $(RECOVERY_ENABLE)
475 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor|{0x0}|VOID*|0x100
476 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid|{0xc0, 0x20, 0xaf, 0x62, 0x16, 0x70, 0x4a, 0x42, 0x9b, 0xf8, 0x9c, 0xcc, 0x86, 0x58, 0x40, 0x90}
477 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareFileGuid|{0x59, 0x3A, 0xD8, 0x14, 0x10, 0xA8, 0x56, 0x45, 0x81, 0x92, 0x1C, 0x0A, 0x59, 0x3C, 0x06, 0x5C}
478 !endif
479
480 !if $(MEASURED_BOOT_ENABLE)
481 #
482 # TPM1.2 { 0x8b01e5b6, 0x4f19, 0x46e8, { 0xab, 0x93, 0x1c, 0x53, 0x67, 0x1b, 0x90, 0xcc } }
483 # TPM2.0 DTPM { 0x286bf25a, 0xc2c3, 0x408c, { 0xb3, 0xb4, 0x25, 0xe6, 0x75, 0x8b, 0x73, 0x17 } }
484 #
485 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0xb6, 0xe5, 0x01, 0x8b, 0x19, 0x4f, 0xe8, 0x46, 0xab, 0x93, 0x1c, 0x53, 0x67, 0x1b, 0x90, 0xcc}
486 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|1
487 gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy|1
488 !endif
489
490 [PcdsDynamicExVpd]
491 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|*|32|L"EDK II"
492 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision|*|0x01000400
493 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|*|64|L"Galileo 1.0.4"
494
495 #
496 # ClantonPeakSVP
497 # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0002
498 # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"ClantonPeakSVP"
499 # gEfiQuarkNcSocIdTokenSpaceGuid.PcdMrcParameters|*|40|{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x01, 0x00, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x01, 0x03, 0x7c, 0x92, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x40, 0x9c, 0x00, 0x00, 0x06}
500 #
501 # KipsBay
502 # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0003
503 # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"KipsBay"
504 # gEfiQuarkNcSocIdTokenSpaceGuid.PcdMrcParameters|*|40|{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x01, 0x01, 0x7c, 0x92, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x40, 0x9c, 0x00, 0x00, 0x06}
505 #
506 # CrossHill
507 # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0004
508 # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"CrossHill"
509 # gEfiQuarkNcSocIdTokenSpaceGuid.PcdMrcParameters|*|40|{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x01, 0x03, 0x7c, 0x92, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x40, 0x9c, 0x00, 0x00, 0x06}
510 #
511 # ClantonHill
512 # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0005
513 # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"ClantonHill"
514 # gEfiQuarkNcSocIdTokenSpaceGuid.PcdMrcParameters|*|40|{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x01, 0x02, 0x7c, 0x92, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x40, 0x9c, 0x00, 0x00, 0x06}
515 #
516 # Galileo
517 # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0006
518 # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"Galileo"
519 # gEfiQuarkNcSocIdTokenSpaceGuid.PcdMrcParameters|*|40|{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x01, 0x01, 0x7c, 0x92, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x40, 0x9c, 0x00, 0x00, 0x06}
520 #
521 # GalileoGen2
522 # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0008
523 # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"GalileoGen2"
524 # gEfiQuarkNcSocIdTokenSpaceGuid.PcdMrcParameters|*|40|{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x01, 0x01, 0x7c, 0x92, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x40, 0x9c, 0x00, 0x00, 0x06}
525 #
526 !if $(GALILEO) == GEN1
527 gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0006
528 gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"Galileo"
529 gEfiQuarkNcSocIdTokenSpaceGuid.PcdMrcParameters|*|40|{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x01, 0x01, 0x7c, 0x92, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x40, 0x9c, 0x00, 0x00, 0x06}
530 !endif
531 !if $(GALILEO) == GEN2
532 gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0008
533 gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"GalileoGen2"
534 gEfiQuarkNcSocIdTokenSpaceGuid.PcdMrcParameters|*|40|{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x01, 0x01, 0x7c, 0x92, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x40, 0x9c, 0x00, 0x00, 0x06}
535 !endif
536 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohEthernetMac0|*|8|{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
537 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohEthernetMac1|*|8|{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
538
539 ###################################################################################################
540 #
541 # Components Section - list of the modules and components that will be processed by compilation
542 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
543 #
544 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
545 # into firmware volume images. This section is just a list of modules to compile from
546 # source into UEFI-compliant binaries.
547 # It is the FDF file that contains information on combining binary files into firmware
548 # volume images, whose concept is beyond UEFI and is described in PI specification.
549 # Binary modules do not need to be listed in this section, as they should be
550 # specified in the FDF file. For example: Shell binary, FAT binary (Fat.efi),
551 # Logo (Logo.bmp), and etc.
552 # There may also be modules listed in this section that are not required in the FDF file,
553 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
554 # generated for it, but the binary will not be put into any firmware volume.
555 #
556 ###################################################################################################
557
558 [Components.IA32]
559 #
560 # SEC Core
561 #
562 UefiCpuPkg/SecCore/SecCore.inf {
563 !if $(SOURCE_DEBUG_ENABLE)
564 <LibraryClasses>
565 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
566 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
567 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf
568 !endif
569 }
570
571 !if $(CAPSULE_ENABLE) || $(RECOVERY_ENABLE)
572 # FMP image decriptor
573 QuarkPlatformPkg/Feature/Capsule/SystemFirmwareDescriptor/SystemFirmwareDescriptor.inf
574 !endif
575
576 #
577 # PEI Core
578 #
579 MdeModulePkg/Core/Pei/PeiMain.inf
580
581 #
582 # PEIM
583 #
584 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
585 <LibraryClasses>
586 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
587 }
588 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
589 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {
590 <LibraryClasses>
591 !if $(LOGGING)
592 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
593 !else
594 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
595 !endif
596 }
597
598 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
599 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
600 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
601 UefiCpuPkg/CpuMpPei/CpuMpPei.inf
602 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
603
604 QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInitPei.inf
605 QuarkPlatformPkg/Platform/Pei/PlatformInit/PlatformEarlyInit.inf
606 QuarkPlatformPkg/Platform/Pei/PlatformConfig/PlatformConfigPei.inf
607
608 UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.inf
609
610 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
611
612 #
613 # S3
614 #
615 QuarkSocPkg/QuarkNorthCluster/Smm/Pei/SmmAccessPei/SmmAccessPei.inf
616 QuarkSocPkg/QuarkNorthCluster/Smm/Pei/SmmControlPei/SmmControlPei.inf
617 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf
618
619 #
620 # Trusted Platform Module
621 #
622 !if $(MEASURED_BOOT_ENABLE)
623 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf
624 SecurityPkg/Tcg/TcgPei/TcgPei.inf
625 !endif
626
627 #
628 # Recovery
629 #
630 !if $(RECOVERY_ENABLE)
631 QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/UsbPei.inf
632 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
633 QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciPei.inf
634 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
635 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
636 FatPkg/FatPei/FatPei.inf
637 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
638 SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.inf {
639 <LibraryClasses>
640 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf
641 }
642 !endif
643
644 [Components.IA32]
645 #
646 # DXE Core
647 #
648 MdeModulePkg/Core/Dxe/DxeMain.inf
649
650 !if $(SOURCE_DEBUG_ENABLE)
651 SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.inf {
652 <LibraryClasses>
653 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
654 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf
655 }
656 !endif
657
658
659 QuarkPlatformPkg/Platform/Dxe/PlatformInit/PlatformInitDxe.inf
660
661 #
662 # Components that produce the architectural protocols
663 #
664 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
665 <LibraryClasses>
666 !if $(SECURE_BOOT_ENABLE)
667 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
668 !endif
669 NULL|SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.inf
670 }
671 UefiCpuPkg/CpuDxe/CpuDxe.inf
672 MdeModulePkg/Universal/Metronome/Metronome.inf
673 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
674 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
675 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
676 !if $(SECURE_BOOT_ENABLE)
677 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
678 !endif
679 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
680 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
681 <LibraryClasses>
682 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
683 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
684 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
685 }
686
687 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
688 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
689 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
690 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
691
692 #
693 # Following are the DXE drivers (alphabetical order)
694 #
695 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
696 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
697 <LibraryClasses>
698 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
699 }
700
701 QuarkPlatformPkg/Pci/Dxe/PciHostBridge/PciHostBridge.inf
702 QuarkPlatformPkg/Platform/SpiFvbServices/PlatformSpi.inf
703 QuarkPlatformPkg/Platform/SpiFvbServices/PlatformSmmSpi.inf
704 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
705
706 #
707 # Platform
708 #
709 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
710 <LibraryClasses>
711 PlatformBootManagerLib|QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
712 !if $(CAPSULE_ENABLE)
713 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
714 !else
715 FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
716 !endif
717 }
718 MdeModulePkg/Application/UiApp/UiApp.inf {
719 <LibraryClasses>
720 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
721 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
722 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
723
724 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
725 }
726
727 QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCInitDxe.inf
728 PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
729 QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmAccessDxe/SmmAccess.inf
730 QuarkPlatformPkg/Platform/Dxe/Setup/DxePlatform.inf
731 QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiRuntime.inf {
732 <LibraryClasses>
733 PciExpressLib|MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
734 }
735 QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiSmm.inf
736 QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.inf
737 MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
738 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
739 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
740 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {
741 <LibraryClasses>
742 !if $(LOGGING)
743 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
744 !else
745 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
746 !endif
747 }
748 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
749 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf {
750 <LibraryClasses>
751 !if $(LOGGING)
752 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
753 !else
754 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
755 !endif
756 }
757 #
758 # ACPI
759 #
760 QuarkPlatformPkg/Platform/Dxe/SaveMemoryConfig/SaveMemoryConfig.inf
761 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
762 # MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf {
763 QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/BootScriptExecutorDxe.inf {
764 <LibraryClasses>
765 !if $(LOGGING)
766 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
767 !else
768 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
769 !endif
770 !if $(SOURCE_DEBUG_ENABLE)
771 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
772 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf
773 !endif
774 }
775 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
776 IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf
777 QuarkPlatformPkg/Acpi/AcpiTables/AcpiTables.inf
778 QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/AcpiPlatform.inf
779
780 #
781 # SMM
782 #
783 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
784 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
785 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {
786 <LibraryClasses>
787 SmmCpuFeaturesLib|QuarkSocPkg/QuarkNorthCluster/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf
788 SmmCpuPlatformHookLib|UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.inf
789
790 !if $(LOGGING)
791 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
792 !else
793 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
794 !endif
795 !if $(SOURCE_DEBUG_ENABLE)
796 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
797 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf
798 !endif
799 <PcdsPatchableInModule>
800 #
801 # Disable DEBUG_CACHE because SMI entry/exit may change MTRRs
802 #
803 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x801000C7
804 }
805
806 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
807 QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmControlDxe/SmmControlDxe.inf
808 QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNCSmmDispatcher.inf
809 QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/AcpiSmmPlatform.inf
810 QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/SmmPowerManagement.inf
811 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
812 UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf
813
814 #
815 # SMBIOS
816 #
817 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
818 QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/SmbiosMiscDxe.inf
819 QuarkPlatformPkg/Platform/Dxe/MemorySubClass/MemorySubClass.inf
820 #
821 # PCI
822 #
823 QuarkPlatformPkg/Pci/Dxe/PciPlatform/PciPlatform.inf
824 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
825 QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/IohInitDxe.inf
826 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
827
828 #
829 # USB
830 #
831 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
832 QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf
833 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
834 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
835 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
836 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
837
838 #
839 # SDIO
840 #
841 QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDControllerDxe.inf {
842 <PcdsPatchableInModule>
843 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80300087
844 }
845 QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDeviceDxe.inf {
846 <PcdsPatchableInModule>
847 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80300087
848 }
849
850 #
851 # Console
852 #
853 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
854 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {
855 <LibraryClasses>
856 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
857 }
858 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
859 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
860 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf {
861 <LibraryClasses>
862 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
863 }
864 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
865 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
866
867 #
868 # File System Modules
869 #
870 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
871 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
872 FatPkg/EnhancedFatDxe/Fat.inf
873
874 #
875 # Capsule update
876 #
877 IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDxe.inf
878 IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateDriverDxe.inf
879
880 #
881 # Trusted Platform Module
882 #
883 !if $(MEASURED_BOOT_ENABLE)
884 SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
885 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
886 SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
887 !endif
888
889 #
890 # Performance Application
891 #
892 !if $(PERFORMANCE_ENABLE)
893 ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf {
894 <PcdsFixedAtBuild>
895 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
896 <LibraryClasses>
897 PerformanceLib|MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
898 }
899 !endif
900
901 #
902 # Force Recovery Application
903 #
904 QuarkPlatformPkg/Application/ForceRecovery/ForceRecovery.inf
905
906 ShellPkg/Application/Shell/Shell.inf {
907 <LibraryClasses>
908 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
909 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
910 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
911 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
912 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
913 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
914 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
915 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
916 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
917 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
918 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
919
920 <PcdsFixedAtBuild>
921 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
922 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
923 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
924 }
925
926 !if $(CAPSULE_ENABLE)
927 MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDxe.inf
928
929 SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.inf {
930 <LibraryClasses>
931 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
932 }
933 SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareUpdateDxe.inf {
934 <LibraryClasses>
935 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
936 }
937
938 MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf {
939 <LibraryClasses>
940 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
941 }
942 !endif
943
944 [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
945 MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096
946
947 # Force PE/COFF sections to be aligned at 4KB boundaries to support page level protection of DXE_SMM_DRIVER/SMM_CORE modules
948 [BuildOptions.common.EDKII.DXE_SMM_DRIVER, BuildOptions.common.EDKII.SMM_CORE]
949 MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096
950 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
951