OverdriveBoard.dsc 31 KB

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