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