AmpereAltraPkg.dsc.inc 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743
  1. ## @file
  2. #
  3. # Copyright (c) 2020 - 2023, Ampere Computing LLC. All rights reserved.<BR>
  4. #
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ##
  8. [BuildOptions.common.EDKII.DXE_CORE,BuildOptions.common.EDKII.DXE_DRIVER,BuildOptions.common.EDKII.UEFI_DRIVER,BuildOptions.common.EDKII.UEFI_APPLICATION]
  9. GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x1000
  10. [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
  11. GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x10000
  12. [BuildOptions]
  13. GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
  14. [LibraryClasses.common]
  15. !if $(TARGET) == RELEASE
  16. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  17. !else
  18. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  19. !endif
  20. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  21. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  22. BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
  23. SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
  24. SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
  25. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  26. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  27. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  28. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  29. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  30. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  31. CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
  32. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  33. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  34. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  35. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  36. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  37. DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
  38. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  39. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  40. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  41. UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
  42. UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
  43. #
  44. # Allow dynamic PCDs
  45. #
  46. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  47. #
  48. # Random Generator Library
  49. #
  50. TrngLib|Silicon/Ampere/AmpereAltraPkg/Library/TrngLib/TrngLib.inf
  51. RngLib|Silicon/Ampere/AmpereAltraPkg/Library/RngLib/RngLib.inf
  52. #
  53. # ARM Architectural Libraries
  54. #
  55. ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
  56. ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
  57. CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
  58. DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
  59. CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
  60. ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
  61. ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
  62. ArmGicArchLib|ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf
  63. ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
  64. ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
  65. ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf
  66. ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf
  67. #
  68. # Ampere Altra specific Libraries
  69. #
  70. ArmPlatformLib|Silicon/Ampere/AmpereAltraPkg/Library/ArmPlatformLib/ArmPlatformLib.inf
  71. NVParamLib|Silicon/Ampere/AmpereAltraPkg/Library/NVParamLib/NVParamLib.inf
  72. MailboxInterfaceLib|Silicon/Ampere/AmpereAltraPkg/Library/MailboxInterfaceLib/MailboxInterfaceLib.inf
  73. SystemFirmwareInterfaceLib|Silicon/Ampere/AmpereAltraPkg/Library/SystemFirmwareInterfaceLib/SystemFirmwareInterfaceLib.inf
  74. PciePhyLib|Silicon/Ampere/AmpereAltraBinPkg/Library/PciePhyLib/PciePhyLib.inf
  75. Ac01PcieLib|Silicon/Ampere/AmpereAltraPkg/Library/Ac01PcieLib/Ac01PcieLib.inf
  76. AmpereCpuLib|Silicon/Ampere/AmpereAltraPkg/Library/AmpereCpuLib/AmpereCpuLib.inf
  77. TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf
  78. I2cLib|Silicon/Ampere/AmpereAltraPkg/Library/DwI2cLib/DwI2cLib.inf
  79. GpioLib|Silicon/Ampere/AmpereAltraPkg/Library/DwGpioLib/DwGpioLib.inf
  80. MmCommunicationLib|Silicon/Ampere/AmpereAltraPkg/Library/MmCommunicationLib/MmCommunicationLib.inf
  81. FlashLib|Silicon/Ampere/AmpereAltraPkg/Library/FlashLib/FlashLib.inf
  82. #
  83. # ARM PL011 UART Driver
  84. #
  85. PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
  86. SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
  87. PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf
  88. #
  89. # Timer Library
  90. #
  91. TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
  92. #
  93. # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
  94. # in the debugger will show load and unload commands for symbols. You can cut and paste this
  95. # into the command window to load symbols. We should be able to use a script to do this, but
  96. # the version of RVD I have does not support scripts accessing system memory.
  97. #
  98. #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
  99. PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
  100. #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
  101. DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
  102. DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
  103. SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
  104. #
  105. # BDS Libraries
  106. #
  107. UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
  108. PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
  109. BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
  110. #
  111. # UEFI Shell libraries
  112. #
  113. ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
  114. FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
  115. SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
  116. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  117. OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
  118. #
  119. # Secure Boot dependencies
  120. #
  121. !if $(SECURE_BOOT_ENABLE) == TRUE
  122. IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
  123. OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
  124. TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
  125. AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
  126. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
  127. SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf
  128. SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.inf
  129. PlatformPKProtectionLib|SecurityPkg/Library/PlatformPKProtectionLibVarPolicy/PlatformPKProtectionLibVarPolicy.inf
  130. #
  131. # re-use the UserPhysicalPresent() dummy implementation from the ovmf tree
  132. #
  133. PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
  134. !else
  135. TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
  136. AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
  137. !endif
  138. VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
  139. VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
  140. VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
  141. #
  142. # Networking Requirements
  143. #
  144. !if $(NETWORK_TLS_ENABLE) == TRUE
  145. TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
  146. !endif
  147. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  148. CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
  149. ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
  150. [LibraryClasses.common.SEC]
  151. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  152. DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
  153. PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
  154. ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
  155. LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  156. MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
  157. HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
  158. PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
  159. PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
  160. ArmGicArchLib|ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf
  161. [LibraryClasses.common.PEI_CORE]
  162. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  163. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  164. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  165. PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
  166. PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
  167. ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
  168. OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
  169. ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
  170. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  171. PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  172. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  173. [LibraryClasses.common.PEIM]
  174. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  175. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  176. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  177. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  178. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  179. PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
  180. ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
  181. OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
  182. PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
  183. ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
  184. PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  185. [LibraryClasses.common.SEC, LibraryClasses.common.PEIM]
  186. MemoryInitPeiLib|Silicon/Ampere/AmpereAltraPkg/Library/MemoryInitPeiLib/MemoryInitPeiLib.inf
  187. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  188. PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
  189. [LibraryClasses.common.DXE_CORE]
  190. HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
  191. MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
  192. DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
  193. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  194. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  195. PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
  196. [LibraryClasses.common.DXE_DRIVER]
  197. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  198. SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
  199. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  200. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  201. PciHostBridgeLib|Silicon/Ampere/AmpereAltraPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
  202. PciSegmentLib|Silicon/Ampere/AmpereAltraPkg/Library/PciSegmentLibPci/PciSegmentLibPci.inf
  203. [LibraryClasses.common.UEFI_APPLICATION]
  204. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiTianoCustomDecompressLib.inf
  205. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  206. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  207. ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
  208. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  209. [LibraryClasses.common.UEFI_DRIVER]
  210. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  211. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  212. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  213. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  214. UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
  215. UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
  216. [LibraryClasses.common.DXE_RUNTIME_DRIVER]
  217. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  218. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  219. ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
  220. !if $(SECURE_BOOT_ENABLE) == TRUE
  221. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
  222. !endif
  223. !if $(TARGET) != RELEASE
  224. DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf
  225. !endif
  226. VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
  227. EfiResetSystemLib|ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf
  228. ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
  229. NVParamLib|Silicon/Ampere/AmpereAltraPkg/Library/NVParamLib/RuntimeNVParamLib.inf
  230. AmpereCpuLib|Silicon/Ampere/AmpereAltraPkg/Library/AmpereCpuLib/RuntimeAmpereCpuLib.inf
  231. FlashLib|Silicon/Ampere/AmpereAltraPkg/Library/FlashLib/RuntimeFlashLib.inf
  232. [LibraryClasses.ARM,LibraryClasses.AARCH64]
  233. #
  234. # It is not possible to prevent the ARM compiler for generic intrinsic functions.
  235. # This library provides the instrinsic functions generate by a given compiler.
  236. # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
  237. #
  238. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  239. #
  240. # Add support for GCC stack protector
  241. #
  242. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  243. ################################################################################
  244. #
  245. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  246. #
  247. ################################################################################
  248. [PcdsFeatureFlag.common]
  249. gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
  250. gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
  251. gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
  252. gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
  253. #
  254. # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
  255. #
  256. gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
  257. gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
  258. gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
  259. #
  260. # If TRUE, Graphics Output Protocol will be installed on virtual handle
  261. # created by ConsplitterDxe. It could be set FALSE to save size.
  262. #
  263. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
  264. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
  265. [PcdsFixedAtBuild.common]
  266. !ifdef $(FIRMWARE_VER)
  267. gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|L"$(FIRMWARE_VER)"
  268. !endif
  269. gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
  270. gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
  271. gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
  272. gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
  273. gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
  274. gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
  275. gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
  276. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
  277. # DEBUG_ASSERT_ENABLED 0x01
  278. # DEBUG_PRINT_ENABLED 0x02
  279. # DEBUG_CODE_ENABLED 0x04
  280. # CLEAR_MEMORY_ENABLED 0x08
  281. # ASSERT_BREAKPOINT_ENABLED 0x10
  282. # ASSERT_DEADLOOP_ENABLED 0x20
  283. !if $(TARGET) == RELEASE
  284. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
  285. !else
  286. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
  287. !endif
  288. #
  289. # SBSA Watchdog Count
  290. #
  291. !ifndef DISABLE_SBSA_WATCHDOG
  292. gArmPlatformTokenSpaceGuid.PcdWatchdogCount|1
  293. !endif
  294. # DEBUG_INIT 0x00000001 // Initialization
  295. # DEBUG_WARN 0x00000002 // Warnings
  296. # DEBUG_LOAD 0x00000004 // Load events
  297. # DEBUG_FS 0x00000008 // EFI File system
  298. # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
  299. # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
  300. # DEBUG_INFO 0x00000040 // Informational debug messages
  301. # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
  302. # DEBUG_VARIABLE 0x00000100 // Variable
  303. # DEBUG_BM 0x00000400 // Boot Manager
  304. # DEBUG_BLKIO 0x00001000 // BlkIo Driver
  305. # DEBUG_NET 0x00004000 // SNP Driver
  306. # DEBUG_UNDI 0x00010000 // UNDI Driver
  307. # DEBUG_LOADFILE 0x00020000 // LoadFile
  308. # DEBUG_EVENT 0x00080000 // Event messages
  309. # DEBUG_GCD 0x00100000 // Global Coherency Database changes
  310. # DEBUG_CACHE 0x00200000 // Memory range cachability changes
  311. # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
  312. # // significantly impact boot performance
  313. # DEBUG_ERROR 0x80000000 // Error
  314. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|$(DEBUG_PRINT_ERROR_LEVEL)
  315. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
  316. #
  317. # Optional feature to help prevent EFI memory map fragments
  318. # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
  319. # Values are in EFI Pages (4K). DXE Core will make sure that
  320. # at least this much of each type of memory can be allocated
  321. # from a single memory range. This way you only end up with
  322. # maximum of two fragements for each type in the memory map
  323. # (the memory used, and the free memory that was prereserved
  324. # but not used).
  325. #
  326. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0x10
  327. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0x60
  328. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0x30
  329. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0x20
  330. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x30
  331. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|0
  332. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|0
  333. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|0
  334. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
  335. gArmTokenSpaceGuid.PcdVFPEnabled|1
  336. gArmTokenSpaceGuid.PcdArmPrimaryCore|0x0
  337. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
  338. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
  339. #
  340. # Stacks for MPCores in Normal World
  341. #
  342. gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x91100000
  343. gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x20000
  344. gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize|0x1000
  345. #
  346. # Maximum memory region that fits into the 32bit address space
  347. # of 1-Processor and 2-Processor systems.
  348. #
  349. gArmTokenSpaceGuid.PcdSystemMemoryBase|0x90000000
  350. gArmTokenSpaceGuid.PcdSystemMemorySize|0x30000000
  351. #
  352. # UEFI region size
  353. #
  354. gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x08000000
  355. #
  356. # Ampere Altra Core-Cluster profile
  357. #
  358. gArmPlatformTokenSpaceGuid.PcdCoreCount|128
  359. gArmPlatformTokenSpaceGuid.PcdClusterCount|64
  360. #
  361. # PL011 - Serial Terminal
  362. # Ampere Altra UART0
  363. #
  364. gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x100002600000
  365. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
  366. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultReceiveFifoDepth|32
  367. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
  368. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
  369. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
  370. gArmPlatformTokenSpaceGuid.PL011UartClkInHz|1843200
  371. gArmPlatformTokenSpaceGuid.PL011UartInterrupt|0x62
  372. #
  373. # PL011 - Serial Debug UART
  374. # Ampere Altra UART2
  375. #
  376. gArmPlatformTokenSpaceGuid.PcdSerialDbgRegisterBase|0x100002620000
  377. gArmPlatformTokenSpaceGuid.PcdSerialDbgUartBaudRate|115200
  378. #
  379. # We want to use the Shell Libraries but don't want it to initialise
  380. # automatically. We initialise the libraries when the command is called by the
  381. # Shell.
  382. #
  383. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  384. gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
  385. #
  386. # ARM SBSA Watchdog
  387. #
  388. gArmTokenSpaceGuid.PcdGenericWatchdogControlBase|0x1000027c0000
  389. gArmTokenSpaceGuid.PcdGenericWatchdogRefreshBase|0x1000027d0000
  390. gArmTokenSpaceGuid.PcdGenericWatchdogEl2IntrNum|92
  391. #
  392. # ARM Generic Interrupt Controller
  393. #
  394. gArmTokenSpaceGuid.PcdGicDistributorBase|0x100100000000
  395. gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x100100140000
  396. #
  397. # ARM Architectural Timer Frequency
  398. #
  399. # Set it to 0 so that the code will read frequence from register
  400. gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
  401. gEmbeddedTokenSpaceGuid.PcdMetronomeTickPeriod|1000
  402. #
  403. # use the TTY terminal type
  404. #
  405. gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
  406. #
  407. # GUID of the UI app
  408. #
  409. gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
  410. #
  411. # ACPI table
  412. #
  413. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId|"Ampere"
  414. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId|0x2020206172746C41 # Altra
  415. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId|0x2E504D41 # AMP.
  416. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision|0x01000013
  417. #
  418. # Enable strict image permissions for all images. (This applies
  419. # only to images that were built with >= 4 KB section alignment.)
  420. #
  421. gEfiMdeModulePkgTokenSpaceGuid.PcdImageProtectionPolicy|0x3
  422. #
  423. # Enable NX memory protection for all non-code regions, including OEM and OS
  424. # reserved ones, with the exception of LoaderData regions, of which OS loaders
  425. # (i.e., GRUB) may assume that its contents are executable.
  426. #
  427. gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy|0xC000000000007FD1
  428. #
  429. # Enable the non-executable DXE stack. (This gets set up by DxeIpl)
  430. #
  431. gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
  432. #
  433. # MmCommunication
  434. #
  435. gArmTokenSpaceGuid.PcdMmBufferBase|0x88300000
  436. gArmTokenSpaceGuid.PcdMmBufferSize|0x100000
  437. #
  438. # Number of address lines in the I/O space for the CPU
  439. #
  440. gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|32
  441. [PcdsDynamicHii.common.DEFAULT]
  442. gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
  443. [PcdsDynamicDefault.common]
  444. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0x0
  445. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0x0
  446. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0x0
  447. ################################################################################
  448. #
  449. # Component Section - list of all EDK II Component Entries defined by this Platform
  450. #
  451. ################################################################################
  452. [Components.common]
  453. #
  454. # PEI Phase modules
  455. #
  456. ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
  457. MdeModulePkg/Core/Pei/PeiMain.inf
  458. MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
  459. <LibraryClasses>
  460. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  461. }
  462. ArmPlatformPkg/PlatformPei/PlatformPeim.inf
  463. Silicon/Ampere/AmpereAltraPkg/Drivers/ATFHobPei/ATFHobPeim.inf
  464. ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
  465. Silicon/Ampere/AmpereAltraPkg/Drivers/DebugInfoPei/DebugInfoPei.inf {
  466. <LibraryClasses>
  467. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  468. }
  469. Silicon/Ampere/AmpereAltraPkg/Drivers/FlashPei/FlashPei.inf
  470. Silicon/Ampere/AmpereAltraPkg/Drivers/PcieInitPei/PcieInitPei.inf
  471. ArmPkg/Drivers/CpuPei/CpuPei.inf
  472. UefiCpuPkg/CpuIoPei/CpuIoPei.inf
  473. MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
  474. MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
  475. MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
  476. <LibraryClasses>
  477. NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  478. }
  479. MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
  480. MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
  481. Silicon/Ampere/AmpereAltraPkg/Drivers/BootProgress/BootProgressPeim/BootProgressPeim.inf
  482. #
  483. # DXE Phase modules
  484. #
  485. MdeModulePkg/Core/Dxe/DxeMain.inf {
  486. <LibraryClasses>
  487. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  488. }
  489. MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
  490. MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
  491. Silicon/Ampere/AmpereAltraPkg/Drivers/BootProgress/BootProgressDxe/BootProgressDxe.inf
  492. #
  493. # PCD
  494. #
  495. MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
  496. <LibraryClasses>
  497. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  498. }
  499. #
  500. # Architectural Protocols
  501. #
  502. ArmPkg/Drivers/CpuDxe/CpuDxe.inf
  503. MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
  504. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
  505. <LibraryClasses>
  506. !if $(SECURE_BOOT_ENABLE) == TRUE
  507. NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
  508. !endif
  509. }
  510. !if $(SECURE_BOOT_ENABLE) == TRUE
  511. SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
  512. !endif
  513. MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
  514. MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
  515. EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
  516. EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
  517. EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
  518. ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf
  519. #
  520. # Environment Variables Protocol
  521. #
  522. Silicon/Ampere/AmpereAltraPkg/Drivers/FlashFvbDxe/FlashFvbDxe.inf
  523. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
  524. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
  525. <LibraryClasses>
  526. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  527. TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
  528. VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
  529. NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
  530. }
  531. #
  532. # Timer
  533. #
  534. ArmPkg/Drivers/TimerDxe/TimerDxe.inf
  535. ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.inf
  536. #
  537. # ARM GIC Dxe
  538. #
  539. ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
  540. #
  541. # Uefi Cpu
  542. #
  543. UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
  544. #
  545. # Console
  546. #
  547. MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  548. MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  549. MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
  550. MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  551. MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
  552. #
  553. # Simple TextIn/TextOut for UEFI Terminal
  554. #
  555. EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
  556. #
  557. # Hii Database
  558. #
  559. MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
  560. #
  561. # Semi-hosting filesystem
  562. #
  563. ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
  564. #
  565. # FAT filesystem + GPT/MBR partitioning
  566. #
  567. MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
  568. MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
  569. MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
  570. FatPkg/EnhancedFatDxe/Fat.inf
  571. #
  572. # SCSI Bus and Disk Driver
  573. #
  574. MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
  575. MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
  576. #
  577. # SATA Support
  578. #
  579. MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
  580. MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
  581. MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
  582. MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
  583. #
  584. # NVME Support
  585. #
  586. MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
  587. #
  588. # USB Support
  589. #
  590. MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
  591. MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
  592. MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
  593. MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
  594. #
  595. # PCIe Support
  596. #
  597. MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
  598. MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
  599. #
  600. # Random Number Generator Support
  601. #
  602. Silicon/Ampere/AmpereAltraPkg/Drivers/RngDxe/RngDxe.inf
  603. #
  604. # Bds
  605. #
  606. MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
  607. MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
  608. MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
  609. MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
  610. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
  611. MdeModulePkg/Application/UiApp/UiApp.inf {
  612. <LibraryClasses>
  613. NULL|Silicon/Ampere/AmpereSiliconPkg/Library/PlatformUiLib/PlatformManagerUiLib.inf
  614. NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  615. NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  616. NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  617. }
  618. #
  619. # Networking stack
  620. #
  621. !include NetworkPkg/Network.dsc.inc
  622. #
  623. # UEFI application (Shell Embedded Boot Loader)
  624. #
  625. ShellPkg/Application/Shell/Shell.inf {
  626. <LibraryClasses>
  627. ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
  628. NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
  629. NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
  630. NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
  631. NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
  632. NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
  633. NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
  634. NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
  635. NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf
  636. NULL|ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
  637. HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
  638. BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
  639. <PcdsFixedAtBuild>
  640. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
  641. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  642. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
  643. }
  644. !ifdef $(INCLUDE_TFTP_COMMAND)
  645. ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
  646. !endif #$(INCLUDE_TFTP_COMMAND)