QuarkMin.dsc 31 KB

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