NxpQoriqLs.dsc.inc 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. # @file
  2. #
  3. # Copyright 2017-2019 NXP.
  4. #
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. #
  8. ################################################################################
  9. #
  10. # Defines Section - statements that will be processed to create a Makefile.
  11. #
  12. ################################################################################
  13. [Defines]
  14. #
  15. # Defines for default states. These can be changed on the command line.
  16. # -D FLAG=VALUE
  17. #
  18. PLATFORM_VERSION = 0.1
  19. DSC_SPECIFICATION = 0x0001001A
  20. SUPPORTED_ARCHITECTURES = AARCH64
  21. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  22. SKUID_IDENTIFIER = DEFAULT
  23. [LibraryClasses.common]
  24. ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
  25. ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
  26. ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
  27. ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf
  28. TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
  29. TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf
  30. ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
  31. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  32. UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
  33. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  34. BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
  35. PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
  36. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  37. UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
  38. CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
  39. # Networking Requirements
  40. NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
  41. # ARM GIC400 General Interrupt Driver
  42. ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
  43. ArmGicArchLib|ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf
  44. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  45. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  46. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  47. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  48. SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
  49. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  50. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  51. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  52. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  53. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  54. PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
  55. CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
  56. DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
  57. CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
  58. PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
  59. SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
  60. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  61. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  62. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  63. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  64. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  65. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  66. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  67. DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
  68. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  69. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  70. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  71. UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
  72. CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
  73. ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
  74. DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
  75. DmaLib|EmbeddedPkg/Library/NonCoherentDmaLib/NonCoherentDmaLib.inf
  76. FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
  77. ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
  78. ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
  79. FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
  80. ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
  81. SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
  82. NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
  83. HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
  84. BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
  85. TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
  86. AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
  87. VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
  88. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  89. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  90. NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
  91. ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
  92. [LibraryClasses.common.SEC]
  93. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  94. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  95. ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
  96. LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  97. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  98. HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
  99. PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
  100. MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
  101. PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
  102. PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
  103. MemoryInitPeiLib|Silicon/NXP/Library/MemoryInitPei/MemoryInitPeiLib.inf
  104. # 1/123 faster than Stm or Vstm version
  105. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  106. # Uncomment to turn on GDB stub in SEC.
  107. #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
  108. [LibraryClasses.common.PEIM]
  109. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  110. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  111. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  112. PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  113. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  114. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  115. ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
  116. [LibraryClasses.common.DXE_CORE]
  117. HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
  118. MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
  119. DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
  120. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  121. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  122. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  123. PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
  124. [LibraryClasses.common.DXE_DRIVER]
  125. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  126. SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
  127. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  128. MemoryInitPeiLib|Silicon/NXP/Library/MemoryInitPei/MemoryInitPeiLib.inf
  129. [LibraryClasses.common.UEFI_APPLICATION]
  130. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  131. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  132. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  133. [LibraryClasses.common.UEFI_DRIVER]
  134. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  135. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  136. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  137. [LibraryClasses.common.DXE_RUNTIME_DRIVER]
  138. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  139. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  140. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  141. ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
  142. [LibraryClasses.AARCH64]
  143. #
  144. # It is not possible to prevent the ARM compiler for generic intrinsic functions.
  145. # This library provides the instrinsic functions generate by a given compiler.
  146. # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
  147. #
  148. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  149. [BuildOptions]
  150. RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu cortex-a9
  151. [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
  152. GCC:*_*_ARM_DLINK_FLAGS = -z common-page-size=0x1000
  153. GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x10000
  154. ################################################################################
  155. #
  156. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  157. #
  158. ################################################################################
  159. [PcdsFeatureFlag.common]
  160. ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
  161. # It could be set FALSE to save size.
  162. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
  163. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
  164. gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
  165. gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
  166. gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
  167. gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
  168. # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
  169. gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
  170. gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
  171. gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
  172. gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
  173. [PcdsDynamicDefault.common]
  174. #
  175. # Set video resolution for boot options and for text setup.
  176. # PlatformDxe can set the former at runtime.
  177. #
  178. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
  179. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
  180. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
  181. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
  182. [PcdsDynamicHii.common.DEFAULT]
  183. gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
  184. [PcdsFixedAtBuild.common]
  185. gEmbeddedTokenSpaceGuid.PcdMetronomeTickPeriod|1000
  186. gEmbeddedTokenSpaceGuid.PcdTimerPeriod|10000 # expressed in 100ns units, 100,000 x 100 ns = 10,000,000 ns = 10 ms
  187. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
  188. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
  189. gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
  190. gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
  191. gArmPlatformTokenSpaceGuid.PcdCoreCount|1 # Only one core
  192. gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
  193. gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|2000000
  194. gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
  195. gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
  196. gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
  197. gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
  198. gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
  199. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
  200. !if $(TARGET) == RELEASE
  201. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27
  202. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x81000001
  203. !else
  204. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
  205. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x81000045
  206. !endif
  207. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
  208. gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|20
  209. #
  210. # Optional feature to help prevent EFI memory map fragments
  211. # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
  212. # Values are in EFI Pages (4K). DXE Core will make sure that
  213. # at least this much of each type of memory can be allocated
  214. # from a single memory range. This way you only end up with
  215. # maximum of two fragements for each type in the memory map
  216. # (the memory used, and the free memory that was prereserved
  217. # but not used).
  218. #
  219. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
  220. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
  221. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
  222. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
  223. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
  224. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
  225. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
  226. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
  227. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
  228. # Serial Terminal
  229. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
  230. gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
  231. # Timer
  232. gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
  233. # We want to use the Shell Libraries but don't want it to initialise
  234. # automatically. We initialise the libraries when the command is called by the
  235. # Shell.
  236. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  237. # Use the serial console for both ConIn & ConOut
  238. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|16000
  239. !ifdef $(NO_SHELL_PROFILES)
  240. gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask|0x00
  241. !endif #$(NO_SHELL_PROFILES)
  242. ################################################################################
  243. #
  244. # Components Section - list of all EDK II Modules needed by this Platform
  245. #
  246. ################################################################################
  247. [Components.common]
  248. #
  249. # SEC
  250. #
  251. ArmPlatformPkg/PrePi/PeiUniCore.inf
  252. MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
  253. <LibraryClasses>
  254. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  255. }
  256. #
  257. # DXE
  258. #
  259. MdeModulePkg/Core/Dxe/DxeMain.inf {
  260. <LibraryClasses>
  261. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  262. }
  263. MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
  264. <LibraryClasses>
  265. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  266. }
  267. #
  268. # Architectural Protocols
  269. #
  270. ArmPkg/Drivers/CpuDxe/CpuDxe.inf
  271. MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
  272. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
  273. MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
  274. MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
  275. EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
  276. EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
  277. # FDT installation
  278. MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  279. MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  280. MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
  281. MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  282. MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
  283. MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
  284. EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
  285. ArmPkg/Drivers/TimerDxe/TimerDxe.inf
  286. ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
  287. EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
  288. #
  289. # FAT filesystem + GPT/MBR partitioning
  290. #
  291. MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
  292. MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
  293. MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
  294. FatPkg/FatPei/FatPei.inf
  295. FatPkg/EnhancedFatDxe/Fat.inf
  296. #
  297. # Bds
  298. #
  299. MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
  300. MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
  301. MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
  302. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
  303. MdeModulePkg/Application/UiApp/UiApp.inf {
  304. <LibraryClasses>
  305. NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  306. NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  307. NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  308. }
  309. MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
  310. #
  311. # Example Application
  312. #
  313. MdeModulePkg/Application/HelloWorld/HelloWorld.inf
  314. ShellPkg/Library/UefiShellLib/UefiShellLib.inf
  315. ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
  316. ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
  317. ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
  318. ShellPkg/Application/Shell/Shell.inf {
  319. <LibraryClasses>
  320. NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
  321. NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
  322. NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
  323. !ifndef $(NO_SHELL_PROFILES)
  324. NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
  325. NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
  326. NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
  327. NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
  328. !endif #$(NO_SHELL_PROFILES)
  329. }
  330. ##