SbsaQemu.dsc 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752
  1. #
  2. # Copyright (c) 2021, NUVIA Inc. All rights reserved.
  3. # Copyright (c) 2019, Linaro Limited. All rights reserved.
  4. #
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ################################################################################
  8. #
  9. # Defines Section - statements that will be processed to create a Makefile.
  10. #
  11. ################################################################################
  12. [Defines]
  13. PLATFORM_NAME = SbsaQemu
  14. PLATFORM_GUID = feb0325c-b93d-4e47-8844-b832adeb9e0c
  15. PLATFORM_VERSION = 0.1
  16. DSC_SPECIFICATION = 0x00010005
  17. OUTPUT_DIRECTORY = Build/SbsaQemu
  18. SUPPORTED_ARCHITECTURES = AARCH64
  19. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  20. SKUID_IDENTIFIER = DEFAULT
  21. FLASH_DEFINITION = Platform/Qemu/SbsaQemu/SbsaQemu.fdf
  22. #
  23. # Defines for default states. These can be changed on the command line.
  24. # -D FLAG=VALUE
  25. #
  26. DEFINE DEBUG_PRINT_ERROR_LEVEL = 0x8000004F
  27. #
  28. # Network definition
  29. #
  30. DEFINE NETWORK_SNP_ENABLE = FALSE
  31. DEFINE NETWORK_IP6_ENABLE = FALSE
  32. DEFINE NETWORK_TLS_ENABLE = FALSE
  33. DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE
  34. ################################################################################
  35. #
  36. # Library Class section - list of all Library Classes needed by this Platform.
  37. #
  38. ################################################################################
  39. !include MdePkg/MdeLibs.dsc.inc
  40. [LibraryClasses.common]
  41. !if $(TARGET) == RELEASE
  42. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  43. !else
  44. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  45. !endif
  46. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  47. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  48. SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
  49. BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
  50. SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
  51. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  52. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  53. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  54. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  55. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicArmVirt.inf
  56. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  57. CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
  58. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  59. HobLib|ArmVirtPkg/Library/ArmVirtDxeHobLib/ArmVirtDxeHobLib.inf
  60. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  61. DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
  62. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  63. DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
  64. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  65. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  66. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  67. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  68. UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
  69. SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
  70. ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
  71. FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
  72. FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
  73. UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
  74. OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
  75. #
  76. # Ramdisk Requirements
  77. #
  78. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  79. # Allow dynamic PCDs
  80. #
  81. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  82. # use the accelerated BaseMemoryLibOptDxe by default, overrides for SEC/PEI below
  83. BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
  84. #
  85. # It is not possible to prevent the ARM compiler from inserting calls to intrinsic functions.
  86. # This library provides the instrinsic functions such a compiler may generate calls to.
  87. #
  88. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  89. # Add support for GCC stack protector
  90. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  91. # ARM Architectural Libraries
  92. CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
  93. DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
  94. CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
  95. ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
  96. ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
  97. ArmGicArchLib|ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf
  98. ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
  99. ArmHvcLib|ArmPkg/Library/ArmHvcLib/ArmHvcLib.inf
  100. ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerVirtCounterLib/ArmGenericTimerVirtCounterLib.inf
  101. PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
  102. MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
  103. ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf
  104. # ARM PL031 RTC Driver
  105. RealTimeClockLib|ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf
  106. TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf
  107. # ARM PL011 UART Driver
  108. PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
  109. FdtHelperLib|Silicon/Qemu/SbsaQemu/Library/FdtHelperLib/FdtHelperLib.inf
  110. OemMiscLib|Platform/Qemu/SbsaQemu/OemMiscLib/OemMiscLib.inf
  111. # Debug Support
  112. PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
  113. DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
  114. DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
  115. # PCI Libraries
  116. PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
  117. PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
  118. PciCapLib|OvmfPkg/Library/BasePciCapLib/BasePciCapLib.inf
  119. PciCapPciSegmentLib|OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.inf
  120. PciCapPciIoLib|OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.inf
  121. # USB Libraries
  122. UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
  123. #
  124. # CryptoPkg libraries needed by multiple firmware features
  125. #
  126. IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
  127. OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
  128. RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
  129. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
  130. #
  131. # Secure Boot dependencies
  132. #
  133. TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
  134. AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
  135. SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf
  136. SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.inf
  137. PlatformPKProtectionLib|SecurityPkg/Library/PlatformPKProtectionLibVarPolicy/PlatformPKProtectionLibVarPolicy.inf
  138. # re-use the UserPhysicalPresent() dummy implementation from the ovmf tree
  139. PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
  140. VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
  141. VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
  142. VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
  143. VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
  144. UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
  145. ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
  146. ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
  147. ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
  148. ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf
  149. TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
  150. VirtNorFlashPlatformLib|Silicon/Qemu/SbsaQemu/Library/SbsaQemuNorFlashLib/SbsaQemuNorFlashLib.inf
  151. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  152. BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
  153. PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
  154. CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
  155. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  156. PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
  157. PciHostBridgeLib|Silicon/Qemu/SbsaQemu/Library/SbsaQemuPciHostBridgeLib/SbsaQemuPciHostBridgeLib.inf
  158. FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
  159. # Serial driver
  160. SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
  161. PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf
  162. [LibraryClasses.common.SEC]
  163. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  164. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  165. DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
  166. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  167. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  168. PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  169. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  170. [LibraryClasses.common.PEI_CORE]
  171. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  172. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  173. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  174. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  175. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  176. PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
  177. PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
  178. OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
  179. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  180. ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
  181. PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  182. [LibraryClasses.common.PEIM]
  183. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  184. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  185. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  186. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  187. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  188. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  189. PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
  190. OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
  191. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  192. PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
  193. ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
  194. PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  195. ArmPlatformLib|Silicon/Qemu/SbsaQemu/Library/SbsaQemuLib/SbsaQemuLib.inf
  196. [LibraryClasses.common.DXE_CORE]
  197. HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
  198. MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
  199. DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
  200. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  201. PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
  202. [LibraryClasses.common.DXE_DRIVER]
  203. SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
  204. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  205. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  206. NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
  207. [LibraryClasses.common.UEFI_APPLICATION]
  208. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  209. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  210. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  211. [LibraryClasses.common.UEFI_DRIVER]
  212. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  213. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  214. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  215. UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
  216. [LibraryClasses.common.DXE_RUNTIME_DRIVER]
  217. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  218. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  219. VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
  220. !if $(TARGET) != RELEASE
  221. DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf
  222. !endif
  223. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
  224. ###################################################################################################
  225. # BuildOptions Section - Define the module specific tool chain flags that should be used as
  226. # the default flags for a module. These flags are appended to any
  227. # standard flags that are defined by the build process.
  228. ###################################################################################################
  229. [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
  230. GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x10000
  231. [BuildOptions]
  232. GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
  233. ################################################################################
  234. #
  235. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  236. #
  237. ################################################################################
  238. [PcdsFeatureFlag.common]
  239. gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE
  240. # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
  241. gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
  242. gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
  243. gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
  244. gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
  245. gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
  246. ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
  247. # It could be set FALSE to save size.
  248. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
  249. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
  250. [PcdsFixedAtBuild.common]
  251. gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
  252. gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
  253. gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
  254. gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
  255. gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
  256. gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
  257. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
  258. # DEBUG_ASSERT_ENABLED 0x01
  259. # DEBUG_PRINT_ENABLED 0x02
  260. # DEBUG_CODE_ENABLED 0x04
  261. # CLEAR_MEMORY_ENABLED 0x08
  262. # ASSERT_BREAKPOINT_ENABLED 0x10
  263. # ASSERT_DEADLOOP_ENABLED 0x20
  264. !if $(TARGET) == RELEASE
  265. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
  266. !else
  267. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
  268. !endif
  269. # DEBUG_INIT 0x00000001 // Initialization
  270. # DEBUG_WARN 0x00000002 // Warnings
  271. # DEBUG_LOAD 0x00000004 // Load events
  272. # DEBUG_FS 0x00000008 // EFI File system
  273. # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
  274. # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
  275. # DEBUG_INFO 0x00000040 // Informational debug messages
  276. # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
  277. # DEBUG_VARIABLE 0x00000100 // Variable
  278. # DEBUG_BM 0x00000400 // Boot Manager
  279. # DEBUG_BLKIO 0x00001000 // BlkIo Driver
  280. # DEBUG_NET 0x00004000 // SNP Driver
  281. # DEBUG_UNDI 0x00010000 // UNDI Driver
  282. # DEBUG_LOADFILE 0x00020000 // LoadFile
  283. # DEBUG_EVENT 0x00080000 // Event messages
  284. # DEBUG_GCD 0x00100000 // Global Coherency Database changes
  285. # DEBUG_CACHE 0x00200000 // Memory range cachability changes
  286. # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
  287. # // significantly impact boot performance
  288. # DEBUG_ERROR 0x80000000 // Error
  289. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|$(DEBUG_PRINT_ERROR_LEVEL)
  290. #
  291. # Optional feature to help prevent EFI memory map fragments
  292. # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
  293. # Values are in EFI Pages (4K). DXE Core will make sure that
  294. # at least this much of each type of memory can be allocated
  295. # from a single memory range. This way you only end up with
  296. # maximum of two fragements for each type in the memory map
  297. # (the memory used, and the free memory that was prereserved
  298. # but not used).
  299. #
  300. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
  301. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|600
  302. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|400
  303. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|1500
  304. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|12000
  305. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20
  306. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
  307. # Override the default values from SecurityPkg to ensure images
  308. # from all sources are verified in secure boot
  309. gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
  310. gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04
  311. gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
  312. #
  313. # Enable strict image permissions for all images. (This applies
  314. # only to images that were built with >= 4 KB section alignment.)
  315. #
  316. gEfiMdeModulePkgTokenSpaceGuid.PcdImageProtectionPolicy|0x3
  317. #
  318. # Enable NX memory protection for all non-code regions, including OEM and OS
  319. # reserved ones, with the exception of LoaderData regions, of which OS loaders
  320. # (i.e., GRUB) may assume that its contents are executable.
  321. #
  322. gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy|0xC000000000007FD1
  323. #
  324. # Enable the non-executable DXE stack. (This gets set up by DxeIpl)
  325. #
  326. gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
  327. gArmTokenSpaceGuid.PcdVFPEnabled|1
  328. # System Memory Base -- fixed
  329. gArmTokenSpaceGuid.PcdSystemMemoryBase|0x10000000000
  330. # Space for 32 stacks
  331. gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x1000007c000
  332. gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
  333. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
  334. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
  335. # Size of the region used by UEFI in permanent memory (Reserved 64MB)
  336. gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
  337. #
  338. # ARM General Interrupt Controller
  339. #
  340. gArmTokenSpaceGuid.PcdGicDistributorBase|0x40060000
  341. gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x40080000
  342. ## Default Terminal Type
  343. ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
  344. gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
  345. #
  346. # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
  347. #
  348. gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
  349. gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
  350. gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
  351. gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
  352. #
  353. # The maximum physical I/O addressability of the processor, set with
  354. # BuildCpuHob().
  355. #
  356. gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
  357. # Initial Device Tree Location
  358. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdDeviceTreeBaseAddress|0x10000000000
  359. # Non discoverable devices (AHCI,EHCI)
  360. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdPlatformAhciBase|0x60100000
  361. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdPlatformAhciSize|0x00010000
  362. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdPlatformEhciBase|0x60110000
  363. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdPlatformEhciSize|0x00010000
  364. # PL011 - Serial Terminal
  365. gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x60000000
  366. # Timer IRQs
  367. # PPI #13
  368. gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|29
  369. # PPI #14
  370. gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|30
  371. # PPI #11
  372. gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|27
  373. # PPI #10
  374. gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|26
  375. ## PL031 RealTimeClock
  376. gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x60010000
  377. # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,
  378. # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the
  379. # presence of the 32-bit entry point anyway (because many AARCH64 systems
  380. # don't have 32-bit addressable physical RAM), and the additional allocations
  381. # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry
  382. # point only, for entry point versions >= 3.0.
  383. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
  384. #
  385. # PLDA PCI Root Complex
  386. #
  387. # ECAM size == 0x10000000
  388. gArmTokenSpaceGuid.PcdPciBusMin|0
  389. gArmTokenSpaceGuid.PcdPciBusMax|255
  390. gArmTokenSpaceGuid.PcdPciIoBase|0x0
  391. gArmTokenSpaceGuid.PcdPciIoSize|0x00010000
  392. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdPciIoLimit|0x0000ffff
  393. gArmTokenSpaceGuid.PcdPciMmio32Base|0x80000000
  394. gArmTokenSpaceGuid.PcdPciMmio32Size|0x70000000
  395. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdPciMmio32Limit|0xEFFFFFFF
  396. gArmTokenSpaceGuid.PcdPciMmio64Base|0x100000000
  397. gArmTokenSpaceGuid.PcdPciMmio64Size|0xFF00000000
  398. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdPciMmio64Limit|0xFFFFFFFFFF
  399. # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
  400. # PCD and PcdPciDisableBusEnumeration have not been assigned yet
  401. # TODO: PcdPciExpressBaseAddress set to max_uint64
  402. gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xf0000000
  403. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdPciExpressBarSize|0x10000000
  404. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdPciExpressBarLimit|0xFFFFFFFF
  405. gEfiMdePkgTokenSpaceGuid.PcdPciIoTranslation|0x7fff0000
  406. gEfiMdePkgTokenSpaceGuid.PcdPciMmio32Translation|0x0
  407. gEfiMdePkgTokenSpaceGuid.PcdPciMmio64Translation|0x0
  408. ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
  409. # enumeration to complete before installing ACPI tables.
  410. gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|FALSE
  411. gArmTokenSpaceGuid.PcdSystemProductName|L"QEMU SBSA-REF Machine"
  412. gArmTokenSpaceGuid.PcdSystemVersion|L"1.0"
  413. gArmTokenSpaceGuid.PcdBaseBoardManufacturer|L"QEMU"
  414. gArmTokenSpaceGuid.PcdBaseBoardProductName|L"SBSA-REF"
  415. gArmTokenSpaceGuid.PcdBaseBoardVersion|L"1.0"
  416. # These values are fixed for now, but should be configurable via
  417. # something like an emulated SCP.
  418. gArmTokenSpaceGuid.PcdProcessorManufacturer|L"QEMU"
  419. gArmTokenSpaceGuid.PcdProcessorVersion|L"arm-virt"
  420. gArmTokenSpaceGuid.PcdProcessorSerialNumber|L"SN0000"
  421. gArmTokenSpaceGuid.PcdProcessorAssetTag|L"AT0000"
  422. gArmTokenSpaceGuid.PcdProcessorPartNumber|L"PN0000"
  423. gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"EFI Development Kit II / SbsaQemu"
  424. gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|L"1.0"
  425. [PcdsDynamicDefault.common]
  426. gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
  427. # Core and Cluster Count
  428. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdCoreCount|1
  429. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdClusterCount|1
  430. # System Memory Size -- 128 MB initially, actual size will be fetched from DT
  431. # TODO as no DT will be used we should pass this by some other method
  432. gArmTokenSpaceGuid.PcdSystemMemorySize|0x08000000
  433. #
  434. # Set video resolution for boot options
  435. # PlatformDxe can set the former at runtime.
  436. #
  437. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
  438. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
  439. # Set video resolution for text setup.
  440. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
  441. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
  442. #
  443. # SMBIOS entry point version
  444. #
  445. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0304
  446. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
  447. gArmTokenSpaceGuid.PcdSystemBiosRelease|0x0100
  448. gArmTokenSpaceGuid.PcdEmbeddedControllerFirmwareRelease|0x0100
  449. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdSystemManufacturer|L"QEMU"
  450. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdSystemSerialNumber|L"SN0000"
  451. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdSystemSKU|L"SK0000"
  452. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdSystemFamily|L"ArmVirt"
  453. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdBaseBoardAssetTag|L"AT0000"
  454. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdBaseBoardSerialNumber|L"SN0000"
  455. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdBaseBoardSKU|L"SK000"
  456. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdBaseBoardLocation|L"Internal"
  457. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdChassisSerialNumber|L"SN0000"
  458. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdChassisVersion|L"1.0"
  459. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdChassisManufacturer|L"QEMU"
  460. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdChassisAssetTag|L"AT0000"
  461. gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdChassisSKU|L"SK0000"
  462. ################################################################################
  463. #
  464. # Components Section - list of all EDK II Modules needed by this Platform
  465. #
  466. ################################################################################
  467. [Components.common]
  468. #
  469. # Ramdisk support
  470. #
  471. MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
  472. #
  473. # UEFI application (Shell Embedded Boot Loader)
  474. #
  475. ShellPkg/Application/Shell/Shell.inf {
  476. <LibraryClasses>
  477. ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
  478. NULL|ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
  479. NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
  480. NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
  481. NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
  482. NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
  483. NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
  484. NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
  485. NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
  486. !if $(NETWORK_IP6_ENABLE) == TRUE
  487. NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf
  488. !endif
  489. HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
  490. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  491. BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
  492. ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
  493. <PcdsFixedAtBuild>
  494. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
  495. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  496. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
  497. }
  498. #
  499. # PEI Phase modules
  500. #
  501. ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
  502. MdeModulePkg/Core/Pei/PeiMain.inf
  503. MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
  504. <LibraryClasses>
  505. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  506. }
  507. ArmPlatformPkg/PlatformPei/PlatformPeim.inf
  508. ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
  509. ArmPkg/Drivers/CpuPei/CpuPei.inf
  510. MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
  511. <LibraryClasses>
  512. NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  513. }
  514. #
  515. # DXE
  516. #
  517. MdeModulePkg/Core/Dxe/DxeMain.inf {
  518. <LibraryClasses>
  519. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  520. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  521. }
  522. MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
  523. <LibraryClasses>
  524. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  525. }
  526. #
  527. # Architectural Protocols
  528. #
  529. ArmPkg/Drivers/CpuDxe/CpuDxe.inf
  530. MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
  531. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
  532. <LibraryClasses>
  533. NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
  534. # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
  535. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  536. }
  537. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
  538. <LibraryClasses>
  539. NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
  540. }
  541. SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
  542. MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
  543. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
  544. MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
  545. MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
  546. EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
  547. EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
  548. MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  549. MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  550. MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
  551. MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  552. MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
  553. MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
  554. ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
  555. ArmPkg/Drivers/TimerDxe/TimerDxe.inf
  556. OvmfPkg/VirtNorFlashDxe/VirtNorFlashDxe.inf
  557. MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
  558. #
  559. # FAT filesystem + GPT/MBR partitioning
  560. #
  561. MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
  562. MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
  563. MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
  564. FatPkg/EnhancedFatDxe/Fat.inf
  565. MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
  566. #
  567. # Bds
  568. #
  569. MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
  570. <LibraryClasses>
  571. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  572. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  573. }
  574. MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
  575. MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
  576. MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
  577. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
  578. MdeModulePkg/Logo/LogoDxe.inf
  579. MdeModulePkg/Application/UiApp/UiApp.inf {
  580. <LibraryClasses>
  581. NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  582. NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  583. NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  584. }
  585. #
  586. # Networking stack
  587. #
  588. !include NetworkPkg/Network.dsc.inc
  589. # NonDiscoverableDevices
  590. Silicon/Qemu/SbsaQemu/Drivers/SbsaQemuPlatformDxe/SbsaQemuPlatformDxe.inf
  591. MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
  592. # IDE/AHCI Support
  593. OvmfPkg/SataControllerDxe/SataControllerDxe.inf
  594. MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
  595. MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
  596. #
  597. # SCSI Bus and Disk Driver
  598. #
  599. MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
  600. MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
  601. #
  602. # SMBIOS support
  603. #
  604. ArmPkg/Universal/Smbios/ProcessorSubClassDxe/ProcessorSubClassDxe.inf
  605. ArmPkg/Universal/Smbios/SmbiosMiscDxe/SmbiosMiscDxe.inf
  606. EmbeddedPkg/Library/FdtLib/FdtLib.inf
  607. MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
  608. Silicon/Qemu/SbsaQemu/Drivers/SbsaQemuSmbiosDxe/SbsaQemuSmbiosDxe.inf
  609. #
  610. # PCI support
  611. #
  612. ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf
  613. MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
  614. MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
  615. #
  616. # Video support (VGA)
  617. #
  618. OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
  619. #
  620. # USB Support
  621. #
  622. MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
  623. MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
  624. MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
  625. MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
  626. MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
  627. MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
  628. #
  629. # ACPI Support
  630. !include Silicon/Qemu/SbsaQemu/Acpi.dsc.inc
  631. MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf