]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Quark.dsc
QuarkPlatformPkg: Use DpDynamicCommand to replace PerformancePkg/dp
[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 - 2017 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 !else
235 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
236 !endif
237
238 EdkiiSystemCapsuleLib|SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.inf
239 FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
240 IniParsingLib|SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf
241 PlatformFlashAccessLib|QuarkPlatformPkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLibDxe.inf
242
243 [LibraryClasses.common.SEC]
244 #
245 # SEC specific phase
246 #
247 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
248 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
249 TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
250 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
251 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
252 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
253
254 [LibraryClasses.IA32.PEIM,LibraryClasses.IA32.PEI_CORE]
255 #
256 # PEI phase common
257 #
258 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
259 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
260 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
261 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
262 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
263 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
264 TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
265 PlatformHelperLib|QuarkPlatformPkg/Library/PlatformHelperLib/PeiPlatformHelperLib.inf
266 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
267 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf
268 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
269 !if $(PERFORMANCE_ENABLE)
270 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
271 !endif
272
273 [LibraryClasses.IA32.DXE_CORE]
274 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
275 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
276 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
277 !if $(PERFORMANCE_ENABLE)
278 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
279 !endif
280
281 [LibraryClasses.IA32.DXE_SMM_DRIVER]
282 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
283 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
284 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
285 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
286 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
287 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf
288 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
289 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
290 !if $(PERFORMANCE_ENABLE)
291 PerformanceLib|MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf
292 !endif
293
294 [LibraryClasses.IA32.SMM_CORE]
295 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
296 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
297 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
298 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
299 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
300 !if $(SECURE_BOOT_ENABLE) || $(MEASURED_BOOT_ENABLE)
301 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
302 !endif
303 !if $(PERFORMANCE_ENABLE)
304 PerformanceLib|MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
305 !endif
306
307 [LibraryClasses.IA32.DXE_RUNTIME_DRIVER]
308 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
309 QNCAccessLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/RuntimeQNCAccessLib.inf
310 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
311 !if $(SECURE_BOOT_ENABLE) || $(MEASURED_BOOT_ENABLE)
312 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
313 !endif
314
315 !if $(CAPSULE_ENABLE)
316 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
317 !endif
318
319 [LibraryClasses.IA32.UEFI_DRIVER,LibraryClasses.IA32.UEFI_APPLICATION]
320 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
321
322 ################################################################################
323 #
324 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
325 #
326 ################################################################################
327 [PcdsFeatureFlag]
328 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
329 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
330 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|TRUE
331 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
332 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|FALSE
333 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
334 !if $(SOURCE_DEBUG_ENABLE)
335 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmDebug|TRUE
336 !endif
337
338 !if $(TARGET) == "RELEASE"
339 gQuarkPlatformTokenSpaceGuid.WaitIfResetDueToError|FALSE
340 !else
341 gQuarkPlatformTokenSpaceGuid.WaitIfResetDueToError|TRUE
342 !endif
343
344 [PcdsFixedAtBuild]
345 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|1
346 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3AcpiReservedMemorySize|0x20000
347 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|TRUE
348 !if $(LOGGING)
349 !if $(SOURCE_DEBUG_ENABLE)
350 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
351 !else
352 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27
353 !endif
354 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
355 !else
356 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0
357 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0x0
358 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x3
359 !endif
360 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0x18
361 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
362 !if $(GALILEO) == GEN1
363 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|460800
364 !endif
365 !if $(GALILEO) == GEN2
366 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|921600
367 !endif
368 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
369 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
370 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
371 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
372 !if $(PERFORMANCE_ENABLE)
373 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x1
374 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|80
375 !else
376 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x00
377 !endif
378 gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable|0
379 !if $(SECURE_BOOT_ENABLE)
380 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
381 !endif
382 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize|0x00002000
383 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x1000
384 ## RTC Update Timeout Value, need to increase timeout since also
385 # waiting for RTC to be busy.
386 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout|500000
387
388 !if $(SECURE_BOOT_ENABLE)
389 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
390 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
391 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04
392 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
393 !endif
394 gQuarkPlatformTokenSpaceGuid.PcdEsramStage1Base|0x80000000
395
396 !if $(SOURCE_DEBUG_ENABLE)
397 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
398 !endif
399
400 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|TRUE
401 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x9000B000
402 !if $(GALILEO) == GEN1
403 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|460800
404 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE
405 !endif
406 !if $(GALILEO) == GEN2
407 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|921600
408 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE
409 !endif
410 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialLineControl|0x03
411 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl|0x07
412 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialDetectCable|FALSE
413 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate|44236800
414 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialPciDeviceInfo|{0x14, 0x05, 0x84, 0x00, 0xFF}
415 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterStride|4
416
417 #
418 # typedef struct {
419 # UINT16 VendorId; ///< Vendor ID to match the PCI device. The value 0xFFFF terminates the list of entries.
420 # UINT16 DeviceId; ///< Device ID to match the PCI device
421 # UINT32 ClockRate; ///< UART clock rate. Set to 0 for default clock rate of 1843200 Hz
422 # UINT64 Offset; ///< The byte offset into to the BAR
423 # UINT8 BarIndex; ///< Which BAR to get the UART base address
424 # UINT8 RegisterStride; ///< UART register stride in bytes. Set to 0 for default register stride of 1 byte.
425 # UINT16 ReceiveFifoDepth; ///< UART receive FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.
426 # UINT16 TransmitFifoDepth; ///< UART transmit FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.
427 # UINT8 Reserved[2];
428 # } PCI_SERIAL_PARAMETER;
429 #
430 # Vendor 8086 Device 0936 Prog Interface 2, BAR #0, Offset 0, Stride = 4, Clock 44236800 (0x2a300000)
431 # Vendor 8086 Device 0936 Prog Interface 2, BAR #0, Offset 0, Stride = 4, Clock 44236800 (0x2a300000)
432 #
433 # [Vendor] [Device] [---ClockRate---] [------------Offset-----------] [Bar] [Stride] [RxFifo] [TxFifo] [Rsvd] [Vendor]
434 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}
435
436 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBusNumber |0
437 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciDeviceNumber |31
438 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciFunctionNumber |0
439 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciEnableRegisterOffset|0x4b
440 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoBarEnableMask |0x80
441 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBarRegisterOffset |0x48
442 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPortBaseAddress |0x1000
443 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiPm1TmrOffset |0x0008
444
445 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
446
447 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand|FALSE
448
449 !if $(RECOVERY_ENABLE)
450 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName|L"QUARKREC.Cap"
451 !endif
452
453 [PcdsPatchableInModule]
454 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x803000C7
455 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
456
457 [PcdsDynamicExHii.common.DEFAULT]
458 !if $(PERFORMANCE_ENABLE)
459 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|0
460 !else
461 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|5
462 !endif
463 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState|L"BootState"|gQuarkPlatformTokenSpaceGuid|0x0|TRUE
464
465 [PcdsDynamicExDefault.common.DEFAULT]
466 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr|0x0
467 gQuarkPlatformTokenSpaceGuid.PcdEnableFastBoot|TRUE
468 gQuarkPlatformTokenSpaceGuid.PcdUserIsPhysicallyPresent|FALSE
469 gQuarkPlatformTokenSpaceGuid.PcdSpiFlashDeviceSize|0
470
471 !if $(CAPSULE_ENABLE) || $(RECOVERY_ENABLE)
472 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor|{0x0}|VOID*|0x100
473 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid|{0xc0, 0x20, 0xaf, 0x62, 0x16, 0x70, 0x4a, 0x42, 0x9b, 0xf8, 0x9c, 0xcc, 0x86, 0x58, 0x40, 0x90}
474 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareFileGuid|{0x59, 0x3A, 0xD8, 0x14, 0x10, 0xA8, 0x56, 0x45, 0x81, 0x92, 0x1C, 0x0A, 0x59, 0x3C, 0x06, 0x5C}
475 !endif
476
477 !if $(MEASURED_BOOT_ENABLE)
478 #
479 # TPM1.2 { 0x8b01e5b6, 0x4f19, 0x46e8, { 0xab, 0x93, 0x1c, 0x53, 0x67, 0x1b, 0x90, 0xcc } }
480 # TPM2.0 DTPM { 0x286bf25a, 0xc2c3, 0x408c, { 0xb3, 0xb4, 0x25, 0xe6, 0x75, 0x8b, 0x73, 0x17 } }
481 #
482 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0xb6, 0xe5, 0x01, 0x8b, 0x19, 0x4f, 0xe8, 0x46, 0xab, 0x93, 0x1c, 0x53, 0x67, 0x1b, 0x90, 0xcc}
483 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|1
484 gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy|1
485 !endif
486
487 [PcdsDynamicExVpd]
488 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|*|32|L"EDK II"
489 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision|*|0x01000400
490 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|*|64|L"Galileo 1.0.4"
491
492 #
493 # ClantonPeakSVP
494 # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0002
495 # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"ClantonPeakSVP"
496 # 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}
497 #
498 # KipsBay
499 # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0003
500 # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"KipsBay"
501 # 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}
502 #
503 # CrossHill
504 # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0004
505 # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"CrossHill"
506 # 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}
507 #
508 # ClantonHill
509 # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0005
510 # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"ClantonHill"
511 # 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}
512 #
513 # Galileo
514 # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0006
515 # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"Galileo"
516 # 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}
517 #
518 # GalileoGen2
519 # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0008
520 # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"GalileoGen2"
521 # 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}
522 #
523 !if $(GALILEO) == GEN1
524 gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0006
525 gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"Galileo"
526 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}
527 !endif
528 !if $(GALILEO) == GEN2
529 gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0008
530 gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"GalileoGen2"
531 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}
532 !endif
533 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohEthernetMac0|*|8|{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
534 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohEthernetMac1|*|8|{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
535
536 ###################################################################################################
537 #
538 # Components Section - list of the modules and components that will be processed by compilation
539 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
540 #
541 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
542 # into firmware volume images. This section is just a list of modules to compile from
543 # source into UEFI-compliant binaries.
544 # It is the FDF file that contains information on combining binary files into firmware
545 # volume images, whose concept is beyond UEFI and is described in PI specification.
546 # Binary modules do not need to be listed in this section, as they should be
547 # specified in the FDF file. For example: Shell binary, FAT binary (Fat.efi),
548 # Logo (Logo.bmp), and etc.
549 # There may also be modules listed in this section that are not required in the FDF file,
550 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
551 # generated for it, but the binary will not be put into any firmware volume.
552 #
553 ###################################################################################################
554
555 [Components.IA32]
556 #
557 # SEC Core
558 #
559 UefiCpuPkg/SecCore/SecCore.inf {
560 !if $(SOURCE_DEBUG_ENABLE)
561 <LibraryClasses>
562 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
563 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
564 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf
565 !endif
566 }
567
568 !if $(CAPSULE_ENABLE) || $(RECOVERY_ENABLE)
569 # FMP image decriptor
570 QuarkPlatformPkg/Feature/Capsule/SystemFirmwareDescriptor/SystemFirmwareDescriptor.inf
571 !endif
572
573 #
574 # PEI Core
575 #
576 MdeModulePkg/Core/Pei/PeiMain.inf
577
578 #
579 # PEIM
580 #
581 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
582 <LibraryClasses>
583 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
584 }
585 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
586 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {
587 <LibraryClasses>
588 !if $(LOGGING)
589 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
590 !else
591 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
592 !endif
593 }
594
595 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
596 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
597 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
598 UefiCpuPkg/CpuMpPei/CpuMpPei.inf
599 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
600
601 QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInitPei.inf
602 QuarkPlatformPkg/Platform/Pei/PlatformInit/PlatformEarlyInit.inf
603 QuarkPlatformPkg/Platform/Pei/PlatformConfig/PlatformConfigPei.inf
604
605 UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.inf
606
607 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
608
609 #
610 # S3
611 #
612 QuarkSocPkg/QuarkNorthCluster/Smm/Pei/SmmAccessPei/SmmAccessPei.inf
613 QuarkSocPkg/QuarkNorthCluster/Smm/Pei/SmmControlPei/SmmControlPei.inf
614 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf
615
616 #
617 # Trusted Platform Module
618 #
619 !if $(MEASURED_BOOT_ENABLE)
620 SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf
621 SecurityPkg/Tcg/TcgPei/TcgPei.inf
622 !endif
623
624 #
625 # Recovery
626 #
627 !if $(RECOVERY_ENABLE)
628 QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/UsbPei.inf
629 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
630 QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciPei.inf
631 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
632 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
633 FatPkg/FatPei/FatPei.inf
634 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
635 SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.inf {
636 <LibraryClasses>
637 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf
638 }
639 !endif
640
641 [Components.IA32]
642 #
643 # DXE Core
644 #
645 MdeModulePkg/Core/Dxe/DxeMain.inf
646
647 !if $(SOURCE_DEBUG_ENABLE)
648 SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.inf {
649 <LibraryClasses>
650 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
651 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf
652 }
653 !endif
654
655
656 QuarkPlatformPkg/Platform/Dxe/PlatformInit/PlatformInitDxe.inf
657
658 #
659 # Components that produce the architectural protocols
660 #
661 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
662 <LibraryClasses>
663 !if $(SECURE_BOOT_ENABLE)
664 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
665 !endif
666 NULL|SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.inf
667 }
668 UefiCpuPkg/CpuDxe/CpuDxe.inf
669 MdeModulePkg/Universal/Metronome/Metronome.inf
670 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
671 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
672 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
673 !if $(SECURE_BOOT_ENABLE)
674 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
675 !endif
676 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
677 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
678 <LibraryClasses>
679 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
680 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
681 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
682 }
683
684 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
685 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
686 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
687 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
688
689 #
690 # Following are the DXE drivers (alphabetical order)
691 #
692 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
693 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
694 <LibraryClasses>
695 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
696 }
697
698 QuarkPlatformPkg/Pci/Dxe/PciHostBridge/PciHostBridge.inf
699 QuarkPlatformPkg/Platform/SpiFvbServices/PlatformSpi.inf
700 QuarkPlatformPkg/Platform/SpiFvbServices/PlatformSmmSpi.inf
701 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
702
703 #
704 # Platform
705 #
706 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
707 <LibraryClasses>
708 PlatformBootManagerLib|QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
709 !if $(CAPSULE_ENABLE)
710 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
711 !else
712 FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
713 !endif
714 }
715 MdeModulePkg/Application/UiApp/UiApp.inf {
716 <LibraryClasses>
717 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
718 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
719 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
720
721 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
722 }
723
724 QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCInitDxe.inf
725 PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
726 QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmAccessDxe/SmmAccess.inf
727 QuarkPlatformPkg/Platform/Dxe/Setup/DxePlatform.inf
728 QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiRuntime.inf {
729 <LibraryClasses>
730 PciExpressLib|MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
731 }
732 QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiSmm.inf
733 QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.inf
734 MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
735 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
736 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
737 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {
738 <LibraryClasses>
739 !if $(LOGGING)
740 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
741 !else
742 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
743 !endif
744 }
745 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
746 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf {
747 <LibraryClasses>
748 !if $(LOGGING)
749 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
750 !else
751 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
752 !endif
753 }
754 #
755 # ACPI
756 #
757 QuarkPlatformPkg/Platform/Dxe/SaveMemoryConfig/SaveMemoryConfig.inf
758 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
759 # MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf {
760 QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/BootScriptExecutorDxe.inf {
761 <LibraryClasses>
762 !if $(LOGGING)
763 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
764 !else
765 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
766 !endif
767 !if $(SOURCE_DEBUG_ENABLE)
768 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
769 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf
770 !endif
771 }
772 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
773 IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf
774 QuarkPlatformPkg/Acpi/AcpiTables/AcpiTables.inf
775 QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/AcpiPlatform.inf
776
777 #
778 # SMM
779 #
780 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
781 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
782 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {
783 <LibraryClasses>
784 SmmCpuFeaturesLib|QuarkSocPkg/QuarkNorthCluster/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf
785 SmmCpuPlatformHookLib|UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.inf
786
787 !if $(LOGGING)
788 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
789 !else
790 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
791 !endif
792 !if $(SOURCE_DEBUG_ENABLE)
793 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
794 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf
795 !endif
796 <PcdsPatchableInModule>
797 #
798 # Disable DEBUG_CACHE because SMI entry/exit may change MTRRs
799 #
800 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x801000C7
801 }
802
803 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
804 QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmControlDxe/SmmControlDxe.inf
805 QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNCSmmDispatcher.inf
806 QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/AcpiSmmPlatform.inf
807 QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/SmmPowerManagement.inf
808 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
809 UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf
810
811 #
812 # SMBIOS
813 #
814 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
815 QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/SmbiosMiscDxe.inf
816 QuarkPlatformPkg/Platform/Dxe/MemorySubClass/MemorySubClass.inf
817 #
818 # PCI
819 #
820 QuarkPlatformPkg/Pci/Dxe/PciPlatform/PciPlatform.inf
821 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
822 QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/IohInitDxe.inf
823 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
824
825 #
826 # USB
827 #
828 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
829 QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf
830 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
831 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
832 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
833 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
834
835 #
836 # SDIO
837 #
838 QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDControllerDxe.inf {
839 <PcdsPatchableInModule>
840 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80300087
841 }
842 QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDeviceDxe.inf {
843 <PcdsPatchableInModule>
844 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80300087
845 }
846
847 #
848 # Console
849 #
850 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
851 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {
852 <LibraryClasses>
853 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
854 }
855 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
856 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
857 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf {
858 <LibraryClasses>
859 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
860 }
861 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
862 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
863
864 #
865 # File System Modules
866 #
867 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
868 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
869 FatPkg/EnhancedFatDxe/Fat.inf
870
871 #
872 # Capsule update
873 #
874 IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDxe.inf
875 IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateDriverDxe.inf
876
877 #
878 # Trusted Platform Module
879 #
880 !if $(MEASURED_BOOT_ENABLE)
881 SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
882 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
883 SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
884 !endif
885
886 #
887 # Performance Application
888 #
889 !if $(PERFORMANCE_ENABLE)
890 ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf {
891 <PcdsFixedAtBuild>
892 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
893 <LibraryClasses>
894 PerformanceLib|MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
895 }
896 !endif
897
898 #
899 # Force Recovery Application
900 #
901 QuarkPlatformPkg/Application/ForceRecovery/ForceRecovery.inf
902
903 ShellPkg/Application/Shell/Shell.inf {
904 <LibraryClasses>
905 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
906 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
907 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
908 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
909 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
910 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
911 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
912 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
913 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
914 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
915 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
916
917 <PcdsFixedAtBuild>
918 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
919 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
920 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
921 }
922
923 !if $(CAPSULE_ENABLE)
924 MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
925
926 SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.inf {
927 <LibraryClasses>
928 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
929 }
930 SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareUpdateDxe.inf {
931 <LibraryClasses>
932 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
933 }
934
935 MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf {
936 <LibraryClasses>
937 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
938 }
939 !endif
940
941 [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
942 MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096
943
944 # Force PE/COFF sections to be aligned at 4KB boundaries to support page level protection of DXE_SMM_DRIVER/SMM_CORE modules
945 [BuildOptions.common.EDKII.DXE_SMM_DRIVER, BuildOptions.common.EDKII.SMM_CORE]
946 MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096
947 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
948