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