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