OverdriveBoard.dsc 34 KB

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