OverdriveBoard.dsc 33 KB

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