]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - QuarkPlatformPkg/QuarkMin.dsc
QuarkPlatformPkg: Add UefiBootManagerLib to fix Shell build failure
[mirror_edk2.git] / QuarkPlatformPkg / QuarkMin.dsc
... / ...
CommitLineData
1## @file\r
2# Clanton Peak CRB platform with 32-bit DXE for 4MB/8MB flash devices.\r
3#\r
4# This package provides Clanton Peak CRB platform specific modules.\r
5# Copyright (c) 2013 - 2017 Intel Corporation.\r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17################################################################################\r
18#\r
19# Defines Section - statements that will be processed to create a Makefile.\r
20#\r
21################################################################################\r
22[Defines]\r
23 DSC_SPECIFICATION = 0x00010005\r
24 PLATFORM_NAME = 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
86 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
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
117 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
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
153!if $(SECURE_BOOT_ENABLE)\r
154 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
155 PlatformSecureLib|QuarkPlatformPkg/Library/PlatformSecureLib/PlatformSecureLib.inf\r
156 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
157 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
158 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf\r
159 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf\r
160!else\r
161 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
162 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
163!endif\r
164\r
165 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
166\r
167 #\r
168 # CPU\r
169 #\r
170 MtrrLib|QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.inf\r
171 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf\r
172 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf\r
173\r
174 #\r
175 # Quark North Cluster\r
176 #\r
177 SmmLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCSmmLib/QNCSmmLib.inf\r
178 SmbusLib|QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/SmbusLib.inf\r
179 TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
180 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf\r
181 IntelQNCLib|QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/IntelQNCLib.inf\r
182 QNCAccessLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/QNCAccessLib.inf\r
183 IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf\r
184\r
185 #\r
186 # Quark South Cluster\r
187 #\r
188 IohLib|QuarkSocPkg/QuarkSouthCluster/Library/IohLib/IohLib.inf\r
189 I2cLib|QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/I2cLib.inf\r
190 SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf\r
191 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf\r
192\r
193 #\r
194 # Quark Platform\r
195 #\r
196 PlatformSecLib|QuarkPlatformPkg/Library/PlatformSecLib/PlatformSecLib.inf\r
197 PlatformPcieHelperLib|QuarkPlatformPkg/Library/PlatformPcieHelperLib/PlatformPcieHelperLib.inf\r
198 PlatformHelperLib|QuarkPlatformPkg/Library/PlatformHelperLib/DxePlatformHelperLib.inf\r
199\r
200[LibraryClasses.common.SEC]\r
201 #\r
202 # SEC specific phase\r
203 #\r
204 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
205 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
206 TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf\r
207 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
208 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
209 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r
210\r
211[LibraryClasses.IA32.PEIM,LibraryClasses.IA32.PEI_CORE]\r
212 #\r
213 # PEI phase common\r
214 #\r
215 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
216 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
217 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
218 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
219 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
220 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
221 TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf\r
222 PlatformHelperLib|QuarkPlatformPkg/Library/PlatformHelperLib/PeiPlatformHelperLib.inf\r
223 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r
224 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf\r
225!if $(SECURE_BOOT_ENABLE)\r
226 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf\r
227!endif\r
228!if $(PERFORMANCE_ENABLE)\r
229 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
230!endif\r
231\r
232[LibraryClasses.IA32.DXE_CORE]\r
233 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
234 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
235 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
236!if $(PERFORMANCE_ENABLE)\r
237 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
238!endif\r
239\r
240[LibraryClasses.IA32.DXE_SMM_DRIVER]\r
241 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r
242 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
243 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
244 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
245 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
246 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf\r
247 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
248!if $(SECURE_BOOT_ENABLE)\r
249 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r
250!endif\r
251!if $(PERFORMANCE_ENABLE)\r
252 PerformanceLib|MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf\r
253!endif\r
254\r
255[LibraryClasses.IA32.SMM_CORE]\r
256 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf\r
257 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
258 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf\r
259 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
260 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
261!if $(SECURE_BOOT_ENABLE)\r
262 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r
263!endif\r
264!if $(PERFORMANCE_ENABLE)\r
265 PerformanceLib|MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf\r
266!endif\r
267\r
268[LibraryClasses.IA32.DXE_RUNTIME_DRIVER]\r
269 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
270 QNCAccessLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/RuntimeQNCAccessLib.inf\r
271 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
272!if $(SECURE_BOOT_ENABLE)\r
273 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
274!endif\r
275\r
276[LibraryClasses.IA32.UEFI_DRIVER,LibraryClasses.IA32.UEFI_APPLICATION]\r
277 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
278\r
279################################################################################\r
280#\r
281# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
282#\r
283################################################################################\r
284[PcdsFeatureFlag]\r
285 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE\r
286 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE\r
287 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|TRUE\r
288 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
289 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|FALSE\r
290 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE\r
291!if $(SOURCE_DEBUG_ENABLE)\r
292 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmDebug|TRUE\r
293!endif\r
294\r
295!if $(TARGET) == "RELEASE"\r
296 gQuarkPlatformTokenSpaceGuid.WaitIfResetDueToError|FALSE\r
297!else\r
298 gQuarkPlatformTokenSpaceGuid.WaitIfResetDueToError|TRUE\r
299!endif\r
300\r
301[PcdsFixedAtBuild]\r
302 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|1\r
303 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3AcpiReservedMemorySize|0x20000\r
304 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
305!if $(LOGGING)\r
306 !if $(SOURCE_DEBUG_ENABLE)\r
307 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
308 !else\r
309 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27\r
310 !endif\r
311 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
312!else\r
313 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0\r
314 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0x0\r
315 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x3\r
316!endif\r
317 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0x18\r
318 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r
319!if $(GALILEO) == GEN1\r
320 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|460800\r
321!endif\r
322!if $(GALILEO) == GEN2\r
323 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|921600\r
324!endif\r
325 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8\r
326 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1\r
327 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1\r
328 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0\r
329!if $(PERFORMANCE_ENABLE)\r
330 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x1\r
331 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|80\r
332!else\r
333 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x00\r
334!endif\r
335 gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable|0\r
336!if $(SECURE_BOOT_ENABLE)\r
337 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
338!endif\r
339 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize|0x00002000\r
340 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x1000\r
341 ## RTC Update Timeout Value, need to increase timeout since also\r
342 # waiting for RTC to be busy.\r
343 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout|500000\r
344\r
345!if $(SECURE_BOOT_ENABLE)\r
346 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r
347 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04\r
348 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04\r
349 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04\r
350!endif\r
351 gQuarkPlatformTokenSpaceGuid.PcdEsramStage1Base|0x80000000\r
352\r
353!if $(SOURCE_DEBUG_ENABLE)\r
354 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r
355!endif\r
356\r
357 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|TRUE\r
358 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x9000B000\r
359!if $(GALILEO) == GEN1\r
360 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|460800\r
361 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE\r
362!endif\r
363!if $(GALILEO) == GEN2\r
364 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|921600\r
365 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE\r
366!endif\r
367 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialLineControl|0x03\r
368 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl|0x07\r
369 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialDetectCable|FALSE\r
370 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate|44236800\r
371 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialPciDeviceInfo|{0x14, 0x05, 0x84, 0x00, 0xFF}\r
372 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterStride|4\r
373\r
374 #\r
375 # typedef struct {\r
376 # UINT16 VendorId; ///< Vendor ID to match the PCI device. The value 0xFFFF terminates the list of entries.\r
377 # UINT16 DeviceId; ///< Device ID to match the PCI device\r
378 # UINT32 ClockRate; ///< UART clock rate. Set to 0 for default clock rate of 1843200 Hz\r
379 # UINT64 Offset; ///< The byte offset into to the BAR\r
380 # UINT8 BarIndex; ///< Which BAR to get the UART base address\r
381 # UINT8 RegisterStride; ///< UART register stride in bytes. Set to 0 for default register stride of 1 byte.\r
382 # UINT16 ReceiveFifoDepth; ///< UART receive FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.\r
383 # UINT16 TransmitFifoDepth; ///< UART transmit FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.\r
384 # UINT8 Reserved[2];\r
385 # } PCI_SERIAL_PARAMETER;\r
386 #\r
387 # Vendor 8086 Device 0936 Prog Interface 2, BAR #0, Offset 0, Stride = 4, Clock 44236800 (0x2a300000)\r
388 # Vendor 8086 Device 0936 Prog Interface 2, BAR #0, Offset 0, Stride = 4, Clock 44236800 (0x2a300000)\r
389 #\r
390 # [Vendor] [Device] [---ClockRate---] [------------Offset-----------] [Bar] [Stride] [RxFifo] [TxFifo] [Rsvd] [Vendor]\r
391 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
392\r
393 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBusNumber |0\r
394 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciDeviceNumber |31\r
395 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciFunctionNumber |0\r
396 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciEnableRegisterOffset|0x4b\r
397 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoBarEnableMask |0x80\r
398 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBarRegisterOffset |0x48\r
399 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPortBaseAddress |0x1000\r
400 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiPm1TmrOffset |0x0008\r
401\r
402 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
403\r
404 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand|FALSE\r
405\r
406[PcdsPatchableInModule]\r
407 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x803000C7\r
408 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
409\r
410[PcdsDynamicExHii.common.DEFAULT]\r
411!if $(PERFORMANCE_ENABLE)\r
412 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|0\r
413!else\r
414 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|5\r
415!endif\r
416 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState|L"BootState"|gQuarkPlatformTokenSpaceGuid|0x0|TRUE\r
417\r
418[PcdsDynamicExDefault.common.DEFAULT]\r
419 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr|0x0\r
420 gQuarkPlatformTokenSpaceGuid.PcdEnableFastBoot|TRUE\r
421 gQuarkPlatformTokenSpaceGuid.PcdUserIsPhysicallyPresent|FALSE\r
422 gQuarkPlatformTokenSpaceGuid.PcdSpiFlashDeviceSize|0\r
423\r
424[PcdsDynamicExVpd]\r
425 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|*|32|L"EDK II"\r
426 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision|*|0x01000400\r
427 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|*|64|L"Galileo 1.0.4"\r
428\r
429#\r
430# ClantonPeakSVP\r
431# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0002\r
432# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"ClantonPeakSVP"\r
433# 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
434#\r
435# KipsBay\r
436# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0003\r
437# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"KipsBay"\r
438# 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
439#\r
440# CrossHill\r
441# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0004\r
442# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"CrossHill"\r
443# 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
444#\r
445# ClantonHill\r
446# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0005\r
447# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"ClantonHill"\r
448# 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
449#\r
450# Galileo\r
451# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0006\r
452# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"Galileo"\r
453# 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
454#\r
455# GalileoGen2\r
456# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0008\r
457# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"GalileoGen2"\r
458# 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
459#\r
460!if $(GALILEO) == GEN1\r
461 gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0006\r
462 gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"Galileo"\r
463 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
464!endif\r
465!if $(GALILEO) == GEN2\r
466 gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0008\r
467 gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"GalileoGen2"\r
468 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
469!endif\r
470 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohEthernetMac0|*|8|{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}\r
471 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohEthernetMac1|*|8|{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}\r
472\r
473###################################################################################################\r
474#\r
475# Components Section - list of the modules and components that will be processed by compilation\r
476# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
477#\r
478# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
479# into firmware volume images. This section is just a list of modules to compile from\r
480# source into UEFI-compliant binaries.\r
481# It is the FDF file that contains information on combining binary files into firmware\r
482# volume images, whose concept is beyond UEFI and is described in PI specification.\r
483# Binary modules do not need to be listed in this section, as they should be\r
484# specified in the FDF file. For example: Shell binary, FAT binary (Fat.efi),\r
485# Logo (Logo.bmp), and etc.\r
486# There may also be modules listed in this section that are not required in the FDF file,\r
487# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
488# generated for it, but the binary will not be put into any firmware volume.\r
489#\r
490###################################################################################################\r
491\r
492[Components.IA32]\r
493 #\r
494 # SEC Core\r
495 #\r
496 UefiCpuPkg/SecCore/SecCore.inf {\r
497 !if $(SOURCE_DEBUG_ENABLE)\r
498 <LibraryClasses>\r
499 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
500 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
501 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf\r
502 !endif\r
503 }\r
504\r
505 #\r
506 # PEI Core\r
507 #\r
508 MdeModulePkg/Core/Pei/PeiMain.inf\r
509\r
510 #\r
511 # PEIM\r
512 #\r
513 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
514 <LibraryClasses>\r
515 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
516 }\r
517 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf\r
518 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
519 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf\r
520\r
521 QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInitPei.inf\r
522 QuarkPlatformPkg/Platform/Pei/PlatformInit/PlatformEarlyInit.inf\r
523 QuarkPlatformPkg/Platform/Pei/PlatformConfig/PlatformConfigPei.inf\r
524\r
525 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
526\r
527[Components.IA32]\r
528 #\r
529 # DXE Core\r
530 #\r
531 MdeModulePkg/Core/Dxe/DxeMain.inf\r
532\r
533!if $(SOURCE_DEBUG_ENABLE)\r
534 SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.inf {\r
535 <LibraryClasses>\r
536 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
537 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf\r
538 }\r
539!endif\r
540\r
541\r
542 QuarkPlatformPkg/Platform/Dxe/PlatformInit/PlatformInitDxe.inf\r
543\r
544 #\r
545 # Components that produce the architectural protocols\r
546 #\r
547 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
548 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
549 MdeModulePkg/Universal/Metronome/Metronome.inf\r
550 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
551 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
552 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r
553 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
554 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
555 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
556 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf\r
557\r
558 #\r
559 # Following are the DXE drivers (alphabetical order)\r
560 #\r
561 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
562 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
563 <LibraryClasses>\r
564 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
565 }\r
566\r
567 QuarkPlatformPkg/Pci/Dxe/PciHostBridge/PciHostBridge.inf\r
568 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
569\r
570 #\r
571 # Platform\r
572 #\r
573 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
574 <LibraryClasses>\r
575 PlatformBootManagerLib|QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
576 }\r
577\r
578 QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCInitDxe.inf\r
579 PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf\r
580 QuarkPlatformPkg/Platform/Dxe/Setup/DxePlatform.inf\r
581 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
582\r
583 #\r
584 # PCI\r
585 #\r
586 QuarkPlatformPkg/Pci/Dxe/PciPlatform/PciPlatform.inf\r
587 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
588 QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/IohInitDxe.inf\r
589 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf\r
590\r
591 #\r
592 # Console\r
593 #\r
594 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
595 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {\r
596 <LibraryClasses>\r
597 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
598 }\r
599 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
600 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
601 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf {\r
602 <LibraryClasses>\r
603 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
604 }\r
605 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
606 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
607\r
608 #\r
609 # File System Modules\r
610 #\r
611 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf\r
612\r
613 #\r
614 # Performance Application\r
615 #\r
616!if $(PERFORMANCE_ENABLE)\r
617 PerformancePkg/Dp_App/Dp.inf {\r
618 <LibraryClasses>\r
619 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
620 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
621 }\r
622!endif\r
623\r
624 ShellPkg/Application/Shell/Shell.inf {\r
625 <LibraryClasses>\r
626 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
627 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
628 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
629 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
630 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
631 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
632 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
633 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
634 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
635 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
636 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
637 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
638 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
639\r
640 <PcdsFixedAtBuild>\r
641 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
642 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
643 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
644 }\r