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