OverdriveBoard.dsc 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726
  1. #
  2. # Copyright (c) 2014 - 2016, AMD Incorporated. All rights reserved.
  3. #
  4. # SPDX-License-Identifier: BSD-2-Clause-Patent
  5. #
  6. ################################################################################
  7. #
  8. # Defines Section - statements that will be processed to create a Makefile.
  9. #
  10. ################################################################################
  11. [Defines]
  12. DEFINE NUM_CORES = 8
  13. DEFINE X64EMU_ENABLE = FALSE
  14. PLATFORM_NAME = Overdrive
  15. PLATFORM_GUID = B2296C02-9DA1-4CD1-BD48-4D4F0F1276EB
  16. PLATFORM_VERSION = 0.1
  17. DSC_SPECIFICATION = 0x00010005
  18. OUTPUT_DIRECTORY = Build/Overdrive
  19. SUPPORTED_ARCHITECTURES = AARCH64
  20. BUILD_TARGETS = DEBUG|RELEASE
  21. SKUID_IDENTIFIER = DEFAULT
  22. FLASH_DEFINITION = Platform/AMD/OverdriveBoard/OverdriveBoard.fdf
  23. ################################################################################
  24. #
  25. # Library Class section - list of all Library Classes needed by this Platform.
  26. #
  27. ################################################################################
  28. !include MdePkg/MdeLibs.dsc.inc
  29. [LibraryClasses.common]
  30. !if $(TARGET) == RELEASE
  31. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  32. !else
  33. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  34. !endif
  35. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  36. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  37. BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
  38. SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
  39. SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
  40. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  41. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  42. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  43. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  44. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  45. PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
  46. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  47. CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
  48. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  49. UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
  50. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  51. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  52. DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
  53. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  54. DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
  55. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  56. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  57. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  58. UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
  59. UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
  60. #
  61. # Allow dynamic PCDs
  62. #
  63. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  64. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  65. BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
  66. # ARM Architectural Libraries
  67. CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
  68. DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
  69. CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
  70. ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
  71. ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
  72. ArmGicArchLib|ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf
  73. ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
  74. ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
  75. ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf
  76. PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
  77. ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
  78. ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
  79. ArmPlatformLib|Silicon/AMD/Styx/Library/AmdStyxLib/AmdStyxLib.inf
  80. TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
  81. UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
  82. # ARM PL011 UART Driver
  83. PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf
  84. PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
  85. SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
  86. #
  87. # PCI support
  88. #
  89. PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
  90. PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
  91. PciHostBridgeLib|Silicon/AMD/Styx/Library/AmdStyxPciHostBridgeLib/AmdStyxPciHostBridgeLib.inf
  92. #
  93. # Styx specific libraries
  94. #
  95. AmdSataInit|Silicon/AMD/Styx/AmdModulePkg/Library/AmdSataInitLib/AmdSataInitLib.inf
  96. ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf
  97. RealTimeClockLib|Silicon/AMD/Styx/Library/RealTimeClockLib/RealTimeClockLib.inf
  98. TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf
  99. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
  100. DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.inf
  101. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
  102. IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
  103. EdkiiSystemCapsuleLib|SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.inf
  104. FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
  105. IniParsingLib|SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf
  106. PlatformFlashAccessLib|Silicon/AMD/Styx/Library/StyxPlatformFlashAccessLib/StyxPlatformFlashAccessLib.inf
  107. OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
  108. RngLib|MdePkg/Library/DxeRngLib/DxeRngLib.inf
  109. TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
  110. VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
  111. VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
  112. VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
  113. UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
  114. PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
  115. BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
  116. CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
  117. #
  118. # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
  119. # in the debugger will show load and unload commands for symbols. You can cut and paste this
  120. # into the command window to load symbols. We should be able to use a script to do this, but
  121. # the version of RVD I have does not support scripts accessing system memory.
  122. #
  123. #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
  124. PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
  125. #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
  126. DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
  127. DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
  128. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  129. SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
  130. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  131. FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
  132. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  133. SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
  134. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  135. ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
  136. OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
  137. [LibraryClasses.common.SEC]
  138. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  139. PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  140. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  141. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  142. ArmPlatformLib|Silicon/AMD/Styx/Library/AmdStyxLib/AmdStyxLibSec.inf
  143. DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
  144. ArmGicArchLib|ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf
  145. [LibraryClasses.common.PEIM, LibraryClasses.common.SEC]
  146. MemoryInitPeiLib|Silicon/AMD/Styx/Library/MemoryInitPei/MemoryInitPeiLib.inf
  147. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  148. [LibraryClasses.common.PEI_CORE]
  149. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  150. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  151. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  152. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  153. PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
  154. PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
  155. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  156. ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
  157. PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  158. [LibraryClasses.common.PEIM]
  159. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  160. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  161. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  162. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  163. PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
  164. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  165. PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
  166. ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
  167. PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  168. [LibraryClasses.common.DXE_CORE]
  169. HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
  170. MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
  171. DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
  172. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  173. PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
  174. [LibraryClasses.common.DXE_DRIVER]
  175. SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
  176. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  177. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  178. NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
  179. [LibraryClasses.common.DXE_RUNTIME_DRIVER]
  180. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  181. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  182. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
  183. !if $(TARGET) != RELEASE
  184. DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf
  185. !endif
  186. VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
  187. [LibraryClasses.common.UEFI_APPLICATION]
  188. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  189. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  190. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  191. [LibraryClasses.common.UEFI_DRIVER]
  192. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  193. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  194. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  195. [LibraryClasses.ARM]
  196. #
  197. # It is not possible to prevent the ARM compiler for generic intrinsic functions.
  198. # This library provides the instrinsic functions generate by a given compiler.
  199. # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
  200. #
  201. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  202. [LibraryClasses.AARCH64]
  203. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  204. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  205. ###################################################################################################
  206. # BuildOptions Section - Define the module specific tool chain flags that should be used as
  207. # the default flags for a module. These flags are appended to any
  208. # standard flags that are defined by the build process.
  209. ###################################################################################################
  210. [BuildOptions]
  211. GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
  212. [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
  213. GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x10000
  214. [BuildOptions.common.EDKII.DXE_DRIVER,BuildOptions.common.EDKII.UEFI_DRIVER,BuildOptions.common.EDKII.UEFI_APPLICATION]
  215. GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x1000
  216. ################################################################################
  217. #
  218. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  219. #
  220. ################################################################################
  221. [PcdsFeatureFlag.common]
  222. # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
  223. gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
  224. gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
  225. gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
  226. ## If TRUE, Graphics Output Protocol will be installed on virtual handle
  227. ## created by ConsplitterDxe. It could be set FALSE to save size.
  228. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
  229. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
  230. gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|FALSE
  231. gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
  232. [PcdsFixedAtBuild.common]
  233. gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
  234. gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
  235. gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
  236. gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
  237. gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
  238. gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
  239. gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
  240. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
  241. # DEBUG_ASSERT_ENABLED 0x01
  242. # DEBUG_PRINT_ENABLED 0x02
  243. # DEBUG_CODE_ENABLED 0x04
  244. # CLEAR_MEMORY_ENABLED 0x08
  245. # ASSERT_BREAKPOINT_ENABLED 0x10
  246. # ASSERT_DEADLOOP_ENABLED 0x20
  247. !if $(TARGET) == RELEASE
  248. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
  249. !else
  250. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
  251. !endif
  252. # DEBUG_INIT 0x00000001 // Initialization
  253. # DEBUG_WARN 0x00000002 // Warnings
  254. # DEBUG_LOAD 0x00000004 // Load events
  255. # DEBUG_FS 0x00000008 // EFI File system
  256. # DEBUG_POOL 0x00000010 // Alloc & Free's
  257. # DEBUG_PAGE 0x00000020 // Alloc & Free's
  258. # DEBUG_INFO 0x00000040 // Verbose
  259. # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
  260. # DEBUG_VARIABLE 0x00000100 // Variable
  261. # DEBUG_BM 0x00000400 // Boot Manager
  262. # DEBUG_BLKIO 0x00001000 // BlkIo Driver
  263. # DEBUG_NET 0x00004000 // SNI Driver
  264. # DEBUG_UNDI 0x00010000 // UNDI Driver
  265. # DEBUG_LOADFILE 0x00020000 // UNDI Driver
  266. # DEBUG_EVENT 0x00080000 // Event messages
  267. # DEBUG_GCD 0x00100000 // Global Coherency Database changes
  268. # DEBUG_CACHE 0x00200000 // Memory range cachability changes
  269. # DEBUG_ERROR 0x80000000 // Error
  270. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
  271. #
  272. # Optional feature to help prevent EFI memory map fragments
  273. # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
  274. # Values are in EFI Pages (4K). DXE Core will make sure that
  275. # at least this much of each type of memory can be allocated
  276. # from a single memory range. This way you only end up with
  277. # maximum of two fragements for each type in the memory map
  278. # (the memory used, and the free memory that was prereserved
  279. # but not used).
  280. #
  281. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
  282. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
  283. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
  284. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|1000
  285. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|1000
  286. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
  287. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|12000
  288. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20
  289. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
  290. gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
  291. gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
  292. !ifdef $(FIRMWARE_VENDOR)
  293. gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"$(FIRMWARE_VENDOR)"
  294. !endif
  295. # Number of configured cores
  296. gArmPlatformTokenSpaceGuid.PcdCoreCount|$(NUM_CORES)
  297. # Stacks for MPCores in Normal World
  298. gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x8001680000
  299. gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x10000
  300. gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize|0x800
  301. # Declare system memory base
  302. gArmTokenSpaceGuid.PcdSystemMemoryBase|0x8000000000
  303. # Size of the region used by UEFI in permanent memory (Reserved 64MB)
  304. gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
  305. #
  306. # ARM PrimeCell
  307. #
  308. ## PL011 - Serial Terminal (Atlas UART)
  309. gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x0E1010000
  310. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
  311. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultReceiveFifoDepth|0
  312. # serial port is clocked at 100MHz
  313. gArmPlatformTokenSpaceGuid.PL011UartClkInHz|100000000
  314. gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
  315. gAmdStyxTokenSpaceGuid.PcdSerialDbgRegisterBase|0x0E1010000
  316. gAmdStyxTokenSpaceGuid.PcdUartDbgBaudRate|115200
  317. #
  318. # ARM General Interrupt Controller
  319. #
  320. gArmTokenSpaceGuid.PcdGicDistributorBase|0xE1110000
  321. gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0xE112F000
  322. # SATA Ports
  323. gAmdStyxTokenSpaceGuid.PcdSata0PortCount|8
  324. gAmdStyxTokenSpaceGuid.PcdSata1PortCount|6
  325. gAmdStyxTokenSpaceGuid.PcdSataPortMode|0x0fffffff
  326. # PCIe Support
  327. gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xF0000000
  328. gArmTokenSpaceGuid.PcdPciBusMin|0x0
  329. gArmTokenSpaceGuid.PcdPciBusMax|0x7F
  330. gArmTokenSpaceGuid.PcdPciIoBase|0x1000
  331. gArmTokenSpaceGuid.PcdPciIoSize|0xF000
  332. gEfiMdePkgTokenSpaceGuid.PcdPciIoTranslation|0xEFFF0000
  333. gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
  334. gArmTokenSpaceGuid.PcdPciMmio32Base|0x40000000
  335. gArmTokenSpaceGuid.PcdPciMmio32Size|0x80000000
  336. gEfiMdePkgTokenSpaceGuid.PcdPciMmio32Translation|0x0
  337. gArmTokenSpaceGuid.PcdPciMmio64Base|0x100000000
  338. gArmTokenSpaceGuid.PcdPciMmio64Size|0x7F00000000
  339. gEfiMdePkgTokenSpaceGuid.PcdPciMmio64Translation|0x0
  340. ## Use PCI emulation for ATA PassThru
  341. # gEfiMdeModulePkgTokenSpaceGuid.PcdAtaPassThruPciEmulation|TRUE
  342. ## ACPI (no tables < 4GB)
  343. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20
  344. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId|"AMDINC"
  345. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId|0x20454c5454414553 # SEATTLE
  346. #
  347. # Enable strict image permissions for all images. (This applies
  348. # only to images that were built with >= 4 KB section alignment.)
  349. #
  350. gEfiMdeModulePkgTokenSpaceGuid.PcdImageProtectionPolicy|0x3
  351. #
  352. # Enable NX memory protection for all non-code regions, including OEM and OS
  353. # reserved ones, with the exception of LoaderData regions, of which OS loaders
  354. # (i.e., GRUB) may assume that its contents are executable.
  355. #
  356. gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy|0xC000000000007FD1
  357. # SMBIOS 3.0 only
  358. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
  359. gAmdModulePkgTokenSpaceGuid.PcdSataNumChPerSerdes|2
  360. gAmdModulePkgTokenSpaceGuid.PcdSataSerdesBase|0xE1200000
  361. gAmdModulePkgTokenSpaceGuid.PcdSataSerdesOffset|0x00010000
  362. # map the stack as non-executable when entering the DXE phase
  363. gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
  364. gAmdStyxTokenSpaceGuid.PcdEnableKcs|TRUE
  365. gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
  366. gAmdModulePkgTokenSpaceGuid.PcdXgbeEnable|TRUE
  367. gAmdModulePkgTokenSpaceGuid.PcdPort0PhyMode|0
  368. gAmdModulePkgTokenSpaceGuid.PcdPort1PhyMode|0
  369. gAmdModulePkgTokenSpaceGuid.PcdPort0NetSpeed|1
  370. gAmdModulePkgTokenSpaceGuid.PcdPort1NetSpeed|1
  371. gEfiMdeModulePkgTokenSpaceGuid.PcdPcieResizableBarSupport|TRUE
  372. [PcdsDynamicDefault.common]
  373. gAmdStyxTokenSpaceGuid.PcdEthMacA|{0x2,0xA1,0xA2,0xA3,0xA4,0xA5}
  374. gAmdStyxTokenSpaceGuid.PcdEthMacB|{0x2,0xB1,0xB2,0xB3,0xB4,0xB5}
  375. [PcdsPatchableInModule]
  376. gAmdModulePkgTokenSpaceGuid.PcdXgbeUseMacFromIscp|TRUE
  377. gAmdModulePkgTokenSpaceGuid.PcdXgbeRev|2
  378. [PcdsPatchableInModule]
  379. # PCIe Configuration: x4x4
  380. gAmdModulePkgTokenSpaceGuid.PcdPcieCoreConfiguration|1
  381. gAmdModulePkgTokenSpaceGuid.PcdPciePort0Present|1
  382. gAmdModulePkgTokenSpaceGuid.PcdPciePort1Present|1
  383. gAmdModulePkgTokenSpaceGuid.PcdPciePort2Present|1
  384. gAmdModulePkgTokenSpaceGuid.PcdPcieHardcodeEnumeration|TRUE
  385. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|0
  386. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|0
  387. [PcdsDynamicDefault.common]
  388. gAmdStyxTokenSpaceGuid.PcdSocCoreCount|$(NUM_CORES)
  389. gArmTokenSpaceGuid.PcdSystemMemorySize|0x0400000000
  390. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0x0
  391. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0x0
  392. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0x0
  393. [PcdsDynamicExDefault.common.DEFAULT]
  394. gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor|{0x0}|VOID*|0x100
  395. # 642e4fcf-2df7-4415-8b70-a03909c57b55
  396. gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareFileGuid|{0xcf, 0x4f, 0x2e, 0x64, 0xf7, 0x2d, 0x15, 0x44, 0x8b, 0x70, 0xa0, 0x39, 0x09, 0xc5, 0x7b, 0x55}
  397. # d34b3d29-0085-4ab3-8be8-84188cc50489
  398. gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid|{0x29, 0x3d, 0x4b, 0xd3, 0x85, 0x0, 0xb3, 0x4a, 0x8b, 0xe8, 0x84, 0x18, 0x8c, 0xc5, 0x04, 0x89}
  399. [PcdsDynamicHii]
  400. gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|5
  401. gAmdStyxTokenSpaceGuid.PcdEnableSmmus|L"StyxEnableSmmus"|gAmdStyxVariableGuid|0x0|FALSE
  402. ################################################################################
  403. #
  404. # Components Section - list of all EDK II Modules needed by this Platform
  405. #
  406. ################################################################################
  407. [Components.common]
  408. #
  409. # PEI Phase modules
  410. #
  411. ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
  412. MdeModulePkg/Core/Pei/PeiMain.inf
  413. MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
  414. <LibraryClasses>
  415. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  416. }
  417. ArmPlatformPkg/PlatformPei/PlatformPeim.inf
  418. Silicon/AMD/Styx/AmdModulePkg/Iscp/IscpPei.inf
  419. Silicon/AMD/Styx/Drivers/PlatInitPei/PlatInitPei.inf
  420. ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
  421. ArmPkg/Drivers/CpuPei/CpuPei.inf
  422. MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
  423. MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
  424. <LibraryClasses>
  425. NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  426. }
  427. #
  428. # DXE
  429. #
  430. MdeModulePkg/Core/Dxe/DxeMain.inf {
  431. <LibraryClasses>
  432. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  433. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  434. }
  435. MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
  436. <LibraryClasses>
  437. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  438. }
  439. MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
  440. <LibraryClasses>
  441. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  442. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  443. }
  444. #
  445. # Architectural Protocols
  446. #
  447. ArmPkg/Drivers/CpuDxe/CpuDxe.inf
  448. MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
  449. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
  450. MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
  451. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
  452. MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
  453. MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
  454. EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
  455. EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
  456. MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
  457. #
  458. # Console IO support
  459. #
  460. MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  461. MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  462. MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
  463. MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  464. MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
  465. EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf {
  466. <LibraryClasses>
  467. FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
  468. }
  469. MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
  470. MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
  471. ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
  472. ArmPkg/Drivers/TimerDxe/TimerDxe.inf
  473. #
  474. # Environment Variables Protocol
  475. #
  476. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
  477. <LibraryClasses>
  478. AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
  479. TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
  480. VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
  481. NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
  482. }
  483. Silicon/AMD/Styx/Drivers/StyxSpiFvDxe/StyxSpiFvDxe.inf
  484. #
  485. # Iscp support
  486. #
  487. Silicon/AMD/Styx/AmdModulePkg/Iscp/IscpDxe.inf
  488. #
  489. # FDT support
  490. #
  491. EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.inf {
  492. <LibraryClasses>
  493. FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
  494. DtPlatformDtbLoaderLib|Silicon/AMD/Styx/Library/StyxDtbLoaderLib/StyxDtbLoaderLib.inf
  495. }
  496. Platform/AMD/OverdriveBoard/DeviceTree/OverdriveBoard.inf
  497. #
  498. # PCI support
  499. #
  500. Silicon/AMD/Styx/AmdModulePkg/Gionb/Gionb.inf
  501. ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf
  502. MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
  503. MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
  504. MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
  505. #
  506. # AHCI Support
  507. #
  508. MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
  509. MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
  510. MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
  511. MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
  512. MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
  513. MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
  514. Silicon/AMD/Styx/Drivers/StyxSataPlatformDxe/StyxSataPlatformDxe.inf
  515. #
  516. # USB Support
  517. #
  518. MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
  519. MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
  520. MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
  521. MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
  522. MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
  523. MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
  524. #
  525. # SNP support
  526. #
  527. Silicon/AMD/Styx/AmdModulePkg/SnpDxe/SnpDxePort0.inf
  528. Silicon/AMD/Styx/AmdModulePkg/SnpDxe/SnpDxePort1.inf
  529. #
  530. # Networking stack
  531. #
  532. !include NetworkPkg/Network.dsc.inc
  533. MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
  534. #
  535. # Core Info
  536. #
  537. Silicon/AMD/Styx/Drivers/PlatInitDxe/PlatInitDxe.inf
  538. #
  539. # ACPI Support
  540. #
  541. MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf {
  542. <LibraryClasses>
  543. NULL|EmbeddedPkg/Library/PlatformHasAcpiLib/PlatformHasAcpiLib.inf
  544. }
  545. Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/AcpiPlatformDxe.inf
  546. MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
  547. #
  548. # SMBIOS Support
  549. #
  550. MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
  551. Silicon/AMD/Styx/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
  552. #
  553. # FAT filesystem + GPT/MBR partitioning
  554. #
  555. MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
  556. MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
  557. FatPkg/EnhancedFatDxe/Fat.inf
  558. MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
  559. #
  560. # Bds
  561. #
  562. MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
  563. MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
  564. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
  565. MdeModulePkg/Application/UiApp/UiApp.inf {
  566. <LibraryClasses>
  567. NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  568. NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  569. NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  570. }
  571. MdeModulePkg/Logo/LogoDxe.inf
  572. #
  573. # Crypto Accelerator support (RNG only)
  574. #
  575. Silicon/AMD/Styx/Drivers/StyxRngDxe/StyxRngDxe.inf
  576. #
  577. # UEFI application (Shell Embedded Boot Loader)
  578. #
  579. ShellPkg/Application/Shell/Shell.inf {
  580. <LibraryClasses>
  581. ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
  582. NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
  583. NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
  584. NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
  585. NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
  586. NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
  587. NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
  588. NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
  589. NULL|ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
  590. HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
  591. OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
  592. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  593. BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
  594. ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
  595. <PcdsFixedAtBuild>
  596. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
  597. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  598. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
  599. }
  600. #
  601. # Firmware update
  602. #
  603. MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
  604. SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.inf
  605. SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareUpdateDxe.inf
  606. Platform/AMD/OverdriveBoard/SystemFirmwareDescriptor/SystemFirmwareDescriptor.inf