]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/QuarkMin.dsc
EmulatorPkg: Save the modified order after rebooting
[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
c793d24b 170 MpInitLib|UefiCpuPkg/Library/MpInitLibUp/MpInitLibUp.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
222!if $(SECURE_BOOT_ENABLE)\r
223 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf\r
224!endif\r
225!if $(PERFORMANCE_ENABLE)\r
226 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
227!endif\r
228\r
229[LibraryClasses.IA32.DXE_CORE]\r
230 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
231 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
232 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
233!if $(PERFORMANCE_ENABLE)\r
234 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
235!endif\r
236\r
237[LibraryClasses.IA32.DXE_SMM_DRIVER]\r
6126f439 238 MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf\r
b303605e
MK
239 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r
240 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
241 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
242 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
243 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
244 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf\r
245 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
246!if $(SECURE_BOOT_ENABLE)\r
247 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r
248!endif\r
249!if $(PERFORMANCE_ENABLE)\r
250 PerformanceLib|MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf\r
251!endif\r
252\r
253[LibraryClasses.IA32.SMM_CORE]\r
254 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf\r
255 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
256 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf\r
257 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
258 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
259!if $(SECURE_BOOT_ENABLE)\r
260 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r
261!endif\r
262!if $(PERFORMANCE_ENABLE)\r
263 PerformanceLib|MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf\r
264!endif\r
265\r
266[LibraryClasses.IA32.DXE_RUNTIME_DRIVER]\r
267 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
268 QNCAccessLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/RuntimeQNCAccessLib.inf\r
269 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
270!if $(SECURE_BOOT_ENABLE)\r
271 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
272!endif\r
273\r
274[LibraryClasses.IA32.UEFI_DRIVER,LibraryClasses.IA32.UEFI_APPLICATION]\r
275 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
276\r
277################################################################################\r
278#\r
279# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
280#\r
281################################################################################\r
282[PcdsFeatureFlag]\r
283 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE\r
284 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE\r
285 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|TRUE\r
286 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
287 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|FALSE\r
288 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE\r
289!if $(SOURCE_DEBUG_ENABLE)\r
290 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmDebug|TRUE\r
291!endif\r
292\r
293!if $(TARGET) == "RELEASE"\r
294 gQuarkPlatformTokenSpaceGuid.WaitIfResetDueToError|FALSE\r
295!else\r
296 gQuarkPlatformTokenSpaceGuid.WaitIfResetDueToError|TRUE\r
297!endif\r
298\r
299[PcdsFixedAtBuild]\r
300 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|1\r
301 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3AcpiReservedMemorySize|0x20000\r
302 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
303!if $(LOGGING)\r
304 !if $(SOURCE_DEBUG_ENABLE)\r
305 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
306 !else\r
307 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27\r
308 !endif\r
309 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
310!else\r
311 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0\r
312 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0x0\r
313 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x3\r
314!endif\r
315 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0x18\r
316 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r
317!if $(GALILEO) == GEN1\r
318 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|460800\r
319!endif\r
320!if $(GALILEO) == GEN2\r
321 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|921600\r
322!endif\r
323 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8\r
324 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1\r
325 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1\r
326 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0\r
327!if $(PERFORMANCE_ENABLE)\r
328 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x1\r
329 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|80\r
330!else\r
331 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x00\r
332!endif\r
333 gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable|0\r
334!if $(SECURE_BOOT_ENABLE)\r
335 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
336!endif\r
337 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize|0x00002000\r
338 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x1000\r
4aa3fd56
SZ
339 #\r
340 # Make VariableRuntimeDxe work at emulated non-volatile variable mode.\r
341 #\r
342 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable|TRUE\r
b303605e
MK
343 ## RTC Update Timeout Value, need to increase timeout since also\r
344 # waiting for RTC to be busy.\r
345 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout|500000\r
346\r
347!if $(SECURE_BOOT_ENABLE)\r
348 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r
349 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04\r
350 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04\r
351 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04\r
352!endif\r
353 gQuarkPlatformTokenSpaceGuid.PcdEsramStage1Base|0x80000000\r
354\r
355!if $(SOURCE_DEBUG_ENABLE)\r
356 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r
357!endif\r
358\r
359 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|TRUE\r
360 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x9000B000\r
361!if $(GALILEO) == GEN1\r
362 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|460800\r
363 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE\r
364!endif\r
365!if $(GALILEO) == GEN2\r
366 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|921600\r
367 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE\r
368!endif\r
369 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialLineControl|0x03\r
370 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl|0x07\r
371 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialDetectCable|FALSE\r
372 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate|44236800\r
373 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialPciDeviceInfo|{0x14, 0x05, 0x84, 0x00, 0xFF}\r
374 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterStride|4\r
375\r
376 #\r
377 # typedef struct {\r
378 # UINT16 VendorId; ///< Vendor ID to match the PCI device. The value 0xFFFF terminates the list of entries.\r
379 # UINT16 DeviceId; ///< Device ID to match the PCI device\r
380 # UINT32 ClockRate; ///< UART clock rate. Set to 0 for default clock rate of 1843200 Hz\r
381 # UINT64 Offset; ///< The byte offset into to the BAR\r
382 # UINT8 BarIndex; ///< Which BAR to get the UART base address\r
383 # UINT8 RegisterStride; ///< UART register stride in bytes. Set to 0 for default register stride of 1 byte.\r
384 # UINT16 ReceiveFifoDepth; ///< UART receive FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.\r
385 # UINT16 TransmitFifoDepth; ///< UART transmit FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.\r
386 # UINT8 Reserved[2];\r
387 # } PCI_SERIAL_PARAMETER;\r
388 #\r
389 # Vendor 8086 Device 0936 Prog Interface 2, BAR #0, Offset 0, Stride = 4, Clock 44236800 (0x2a300000)\r
390 # Vendor 8086 Device 0936 Prog Interface 2, BAR #0, Offset 0, Stride = 4, Clock 44236800 (0x2a300000)\r
391 #\r
392 # [Vendor] [Device] [---ClockRate---] [------------Offset-----------] [Bar] [Stride] [RxFifo] [TxFifo] [Rsvd] [Vendor]\r
393 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
394\r
395 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBusNumber |0\r
396 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciDeviceNumber |31\r
397 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciFunctionNumber |0\r
398 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciEnableRegisterOffset|0x4b\r
399 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoBarEnableMask |0x80\r
400 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBarRegisterOffset |0x48\r
401 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPortBaseAddress |0x1000\r
402 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiPm1TmrOffset |0x0008\r
403\r
404 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
405\r
406 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand|FALSE\r
407\r
24f4547c
MK
408 #\r
409 # Quark does not support LFENCE. Use CPUID as speculation barrier\r
410 #\r
411 gEfiMdePkgTokenSpaceGuid.PcdSpeculationBarrierType|0x02\r
412\r
b303605e
MK
413[PcdsPatchableInModule]\r
414 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x803000C7\r
415 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
416\r
417[PcdsDynamicExHii.common.DEFAULT]\r
418!if $(PERFORMANCE_ENABLE)\r
419 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|0\r
420!else\r
421 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|5\r
422!endif\r
423 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState|L"BootState"|gQuarkPlatformTokenSpaceGuid|0x0|TRUE\r
424\r
425[PcdsDynamicExDefault.common.DEFAULT]\r
426 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr|0x0\r
427 gQuarkPlatformTokenSpaceGuid.PcdEnableFastBoot|TRUE\r
428 gQuarkPlatformTokenSpaceGuid.PcdUserIsPhysicallyPresent|FALSE\r
429 gQuarkPlatformTokenSpaceGuid.PcdSpiFlashDeviceSize|0\r
430\r
431[PcdsDynamicExVpd]\r
432 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|*|32|L"EDK II"\r
433 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision|*|0x01000400\r
434 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|*|64|L"Galileo 1.0.4"\r
435\r
436#\r
437# ClantonPeakSVP\r
438# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0002\r
439# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"ClantonPeakSVP"\r
440# 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
441#\r
442# KipsBay\r
443# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0003\r
444# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"KipsBay"\r
445# 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
446#\r
447# CrossHill\r
448# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0004\r
449# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"CrossHill"\r
450# 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
451#\r
452# ClantonHill\r
453# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0005\r
454# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"ClantonHill"\r
455# 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
456#\r
457# Galileo\r
458# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0006\r
459# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"Galileo"\r
460# 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
461#\r
462# GalileoGen2\r
463# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0008\r
464# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"GalileoGen2"\r
465# 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
466#\r
467!if $(GALILEO) == GEN1\r
468 gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0006\r
469 gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"Galileo"\r
470 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
471!endif\r
472!if $(GALILEO) == GEN2\r
473 gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0008\r
474 gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"GalileoGen2"\r
475 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
476!endif\r
477 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohEthernetMac0|*|8|{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}\r
478 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohEthernetMac1|*|8|{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}\r
479\r
480###################################################################################################\r
481#\r
482# Components Section - list of the modules and components that will be processed by compilation\r
483# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
484#\r
485# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
486# into firmware volume images. This section is just a list of modules to compile from\r
487# source into UEFI-compliant binaries.\r
488# It is the FDF file that contains information on combining binary files into firmware\r
489# volume images, whose concept is beyond UEFI and is described in PI specification.\r
490# Binary modules do not need to be listed in this section, as they should be\r
491# specified in the FDF file. For example: Shell binary, FAT binary (Fat.efi),\r
492# Logo (Logo.bmp), and etc.\r
493# There may also be modules listed in this section that are not required in the FDF file,\r
494# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
495# generated for it, but the binary will not be put into any firmware volume.\r
496#\r
497###################################################################################################\r
498\r
499[Components.IA32]\r
500 #\r
501 # SEC Core\r
502 #\r
503 UefiCpuPkg/SecCore/SecCore.inf {\r
504 !if $(SOURCE_DEBUG_ENABLE)\r
505 <LibraryClasses>\r
506 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
507 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
508 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf\r
509 !endif\r
510 }\r
511\r
512 #\r
513 # PEI Core\r
514 #\r
515 MdeModulePkg/Core/Pei/PeiMain.inf\r
516\r
517 #\r
518 # PEIM\r
519 #\r
520 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
521 <LibraryClasses>\r
522 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
523 }\r
524 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf\r
525 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
526 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf\r
527\r
528 QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInitPei.inf\r
529 QuarkPlatformPkg/Platform/Pei/PlatformInit/PlatformEarlyInit.inf\r
530 QuarkPlatformPkg/Platform/Pei/PlatformConfig/PlatformConfigPei.inf\r
531\r
532 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
533\r
534[Components.IA32]\r
535 #\r
536 # DXE Core\r
537 #\r
538 MdeModulePkg/Core/Dxe/DxeMain.inf\r
539\r
540!if $(SOURCE_DEBUG_ENABLE)\r
541 SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.inf {\r
542 <LibraryClasses>\r
543 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
544 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf\r
545 }\r
546!endif\r
547\r
548\r
549 QuarkPlatformPkg/Platform/Dxe/PlatformInit/PlatformInitDxe.inf\r
550\r
551 #\r
552 # Components that produce the architectural protocols\r
553 #\r
554 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
555 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
556 MdeModulePkg/Universal/Metronome/Metronome.inf\r
557 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
558 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
4aa3fd56 559 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
8affbb62 560 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
b303605e
MK
561 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
562 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
563 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf\r
564\r
565 #\r
566 # Following are the DXE drivers (alphabetical order)\r
567 #\r
568 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
569 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
570 <LibraryClasses>\r
571 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
572 }\r
573\r
574 QuarkPlatformPkg/Pci/Dxe/PciHostBridge/PciHostBridge.inf\r
575 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
576\r
577 #\r
578 # Platform\r
579 #\r
580 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
581 <LibraryClasses>\r
b303605e
MK
582 PlatformBootManagerLib|QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
583 }\r
584\r
585 QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCInitDxe.inf\r
586 PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf\r
587 QuarkPlatformPkg/Platform/Dxe/Setup/DxePlatform.inf\r
588 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
589\r
590 #\r
591 # PCI\r
592 #\r
593 QuarkPlatformPkg/Pci/Dxe/PciPlatform/PciPlatform.inf\r
594 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
595 QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/IohInitDxe.inf\r
596 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf\r
597\r
598 #\r
599 # Console\r
600 #\r
601 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
602 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {\r
603 <LibraryClasses>\r
604 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
605 }\r
606 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
607 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
608 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf {\r
609 <LibraryClasses>\r
610 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
611 }\r
612 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
613 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
614\r
615 #\r
616 # File System Modules\r
617 #\r
618 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf\r
619\r
620 #\r
621 # Performance Application\r
622 #\r
623!if $(PERFORMANCE_ENABLE)\r
fd55a5be
RN
624 ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf {\r
625 <PcdsFixedAtBuild>\r
626 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
b303605e
MK
627 }\r
628!endif\r
629\r
630 ShellPkg/Application/Shell/Shell.inf {\r
631 <LibraryClasses>\r
632 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
633 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
634 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
635 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
636 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
637 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
638 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
639 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
640 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
b303605e
MK
641 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
642 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
643\r
644 <PcdsFixedAtBuild>\r
645 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
646 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
647 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
648 }\r