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