QuarkMin.dsc 31 KB

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