]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/QuarkMin.dsc
QuarkPlatformPkg: Set PcdSpeculationBarrierType to CPUID
[mirror_edk2.git] / QuarkPlatformPkg / QuarkMin.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
4aa3fd56 5# Copyright (c) 2013 - 2019 Intel Corporation.\r
b303605e 6#\r
0eb3de2e 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
b303605e
MK
8#\r
9##\r
10\r
11################################################################################\r
12#\r
13# Defines Section - statements that will be processed to create a Makefile.\r
14#\r
15################################################################################\r
16[Defines]\r
17 DSC_SPECIFICATION = 0x00010005\r
18 PLATFORM_NAME = QuarkMin\r
19 PLATFORM_GUID = 2655F3CF-4CC7-4e17-A62D-77FE3F10AE7F\r
20 PLATFORM_VERSION = 0.1\r
21 FLASH_DEFINITION = QuarkPlatformPkg/QuarkMin.fdf\r
22 OUTPUT_DIRECTORY = Build/QuarkMin\r
23 SUPPORTED_ARCHITECTURES = IA32\r
24 BUILD_TARGETS = DEBUG|RELEASE\r
25 SKUID_IDENTIFIER = DEFAULT\r
26 VPD_TOOL_GUID = 8C3D856A-9BE6-468E-850A-24F7A8D38E08\r
27\r
28 #\r
29 # Platform On/Off features are defined here\r
30 #\r
31 DEFINE GALILEO = GEN2\r
32 DEFINE SECURE_BOOT_ENABLE = FALSE\r
33 DEFINE SOURCE_DEBUG_ENABLE = FALSE\r
34 DEFINE PERFORMANCE_ENABLE = FALSE\r
35 DEFINE LOGGING = FALSE\r
36\r
37 !if $(TARGET) == "DEBUG"\r
38 DEFINE LOGGING = TRUE\r
39 !endif\r
40\r
41 !if $(PERFORMANCE_ENABLE)\r
42 DEFINE SOURCE_DEBUG_ENABLE = FALSE\r
43 DEFINE LOGGING = FALSE\r
44 !endif\r
45\r
46################################################################################\r
47#\r
48# SKU Identification section - list of all SKU IDs supported by this\r
49# Platform.\r
50#\r
51################################################################################\r
52[SkuIds]\r
53 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r
54\r
55################################################################################\r
56#\r
57# Library Class section - list of all Library Classes needed by this Platform.\r
58#\r
59################################################################################\r
60[LibraryClasses]\r
61 #\r
62 # Entry point\r
63 #\r
64 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
65 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
66 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
67 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
68 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
69\r
70 #\r
71 # Basic\r
72 #\r
73 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
74 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
75 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
76 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
77 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
78 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
79 PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf\r
627dea2a 80 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
b303605e
MK
81 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
82 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
83 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
84 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
85!if $(SOURCE_DEBUG_ENABLE)\r
86 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
87 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
88!else\r
89 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
90!endif\r
91 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
92 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
93\r
94 #\r
95 # UEFI & PI\r
96 #\r
97 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
98 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
99 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
100 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
101 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
102 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
103 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
8c3677c3 104 UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
b303605e
MK
105 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
106 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
107 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
108 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
109 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
110 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
bbac7a1b 111 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
b303605e
MK
112\r
113 #\r
114 # Generic Modules\r
115 #\r
116 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r
117 S3IoLib|MdePkg/Library/BaseS3IoLib/BaseS3IoLib.inf\r
118 S3PciLib|MdePkg/Library/BaseS3PciLib/BaseS3PciLib.inf\r
119 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
120 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
121 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
122 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
123 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
124 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
125 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
126 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
127 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
128 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf\r
129 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
130 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
131 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
132 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
133 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
134 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
135 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
136 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
137!if $(LOGGING)\r
138 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
139!else\r
140 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
141!endif\r
142!if $(PERFORMANCE_ENABLE)\r
143 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
144!else\r
145 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
146!endif\r
fd55a5be
RN
147\r
148 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
149 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
150\r
b303605e
MK
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\r
8affbb62
JY
163 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
164\r
b303605e
MK
165 #\r
166 # CPU\r
167 #\r
168 MtrrLib|QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.inf\r
169 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf\r
ee78341e 170 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf\r
b303605e
MK
171\r
172 #\r
173 # Quark North Cluster\r
174 #\r
175 SmmLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCSmmLib/QNCSmmLib.inf\r
176 SmbusLib|QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/SmbusLib.inf\r
177 TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
178 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf\r
179 IntelQNCLib|QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/IntelQNCLib.inf\r
180 QNCAccessLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/QNCAccessLib.inf\r
181 IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf\r
182\r
183 #\r
184 # Quark South Cluster\r
185 #\r
186 IohLib|QuarkSocPkg/QuarkSouthCluster/Library/IohLib/IohLib.inf\r
187 I2cLib|QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/I2cLib.inf\r
188 SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf\r
189 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf\r
190\r
191 #\r
192 # Quark Platform\r
193 #\r
b303605e
MK
194 PlatformSecLib|QuarkPlatformPkg/Library/PlatformSecLib/PlatformSecLib.inf\r
195 PlatformPcieHelperLib|QuarkPlatformPkg/Library/PlatformPcieHelperLib/PlatformPcieHelperLib.inf\r
196 PlatformHelperLib|QuarkPlatformPkg/Library/PlatformHelperLib/DxePlatformHelperLib.inf\r
197\r
198[LibraryClasses.common.SEC]\r
199 #\r
200 # SEC specific phase\r
201 #\r
202 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
203 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
204 TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf\r
205 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
206 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
207 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r
208\r
209[LibraryClasses.IA32.PEIM,LibraryClasses.IA32.PEI_CORE]\r
210 #\r
211 # PEI phase common\r
212 #\r
213 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
214 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
215 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
216 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
217 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
218 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
219 TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf\r
220 PlatformHelperLib|QuarkPlatformPkg/Library/PlatformHelperLib/PeiPlatformHelperLib.inf\r
221 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r
ee78341e 222 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf\r
b303605e
MK
223!if $(SECURE_BOOT_ENABLE)\r
224 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf\r
225!endif\r
226!if $(PERFORMANCE_ENABLE)\r
227 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
228!endif\r
229\r
230[LibraryClasses.IA32.DXE_CORE]\r
231 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
232 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
233 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
234!if $(PERFORMANCE_ENABLE)\r
235 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
236!endif\r
237\r
238[LibraryClasses.IA32.DXE_SMM_DRIVER]\r
6126f439 239 MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf\r
b303605e
MK
240 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r
241 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
242 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
243 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
244 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
245 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf\r
246 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
247!if $(SECURE_BOOT_ENABLE)\r
248 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r
249!endif\r
250!if $(PERFORMANCE_ENABLE)\r
251 PerformanceLib|MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf\r
252!endif\r
253\r
254[LibraryClasses.IA32.SMM_CORE]\r
255 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf\r
256 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
257 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf\r
258 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
259 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
260!if $(SECURE_BOOT_ENABLE)\r
261 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r
262!endif\r
263!if $(PERFORMANCE_ENABLE)\r
264 PerformanceLib|MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf\r
265!endif\r
266\r
267[LibraryClasses.IA32.DXE_RUNTIME_DRIVER]\r
268 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
269 QNCAccessLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/RuntimeQNCAccessLib.inf\r
270 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
271!if $(SECURE_BOOT_ENABLE)\r
272 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
273!endif\r
274\r
275[LibraryClasses.IA32.UEFI_DRIVER,LibraryClasses.IA32.UEFI_APPLICATION]\r
276 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
277\r
278################################################################################\r
279#\r
280# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
281#\r
282################################################################################\r
283[PcdsFeatureFlag]\r
284 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE\r
285 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE\r
286 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|TRUE\r
287 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
288 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|FALSE\r
289 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE\r
290!if $(SOURCE_DEBUG_ENABLE)\r
291 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmDebug|TRUE\r
292!endif\r
293\r
294!if $(TARGET) == "RELEASE"\r
295 gQuarkPlatformTokenSpaceGuid.WaitIfResetDueToError|FALSE\r
296!else\r
297 gQuarkPlatformTokenSpaceGuid.WaitIfResetDueToError|TRUE\r
298!endif\r
299\r
300[PcdsFixedAtBuild]\r
301 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|1\r
302 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3AcpiReservedMemorySize|0x20000\r
303 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
304!if $(LOGGING)\r
305 !if $(SOURCE_DEBUG_ENABLE)\r
306 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
307 !else\r
308 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27\r
309 !endif\r
310 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
311!else\r
312 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0\r
313 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0x0\r
314 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x3\r
315!endif\r
316 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0x18\r
317 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r
318!if $(GALILEO) == GEN1\r
319 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|460800\r
320!endif\r
321!if $(GALILEO) == GEN2\r
322 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|921600\r
323!endif\r
324 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8\r
325 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1\r
326 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1\r
327 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0\r
328!if $(PERFORMANCE_ENABLE)\r
329 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x1\r
330 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|80\r
331!else\r
332 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x00\r
333!endif\r
334 gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable|0\r
335!if $(SECURE_BOOT_ENABLE)\r
336 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
337!endif\r
338 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize|0x00002000\r
339 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x1000\r
4aa3fd56
SZ
340 #\r
341 # Make VariableRuntimeDxe work at emulated non-volatile variable mode.\r
342 #\r
343 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable|TRUE\r
b303605e
MK
344 ## RTC Update Timeout Value, need to increase timeout since also\r
345 # waiting for RTC to be busy.\r
346 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout|500000\r
347\r
348!if $(SECURE_BOOT_ENABLE)\r
349 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r
350 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04\r
351 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04\r
352 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04\r
353!endif\r
354 gQuarkPlatformTokenSpaceGuid.PcdEsramStage1Base|0x80000000\r
355\r
356!if $(SOURCE_DEBUG_ENABLE)\r
357 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r
358!endif\r
359\r
360 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|TRUE\r
361 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x9000B000\r
362!if $(GALILEO) == GEN1\r
363 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|460800\r
364 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE\r
365!endif\r
366!if $(GALILEO) == GEN2\r
367 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|921600\r
368 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE\r
369!endif\r
370 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialLineControl|0x03\r
371 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl|0x07\r
372 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialDetectCable|FALSE\r
373 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate|44236800\r
374 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialPciDeviceInfo|{0x14, 0x05, 0x84, 0x00, 0xFF}\r
375 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterStride|4\r
376\r
377 #\r
378 # typedef struct {\r
379 # UINT16 VendorId; ///< Vendor ID to match the PCI device. The value 0xFFFF terminates the list of entries.\r
380 # UINT16 DeviceId; ///< Device ID to match the PCI device\r
381 # UINT32 ClockRate; ///< UART clock rate. Set to 0 for default clock rate of 1843200 Hz\r
382 # UINT64 Offset; ///< The byte offset into to the BAR\r
383 # UINT8 BarIndex; ///< Which BAR to get the UART base address\r
384 # UINT8 RegisterStride; ///< UART register stride in bytes. Set to 0 for default register stride of 1 byte.\r
385 # UINT16 ReceiveFifoDepth; ///< UART receive FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.\r
386 # UINT16 TransmitFifoDepth; ///< UART transmit FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.\r
387 # UINT8 Reserved[2];\r
388 # } PCI_SERIAL_PARAMETER;\r
389 #\r
390 # Vendor 8086 Device 0936 Prog Interface 2, BAR #0, Offset 0, Stride = 4, Clock 44236800 (0x2a300000)\r
391 # Vendor 8086 Device 0936 Prog Interface 2, BAR #0, Offset 0, Stride = 4, Clock 44236800 (0x2a300000)\r
392 #\r
393 # [Vendor] [Device] [---ClockRate---] [------------Offset-----------] [Bar] [Stride] [RxFifo] [TxFifo] [Rsvd] [Vendor]\r
394 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
395\r
396 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBusNumber |0\r
397 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciDeviceNumber |31\r
398 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciFunctionNumber |0\r
399 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciEnableRegisterOffset|0x4b\r
400 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoBarEnableMask |0x80\r
401 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBarRegisterOffset |0x48\r
402 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPortBaseAddress |0x1000\r
403 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiPm1TmrOffset |0x0008\r
404\r
405 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
406\r
407 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand|FALSE\r
408\r
24f4547c
MK
409 #\r
410 # Quark does not support LFENCE. Use CPUID as speculation barrier\r
411 #\r
412 gEfiMdePkgTokenSpaceGuid.PcdSpeculationBarrierType|0x02\r
413\r
b303605e
MK
414[PcdsPatchableInModule]\r
415 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x803000C7\r
416 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
417\r
418[PcdsDynamicExHii.common.DEFAULT]\r
419!if $(PERFORMANCE_ENABLE)\r
420 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|0\r
421!else\r
422 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|5\r
423!endif\r
424 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState|L"BootState"|gQuarkPlatformTokenSpaceGuid|0x0|TRUE\r
425\r
426[PcdsDynamicExDefault.common.DEFAULT]\r
427 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr|0x0\r
428 gQuarkPlatformTokenSpaceGuid.PcdEnableFastBoot|TRUE\r
429 gQuarkPlatformTokenSpaceGuid.PcdUserIsPhysicallyPresent|FALSE\r
430 gQuarkPlatformTokenSpaceGuid.PcdSpiFlashDeviceSize|0\r
431\r
432[PcdsDynamicExVpd]\r
433 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|*|32|L"EDK II"\r
434 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision|*|0x01000400\r
435 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|*|64|L"Galileo 1.0.4"\r
436\r
437#\r
438# ClantonPeakSVP\r
439# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0002\r
440# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"ClantonPeakSVP"\r
441# 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
442#\r
443# KipsBay\r
444# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0003\r
445# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"KipsBay"\r
446# 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
447#\r
448# CrossHill\r
449# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0004\r
450# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"CrossHill"\r
451# 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
452#\r
453# ClantonHill\r
454# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0005\r
455# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"ClantonHill"\r
456# 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
457#\r
458# Galileo\r
459# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0006\r
460# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"Galileo"\r
461# 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
462#\r
463# GalileoGen2\r
464# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0008\r
465# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"GalileoGen2"\r
466# 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
467#\r
468!if $(GALILEO) == GEN1\r
469 gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0006\r
470 gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"Galileo"\r
471 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
472!endif\r
473!if $(GALILEO) == GEN2\r
474 gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0008\r
475 gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"GalileoGen2"\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!endif\r
478 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohEthernetMac0|*|8|{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}\r
479 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohEthernetMac1|*|8|{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}\r
480\r
481###################################################################################################\r
482#\r
483# Components Section - list of the modules and components that will be processed by compilation\r
484# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
485#\r
486# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
487# into firmware volume images. This section is just a list of modules to compile from\r
488# source into UEFI-compliant binaries.\r
489# It is the FDF file that contains information on combining binary files into firmware\r
490# volume images, whose concept is beyond UEFI and is described in PI specification.\r
491# Binary modules do not need to be listed in this section, as they should be\r
492# specified in the FDF file. For example: Shell binary, FAT binary (Fat.efi),\r
493# Logo (Logo.bmp), and etc.\r
494# There may also be modules listed in this section that are not required in the FDF file,\r
495# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
496# generated for it, but the binary will not be put into any firmware volume.\r
497#\r
498###################################################################################################\r
499\r
500[Components.IA32]\r
501 #\r
502 # SEC Core\r
503 #\r
504 UefiCpuPkg/SecCore/SecCore.inf {\r
505 !if $(SOURCE_DEBUG_ENABLE)\r
506 <LibraryClasses>\r
507 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
508 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
509 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf\r
510 !endif\r
511 }\r
512\r
513 #\r
514 # PEI Core\r
515 #\r
516 MdeModulePkg/Core/Pei/PeiMain.inf\r
517\r
518 #\r
519 # PEIM\r
520 #\r
521 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
522 <LibraryClasses>\r
523 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
524 }\r
525 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf\r
526 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
527 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.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 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
534\r
535[Components.IA32]\r
536 #\r
537 # DXE Core\r
538 #\r
539 MdeModulePkg/Core/Dxe/DxeMain.inf\r
540\r
541!if $(SOURCE_DEBUG_ENABLE)\r
542 SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.inf {\r
543 <LibraryClasses>\r
544 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
545 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf\r
546 }\r
547!endif\r
548\r
549\r
550 QuarkPlatformPkg/Platform/Dxe/PlatformInit/PlatformInitDxe.inf\r
551\r
552 #\r
553 # Components that produce the architectural protocols\r
554 #\r
555 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
556 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
557 MdeModulePkg/Universal/Metronome/Metronome.inf\r
558 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
559 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
4aa3fd56 560 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
8affbb62 561 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
b303605e
MK
562 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
563 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
564 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf\r
565\r
566 #\r
567 # Following are the DXE drivers (alphabetical order)\r
568 #\r
569 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
570 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
571 <LibraryClasses>\r
572 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
573 }\r
574\r
575 QuarkPlatformPkg/Pci/Dxe/PciHostBridge/PciHostBridge.inf\r
576 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
577\r
578 #\r
579 # Platform\r
580 #\r
581 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
582 <LibraryClasses>\r
b303605e
MK
583 PlatformBootManagerLib|QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
584 }\r
585\r
586 QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCInitDxe.inf\r
587 PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf\r
588 QuarkPlatformPkg/Platform/Dxe/Setup/DxePlatform.inf\r
589 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
590\r
591 #\r
592 # PCI\r
593 #\r
594 QuarkPlatformPkg/Pci/Dxe/PciPlatform/PciPlatform.inf\r
595 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
596 QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/IohInitDxe.inf\r
597 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf\r
598\r
599 #\r
600 # Console\r
601 #\r
602 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
603 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {\r
604 <LibraryClasses>\r
605 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
606 }\r
607 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
608 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
609 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf {\r
610 <LibraryClasses>\r
611 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
612 }\r
613 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
614 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
615\r
616 #\r
617 # File System Modules\r
618 #\r
619 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf\r
620\r
621 #\r
622 # Performance Application\r
623 #\r
624!if $(PERFORMANCE_ENABLE)\r
fd55a5be
RN
625 ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf {\r
626 <PcdsFixedAtBuild>\r
627 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
b303605e
MK
628 }\r
629!endif\r
630\r
631 ShellPkg/Application/Shell/Shell.inf {\r
632 <LibraryClasses>\r
633 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
634 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
635 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
636 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
637 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
638 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
639 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
640 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
641 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
b303605e
MK
642 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
643 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
644\r
645 <PcdsFixedAtBuild>\r
646 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
647 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
648 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
649 }\r