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