OverdriveBoard.dsc 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
  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_KCS = 1
  21. DEFINE DO_FLASHER = FALSE
  22. DEFINE DO_CAPSULE = FALSE
  23. PLATFORM_NAME = Overdrive
  24. PLATFORM_GUID = B2296C02-9DA1-4CD1-BD48-4D4F0F1276EB
  25. PLATFORM_VERSION = 0.1
  26. DSC_SPECIFICATION = 0x00010005
  27. OUTPUT_DIRECTORY = Build/Overdrive
  28. SUPPORTED_ARCHITECTURES = AARCH64
  29. BUILD_TARGETS = DEBUG|RELEASE
  30. SKUID_IDENTIFIER = DEFAULT
  31. FLASH_DEFINITION = Platform/AMD/OverdriveBoard/OverdriveBoard.fdf
  32. ################################################################################
  33. #
  34. # Library Class section - list of all Library Classes needed by this Platform.
  35. #
  36. ################################################################################
  37. [LibraryClasses.common]
  38. !if $(TARGET) == RELEASE
  39. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  40. !else
  41. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  42. !endif
  43. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  44. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  45. BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
  46. SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
  47. SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
  48. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  49. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  50. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  51. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  52. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  53. PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
  54. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  55. CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
  56. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  57. UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
  58. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  59. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  60. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  61. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  62. DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
  63. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  64. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  65. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  66. UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
  67. UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
  68. #
  69. # Allow dynamic PCDs
  70. #
  71. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  72. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  73. BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
  74. # Networking Requirements
  75. NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
  76. DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
  77. UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
  78. IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
  79. # ARM Architectural Libraries
  80. CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
  81. DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
  82. CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
  83. ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
  84. ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
  85. ArmGicArchLib|ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf
  86. ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
  87. ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
  88. ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf
  89. PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
  90. ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
  91. ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
  92. ArmPlatformLib|Silicon/AMD/Styx/Library/AmdStyxLib/AmdStyxLib.inf
  93. TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
  94. UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
  95. # ARM PL011 UART Driver
  96. PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf
  97. PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
  98. SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
  99. #
  100. # PCI support
  101. #
  102. PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
  103. PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
  104. PciHostBridgeLib|Silicon/AMD/Styx/Library/AmdStyxPciHostBridgeLib/AmdStyxPciHostBridgeLib.inf
  105. #
  106. # Styx specific libraries
  107. #
  108. AmdSataInit|Silicon/AMD/Styx/AmdModulePkg/Library/AmdSataInitLib/AmdSataInitLib.inf
  109. AmdStyxAcpiLib|Silicon/AMD/Styx/AcpiTables/AcpiTables.inf
  110. ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf
  111. RealTimeClockLib|Silicon/AMD/Styx/Library/RealTimeClockLib/RealTimeClockLib.inf
  112. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
  113. DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.inf
  114. !if $(DO_CAPSULE) == TRUE
  115. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
  116. OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
  117. IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
  118. EdkiiSystemCapsuleLib|SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.inf
  119. FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
  120. IniParsingLib|SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf
  121. PlatformFlashAccessLib|Silicon/AMD/Styx/Library/StyxPlatformFlashAccessLib/StyxPlatformFlashAccessLib.inf
  122. !endif
  123. UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
  124. PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
  125. BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
  126. CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
  127. #
  128. # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
  129. # in the debugger will show load and unload commands for symbols. You can cut and paste this
  130. # into the command window to load symbols. We should be able to use a script to do this, but
  131. # the version of RVD I have does not support scripts accessing system memory.
  132. #
  133. #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
  134. PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
  135. #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
  136. DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
  137. DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
  138. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  139. SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
  140. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  141. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  142. SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
  143. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  144. ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
  145. OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
  146. [LibraryClasses.common.SEC]
  147. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  148. PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  149. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  150. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  151. ArmPlatformLib|Silicon/AMD/Styx/Library/AmdStyxLib/AmdStyxLibSec.inf
  152. DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
  153. DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf
  154. ArmGicArchLib|ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf
  155. [LibraryClasses.common.PEIM, LibraryClasses.common.SEC]
  156. MemoryInitPeiLib|Silicon/AMD/Styx/Library/MemoryInitPei/MemoryInitPeiLib.inf
  157. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  158. [LibraryClasses.common.PEI_CORE]
  159. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  160. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  161. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  162. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  163. PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
  164. PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
  165. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  166. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  167. ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
  168. PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  169. [LibraryClasses.common.PEIM]
  170. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  171. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  172. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  173. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  174. PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
  175. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  176. PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
  177. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  178. ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
  179. PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  180. [LibraryClasses.common.DXE_CORE]
  181. HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
  182. MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
  183. DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
  184. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  185. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  186. PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
  187. [LibraryClasses.common.DXE_DRIVER]
  188. SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
  189. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  190. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  191. NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
  192. [LibraryClasses.common.DXE_RUNTIME_DRIVER]
  193. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  194. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  195. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
  196. !if $(TARGET) != RELEASE
  197. DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf
  198. !endif
  199. [LibraryClasses.common.UEFI_APPLICATION]
  200. UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
  201. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  202. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  203. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  204. [LibraryClasses.common.UEFI_DRIVER]
  205. UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
  206. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  207. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  208. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  209. [LibraryClasses.ARM]
  210. #
  211. # It is not possible to prevent the ARM compiler for generic intrinsic functions.
  212. # This library provides the instrinsic functions generate by a given compiler.
  213. # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
  214. #
  215. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  216. [LibraryClasses.AARCH64]
  217. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  218. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  219. ###################################################################################################
  220. # BuildOptions Section - Define the module specific tool chain flags that should be used as
  221. # the default flags for a module. These flags are appended to any
  222. # standard flags that are defined by the build process.
  223. ###################################################################################################
  224. [BuildOptions]
  225. RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
  226. GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
  227. *_*_*_ASL_FLAGS = -tc -li -l -so
  228. *_*_*_ASLPP_FLAGS = $(ARCHCC_FLAGS)
  229. *_*_*_ASLCC_FLAGS = $(ARCHCC_FLAGS)
  230. GCC:*_*_AARCH64_ARCHCC_FLAGS = -DDO_XGBE=$(DO_XGBE) -DDO_KCS=$(DO_KCS) -DNUM_CORES=$(NUM_CORES) -DARM_CPU_AARCH64
  231. GCC:*_*_AARCH64_PP_FLAGS = -DDO_XGBE=$(DO_XGBE) -DDO_KCS=$(DO_KCS) -DNUM_CORES=$(NUM_CORES) -DARM_CPU_AARCH64
  232. GCC:*_*_AARCH64_PLATFORM_FLAGS = -I$(BIN_DIR)/Silicon/AMD/Styx/AcpiTables/AcpiAml/OUTPUT
  233. [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
  234. GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x10000
  235. [BuildOptions.common.EDKII.DXE_DRIVER,BuildOptions.common.EDKII.UEFI_DRIVER,BuildOptions.common.EDKII.UEFI_APPLICATION]
  236. GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x1000
  237. ################################################################################
  238. #
  239. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  240. #
  241. ################################################################################
  242. [PcdsFeatureFlag.common]
  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. gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
  253. [PcdsFixedAtBuild.common]
  254. gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
  255. gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
  256. gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
  257. gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
  258. gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
  259. gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
  260. gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
  261. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
  262. # DEBUG_ASSERT_ENABLED 0x01
  263. # DEBUG_PRINT_ENABLED 0x02
  264. # DEBUG_CODE_ENABLED 0x04
  265. # CLEAR_MEMORY_ENABLED 0x08
  266. # ASSERT_BREAKPOINT_ENABLED 0x10
  267. # ASSERT_DEADLOOP_ENABLED 0x20
  268. !if $(TARGET) == RELEASE
  269. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
  270. !else
  271. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
  272. !endif
  273. # DEBUG_INIT 0x00000001 // Initialization
  274. # DEBUG_WARN 0x00000002 // Warnings
  275. # DEBUG_LOAD 0x00000004 // Load events
  276. # DEBUG_FS 0x00000008 // EFI File system
  277. # DEBUG_POOL 0x00000010 // Alloc & Free's
  278. # DEBUG_PAGE 0x00000020 // Alloc & Free's
  279. # DEBUG_INFO 0x00000040 // Verbose
  280. # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
  281. # DEBUG_VARIABLE 0x00000100 // Variable
  282. # DEBUG_BM 0x00000400 // Boot Manager
  283. # DEBUG_BLKIO 0x00001000 // BlkIo Driver
  284. # DEBUG_NET 0x00004000 // SNI Driver
  285. # DEBUG_UNDI 0x00010000 // UNDI Driver
  286. # DEBUG_LOADFILE 0x00020000 // UNDI Driver
  287. # DEBUG_EVENT 0x00080000 // Event messages
  288. # DEBUG_GCD 0x00100000 // Global Coherency Database changes
  289. # DEBUG_CACHE 0x00200000 // Memory range cachability changes
  290. # DEBUG_ERROR 0x80000000 // Error
  291. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
  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. !ifdef $(FIRMWARE_VENDOR)
  314. gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"$(FIRMWARE_VENDOR)"
  315. !endif
  316. # Number of configured cores
  317. gArmPlatformTokenSpaceGuid.PcdCoreCount|$(NUM_CORES)
  318. # Stacks for MPCores in Normal World
  319. gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x8001680000
  320. gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x10000
  321. gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize|0x800
  322. # Declare system memory base
  323. gArmTokenSpaceGuid.PcdSystemMemoryBase|0x8000000000
  324. # Size of the region used by UEFI in permanent memory (Reserved 64MB)
  325. gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
  326. # 40 bits of VA space is sufficient to support up to 512 GB of RAM in the
  327. # range 0x80_0000_0000 - 0xFF_FFFF_FFFF (all platform and PCI MMIO is below
  328. # that)
  329. gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
  330. #
  331. # ARM PrimeCell
  332. #
  333. ## PL011 - Serial Terminal (Atlas UART)
  334. gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x0E1010000
  335. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
  336. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultReceiveFifoDepth|0
  337. # serial port is clocked at 100MHz
  338. gArmPlatformTokenSpaceGuid.PL011UartClkInHz|100000000
  339. gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
  340. gAmdStyxTokenSpaceGuid.PcdSerialDbgRegisterBase|0x0E1010000
  341. gAmdStyxTokenSpaceGuid.PcdUartDbgBaudRate|115200
  342. #
  343. # ARM General Interrupt Controller
  344. #
  345. gArmTokenSpaceGuid.PcdGicDistributorBase|0xE1110000
  346. gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0xE112F000
  347. # SATA Ports
  348. gAmdStyxTokenSpaceGuid.PcdSata0PortCount|8
  349. gAmdStyxTokenSpaceGuid.PcdSata1PortCount|6
  350. gAmdStyxTokenSpaceGuid.PcdSataPortMode|0x0fffffff
  351. # PCIe Support
  352. gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xF0000000
  353. gArmTokenSpaceGuid.PcdPciBusMin|0x0
  354. gArmTokenSpaceGuid.PcdPciBusMax|0x7F
  355. gArmTokenSpaceGuid.PcdPciIoBase|0x1000
  356. gArmTokenSpaceGuid.PcdPciIoSize|0xF000
  357. gArmTokenSpaceGuid.PcdPciIoTranslation|0xEFFF0000
  358. gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
  359. gArmTokenSpaceGuid.PcdPciMmio32Base|0x40000000
  360. gArmTokenSpaceGuid.PcdPciMmio32Size|0x80000000
  361. gArmTokenSpaceGuid.PcdPciMmio32Translation|0x0
  362. gArmTokenSpaceGuid.PcdPciMmio64Base|0x100000000
  363. gArmTokenSpaceGuid.PcdPciMmio64Size|0x7F00000000
  364. gArmTokenSpaceGuid.PcdPciMmio64Translation|0x0
  365. ## Use PCI emulation for ATA PassThru
  366. # gEfiMdeModulePkgTokenSpaceGuid.PcdAtaPassThruPciEmulation|TRUE
  367. ## ACPI (no tables < 4GB)
  368. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20
  369. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId|"AMDINC"
  370. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId|0x20454c5454414553 # SEATTLE
  371. #
  372. # Enable strict image permissions for all images. (This applies
  373. # only to images that were built with >= 4 KB section alignment.)
  374. #
  375. gEfiMdeModulePkgTokenSpaceGuid.PcdImageProtectionPolicy|0x3
  376. #
  377. # Enable NX memory protection for all non-code regions, including OEM and OS
  378. # reserved ones, with the exception of LoaderData regions, of which OS loaders
  379. # (i.e., GRUB) may assume that its contents are executable.
  380. #
  381. gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy|0xC000000000007FD1
  382. # SMBIOS 3.0 only
  383. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
  384. gAmdModulePkgTokenSpaceGuid.PcdSataNumChPerSerdes|2
  385. gAmdModulePkgTokenSpaceGuid.PcdSataSerdesBase|0xE1200000
  386. gAmdModulePkgTokenSpaceGuid.PcdSataSerdesOffset|0x00010000
  387. # map the stack as non-executable when entering the DXE phase
  388. gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
  389. !if $(DO_XGBE)
  390. gAmdModulePkgTokenSpaceGuid.PcdXgbeEnable|TRUE
  391. gAmdModulePkgTokenSpaceGuid.PcdPort0PhyMode|0
  392. gAmdModulePkgTokenSpaceGuid.PcdPort1PhyMode|0
  393. gAmdModulePkgTokenSpaceGuid.PcdPort0NetSpeed|1
  394. gAmdModulePkgTokenSpaceGuid.PcdPort1NetSpeed|1
  395. [PcdsDynamicDefault.common]
  396. gAmdStyxTokenSpaceGuid.PcdEthMacA|0x02A1A2A3A4A5
  397. gAmdStyxTokenSpaceGuid.PcdEthMacB|0x02B1B2B3B4B5
  398. [PcdsPatchableInModule]
  399. gAmdModulePkgTokenSpaceGuid.PcdXgbeUseMacFromIscp|TRUE
  400. gAmdModulePkgTokenSpaceGuid.PcdXgbeRev|2
  401. !endif
  402. [PcdsPatchableInModule]
  403. # PCIe Configuration: x4x4
  404. gAmdModulePkgTokenSpaceGuid.PcdPcieCoreConfiguration|1
  405. gAmdModulePkgTokenSpaceGuid.PcdPciePort0Present|1
  406. gAmdModulePkgTokenSpaceGuid.PcdPciePort1Present|1
  407. gAmdModulePkgTokenSpaceGuid.PcdPciePort2Present|1
  408. gAmdModulePkgTokenSpaceGuid.PcdPcieHardcodeEnumeration|TRUE
  409. [PcdsDynamicDefault.common]
  410. gAmdStyxTokenSpaceGuid.PcdSocCoreCount|$(NUM_CORES)
  411. gArmTokenSpaceGuid.PcdSystemMemorySize|0x0400000000
  412. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0x0
  413. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0x0
  414. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0x0
  415. !if $(DO_CAPSULE) == TRUE
  416. [PcdsDynamicExDefault.common.DEFAULT]
  417. gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor|{0x0}|VOID*|0x100
  418. # 642e4fcf-2df7-4415-8b70-a03909c57b55
  419. gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareFileGuid|{0xcf, 0x4f, 0x2e, 0x64, 0xf7, 0x2d, 0x15, 0x44, 0x8b, 0x70, 0xa0, 0x39, 0x09, 0xc5, 0x7b, 0x55}
  420. # d34b3d29-0085-4ab3-8be8-84188cc50489
  421. gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid|{0x29, 0x3d, 0x4b, 0xd3, 0x85, 0x0, 0xb3, 0x4a, 0x8b, 0xe8, 0x84, 0x18, 0x8c, 0xc5, 0x04, 0x89}
  422. !endif
  423. [PcdsDynamicHii]
  424. gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|5
  425. gAmdStyxTokenSpaceGuid.PcdEnableSmmus|L"StyxEnableSmmus"|gAmdStyxVariableGuid|0x0|FALSE
  426. ################################################################################
  427. #
  428. # Components Section - list of all EDK II Modules needed by this Platform
  429. #
  430. ################################################################################
  431. [Components.common]
  432. #
  433. # PEI Phase modules
  434. #
  435. ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
  436. MdeModulePkg/Core/Pei/PeiMain.inf
  437. MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
  438. <LibraryClasses>
  439. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  440. }
  441. ArmPlatformPkg/PlatformPei/PlatformPeim.inf
  442. Silicon/AMD/Styx/AmdModulePkg/Iscp/IscpPei.inf
  443. Silicon/AMD/Styx/Drivers/PlatInitPei/PlatInitPei.inf
  444. ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
  445. ArmPkg/Drivers/CpuPei/CpuPei.inf
  446. MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
  447. MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
  448. <LibraryClasses>
  449. NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  450. }
  451. #
  452. # DXE
  453. #
  454. MdeModulePkg/Core/Dxe/DxeMain.inf {
  455. <LibraryClasses>
  456. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  457. }
  458. MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
  459. <LibraryClasses>
  460. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  461. }
  462. #
  463. # Architectural Protocols
  464. #
  465. ArmPkg/Drivers/CpuDxe/CpuDxe.inf
  466. MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
  467. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
  468. MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
  469. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
  470. MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
  471. MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
  472. EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
  473. EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
  474. MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
  475. #
  476. # Console IO support
  477. #
  478. MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  479. MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  480. MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
  481. MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  482. MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
  483. EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf {
  484. <LibraryClasses>
  485. FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
  486. }
  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. MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
  522. #
  523. # AHCI Support
  524. #
  525. MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
  526. MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
  527. MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
  528. MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
  529. MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
  530. MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
  531. Silicon/AMD/Styx/Drivers/StyxSataPlatformDxe/StyxSataPlatformDxe.inf
  532. #
  533. # USB Support
  534. #
  535. MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
  536. MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
  537. MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
  538. MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
  539. MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
  540. MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
  541. !if $(DO_XGBE)
  542. #
  543. # SNP support
  544. #
  545. Silicon/AMD/Styx/AmdModulePkg/SnpDxe/SnpDxePort0.inf
  546. Silicon/AMD/Styx/AmdModulePkg/SnpDxe/SnpDxePort1.inf
  547. !endif
  548. #
  549. # Networking stack
  550. #
  551. MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
  552. MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
  553. MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
  554. MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
  555. # MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
  556. MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
  557. MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf {
  558. <PcdsFixedAtBuild>
  559. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
  560. }
  561. MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
  562. MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
  563. MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
  564. NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
  565. NetworkPkg/TcpDxe/TcpDxe.inf
  566. ## Bug https://bugs.linaro.org/show_bug.cgi?id=2239
  567. # NetworkPkg/IScsiDxe/IScsiDxe.inf
  568. #
  569. # Core Info
  570. #
  571. Silicon/AMD/Styx/Drivers/PlatInitDxe/PlatInitDxe.inf
  572. #
  573. # ACPI Support
  574. #
  575. MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf {
  576. <LibraryClasses>
  577. NULL|EmbeddedPkg/Library/PlatformHasAcpiLib/PlatformHasAcpiLib.inf
  578. }
  579. Silicon/AMD/Styx/AcpiTables/AcpiAml.inf
  580. Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/AcpiPlatformDxe.inf
  581. MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
  582. #
  583. # SMBIOS Support
  584. #
  585. MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
  586. Silicon/AMD/Styx/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
  587. #
  588. # FAT filesystem + GPT/MBR partitioning
  589. #
  590. MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
  591. MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
  592. FatPkg/EnhancedFatDxe/Fat.inf
  593. MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
  594. #
  595. # Bds
  596. #
  597. MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
  598. MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
  599. MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
  600. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
  601. MdeModulePkg/Application/UiApp/UiApp.inf {
  602. <LibraryClasses>
  603. NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  604. NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  605. NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  606. }
  607. MdeModulePkg/Logo/LogoDxe.inf
  608. #
  609. # Crypto Accelerator support (RNG only)
  610. #
  611. Silicon/AMD/Styx/Drivers/StyxRngDxe/StyxRngDxe.inf
  612. #
  613. # UEFI application (Shell Embedded Boot Loader)
  614. #
  615. ShellPkg/Application/Shell/Shell.inf {
  616. <LibraryClasses>
  617. ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
  618. NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
  619. NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
  620. NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
  621. NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
  622. NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
  623. NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
  624. NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
  625. HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
  626. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  627. BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
  628. FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
  629. ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
  630. <PcdsFixedAtBuild>
  631. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
  632. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  633. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
  634. }
  635. !if $(DO_FLASHER) == TRUE
  636. Silicon/AMD/Styx/Applications/StyxFlashUefi/StyxFlashUefi.inf {
  637. <LibraryClasses>
  638. ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
  639. }
  640. !endif
  641. !if $(DO_CAPSULE) == TRUE
  642. #
  643. # Firmware update
  644. #
  645. MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
  646. SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.inf
  647. SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareUpdateDxe.inf
  648. Platform/AMD/OverdriveBoard/SystemFirmwareDescriptor/SystemFirmwareDescriptor.inf
  649. !endif