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