NxpQoriqLs.dsc.inc 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. # @file
  2. #
  3. # Copyright 2017-2020 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. SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
  49. SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
  50. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  51. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  52. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  53. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  54. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  55. PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
  56. CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
  57. DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
  58. CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
  59. PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
  60. SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
  61. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  62. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  63. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  64. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  65. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  66. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  67. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  68. DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
  69. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  70. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  71. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  72. UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
  73. CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
  74. ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
  75. DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
  76. DmaLib|EmbeddedPkg/Library/NonCoherentDmaLib/NonCoherentDmaLib.inf
  77. FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
  78. ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
  79. ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
  80. FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
  81. ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
  82. SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
  83. NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
  84. HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
  85. OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
  86. BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
  87. TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
  88. AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
  89. VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
  90. VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
  91. VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
  92. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  93. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  94. NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
  95. ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
  96. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  97. I2cLib|Silicon/NXP/Library/I2cLib/I2cLib.inf
  98. ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf
  99. IoAccessLib|Silicon/NXP/Library/IoAccessLib/IoAccessLib.inf
  100. PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
  101. MemoryInitPeiLib|Silicon/NXP/Library/MemoryInitPeiLib/MemoryInitPeiLib.inf
  102. UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
  103. GpioLib|Silicon/NXP/Library/GpioLib/GpioLib.inf
  104. [LibraryClasses.common.SEC]
  105. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  106. DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
  107. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  108. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  109. PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  110. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  111. [LibraryClasses.common.PEI_CORE]
  112. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  113. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  114. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  115. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  116. PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
  117. PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
  118. ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
  119. ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
  120. OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
  121. PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  122. [LibraryClasses.common.PEIM]
  123. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  124. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  125. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  126. PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  127. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  128. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  129. PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
  130. ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
  131. ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
  132. OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
  133. [LibraryClasses.common.DXE_CORE]
  134. HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
  135. MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
  136. DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
  137. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  138. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  139. PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
  140. [LibraryClasses.common.DXE_DRIVER]
  141. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  142. SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
  143. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  144. [LibraryClasses.common.UEFI_APPLICATION]
  145. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  146. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  147. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  148. [LibraryClasses.common.UEFI_DRIVER]
  149. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  150. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  151. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  152. VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
  153. [LibraryClasses.common.DXE_RUNTIME_DRIVER]
  154. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  155. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  156. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  157. ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
  158. DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf
  159. VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
  160. [LibraryClasses.AARCH64]
  161. #
  162. # It is not possible to prevent the ARM compiler for generic intrinsic functions.
  163. # This library provides the instrinsic functions generate by a given compiler.
  164. # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
  165. #
  166. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  167. [BuildOptions]
  168. GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
  169. #
  170. # Disable deprecated APIs.
  171. #
  172. GCC:*_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
  173. [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
  174. GCC:*_*_ARM_DLINK_FLAGS = -z common-page-size=0x1000
  175. GCC:*_*_AARCH64_DLINK_FLAGS = -z common-page-size=0x10000
  176. ################################################################################
  177. #
  178. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  179. #
  180. ################################################################################
  181. [PcdsFeatureFlag.common]
  182. ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
  183. # It could be set FALSE to save size.
  184. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
  185. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
  186. gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
  187. gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
  188. gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
  189. gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
  190. # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
  191. gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
  192. gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
  193. gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
  194. gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
  195. [PcdsDynamicDefault.common]
  196. #
  197. # Set video resolution for boot options and for text setup.
  198. # PlatformDxe can set the former at runtime.
  199. #
  200. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
  201. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
  202. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
  203. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
  204. gArmTokenSpaceGuid.PcdSystemMemoryBase|0
  205. gArmTokenSpaceGuid.PcdSystemMemorySize|0
  206. [PcdsDynamicHii.common.DEFAULT]
  207. gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
  208. [PcdsFixedAtBuild.common]
  209. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
  210. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
  211. gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
  212. gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
  213. gArmPlatformTokenSpaceGuid.PcdCoreCount|1 # Only one core
  214. gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
  215. gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|2000000
  216. gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
  217. gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
  218. gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
  219. gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
  220. gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
  221. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
  222. ## Base of DRAM
  223. ## since TFA puts Fd at 0x2000000 offset from DRAM base, we can use this space
  224. ## for temporary ram
  225. gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x80000000
  226. gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x02000000
  227. !if $(TARGET) == RELEASE
  228. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27
  229. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x81000001
  230. !else
  231. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
  232. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x81000045
  233. !endif
  234. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
  235. gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|20
  236. #
  237. # Optional feature to help prevent EFI memory map fragments
  238. # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
  239. # Values are in EFI Pages (4K). DXE Core will make sure that
  240. # at least this much of each type of memory can be allocated
  241. # from a single memory range. This way you only end up with
  242. # maximum of two fragements for each type in the memory map
  243. # (the memory used, and the free memory that was prereserved
  244. # but not used).
  245. #
  246. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
  247. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
  248. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
  249. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
  250. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
  251. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
  252. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
  253. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
  254. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
  255. # Serial Terminal
  256. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
  257. gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
  258. # Timer
  259. gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
  260. # We want to use the Shell Libraries but don't want it to initialise
  261. # automatically. We initialise the libraries when the command is called by the
  262. # Shell.
  263. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  264. # Use the serial console for both ConIn & ConOut
  265. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|16000
  266. !ifdef $(NO_SHELL_PROFILES)
  267. gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask|0x00
  268. !endif #$(NO_SHELL_PROFILES)
  269. ################################################################################
  270. #
  271. # Components Section - list of all EDK II Modules needed by this Platform
  272. #
  273. ################################################################################
  274. [Components.common]
  275. #
  276. # PEI Phase modules
  277. #
  278. ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
  279. MdeModulePkg/Core/Pei/PeiMain.inf
  280. MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
  281. <LibraryClasses>
  282. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  283. }
  284. MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
  285. MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
  286. ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
  287. ArmPkg/Drivers/CpuPei/CpuPei.inf
  288. ArmPlatformPkg/PlatformPei/PlatformPeim.inf
  289. MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
  290. <LibraryClasses>
  291. NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  292. }
  293. #
  294. # DXE
  295. #
  296. MdeModulePkg/Core/Dxe/DxeMain.inf {
  297. <LibraryClasses>
  298. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  299. }
  300. MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
  301. <LibraryClasses>
  302. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  303. }
  304. #
  305. # Architectural Protocols
  306. #
  307. ArmPkg/Drivers/CpuDxe/CpuDxe.inf
  308. MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
  309. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
  310. MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
  311. MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
  312. EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
  313. MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
  314. # FDT installation
  315. MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  316. MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  317. MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
  318. MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  319. MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
  320. MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
  321. MdeModulePkg/Universal/Metronome/Metronome.inf
  322. ArmPkg/Drivers/TimerDxe/TimerDxe.inf
  323. ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
  324. EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
  325. #
  326. # FAT filesystem + GPT/MBR partitioning
  327. #
  328. MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
  329. MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
  330. MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
  331. FatPkg/FatPei/FatPei.inf
  332. FatPkg/EnhancedFatDxe/Fat.inf
  333. #
  334. # USB
  335. #
  336. MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
  337. MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
  338. MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
  339. MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
  340. MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
  341. MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
  342. #
  343. # AHCI Support
  344. #
  345. MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
  346. MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
  347. MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
  348. MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
  349. MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
  350. #
  351. # Bds
  352. #
  353. MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
  354. MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
  355. MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
  356. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
  357. MdeModulePkg/Application/UiApp/UiApp.inf {
  358. <LibraryClasses>
  359. NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  360. NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  361. NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  362. }
  363. MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
  364. #
  365. # Example Application
  366. #
  367. MdeModulePkg/Application/HelloWorld/HelloWorld.inf
  368. ShellPkg/Library/UefiShellLib/UefiShellLib.inf
  369. ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
  370. ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
  371. ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
  372. ShellPkg/Application/Shell/Shell.inf {
  373. <LibraryClasses>
  374. NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
  375. NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
  376. NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
  377. !ifndef $(NO_SHELL_PROFILES)
  378. NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
  379. NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
  380. NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
  381. NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
  382. !endif #$(NO_SHELL_PROFILES)
  383. }
  384. ##