D06.dsc 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. #
  2. # Copyright (c) 2011-2012, ARM Limited. All rights reserved.
  3. # Copyright (c) 2018, Hisilicon Limited. All rights reserved.
  4. # Copyright (c) 2018, Linaro Limited. All rights reserved.
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. #
  9. ################################################################################
  10. #
  11. # Defines Section - statements that will be processed to create a Makefile.
  12. #
  13. ################################################################################
  14. [Defines]
  15. PLATFORM_NAME = D06
  16. PLATFORM_GUID = D0D445F1-B2CA-4101-9986-1B23525CBEA6
  17. PLATFORM_VERSION = 0.1
  18. DSC_SPECIFICATION = 0x0001001A
  19. OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)
  20. SUPPORTED_ARCHITECTURES = AARCH64
  21. BUILD_TARGETS = DEBUG|NOOPT|RELEASE
  22. SKUID_IDENTIFIER = DEFAULT
  23. FLASH_DEFINITION = Platform/Hisilicon/$(PLATFORM_NAME)/$(PLATFORM_NAME).fdf
  24. DEFINE NETWORK_IP6_ENABLE = FALSE
  25. DEFINE HTTP_BOOT_ENABLE = FALSE
  26. !include Silicon/Hisilicon/Hisilicon.dsc.inc
  27. [LibraryClasses.common]
  28. ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
  29. ArmPlatformLib|Silicon/Hisilicon/Library/ArmPlatformLibHisilicon/ArmPlatformLib.inf
  30. I2CLib|Silicon/Hisilicon/Library/I2CLib/I2CLib.inf
  31. TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
  32. IpmiCmdLib|Silicon/Hisilicon/Library/IpmiCmdLib/IpmiCmdLib.inf
  33. NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
  34. DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
  35. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  36. UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
  37. UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
  38. IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
  39. OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
  40. ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
  41. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  42. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  43. BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
  44. SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
  45. TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
  46. !if $(HTTP_BOOT_ENABLE) == TRUE
  47. HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf
  48. !endif
  49. CpldIoLib|Silicon/Hisilicon/Library/CpldIoLib/CpldIoLib.inf
  50. TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf
  51. RealTimeClockLib|Silicon/Hisilicon/Library/M41T83RealTimeClockLib/M41T83RealTimeClockLib.inf
  52. OemMiscLib|Platform/Hisilicon/D06/Library/OemMiscLibD06/OemMiscLibD06.inf
  53. OemAddressMapLib|Platform/Hisilicon/D06/Library/OemAddressMapD06/OemAddressMapD06.inf
  54. PlatformSysCtrlLib|Silicon/Hisilicon/Hi1620/Library/PlatformSysCtrlLibHi1620/PlatformSysCtrlLibHi1620.inf
  55. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  56. GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
  57. BmcConfigBootLib|Silicon/Hisilicon/Library/BmcConfigBootLib/BmcConfigBootLib.inf
  58. UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
  59. SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
  60. ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
  61. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  62. PlatformBootManagerLib|Silicon/Hisilicon/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
  63. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  64. CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
  65. # USB Requirements
  66. UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
  67. LpcLib|Silicon/Hisilicon/Hi1620/Library/LpcLibHi1620/LpcLib.inf
  68. SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
  69. OemNicLib|Platform/Hisilicon/D06/Library/OemNicLib/OemNicLib.inf
  70. PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
  71. PciPlatformLib|Silicon/Hisilicon/Hi1620/Library/Hi1620PciPlatformLib/Hi1620PciPlatformLib.inf
  72. [LibraryClasses.common.SEC]
  73. ArmPlatformLib|Silicon/Hisilicon/Library/ArmPlatformLibHisilicon/ArmPlatformLibSec.inf
  74. [LibraryClasses.common.DXE_RUNTIME_DRIVER]
  75. I2CLib|Silicon/Hisilicon/Library/I2CLib/I2CLibRuntime.inf
  76. SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
  77. [BuildOptions]
  78. GCC:*_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/Silicon/Hisilicon/Hi1620/Include
  79. ################################################################################
  80. #
  81. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  82. #
  83. ################################################################################
  84. [PcdsFeatureFlag.common]
  85. ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
  86. # It could be set FALSE to save size.
  87. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
  88. gHisiTokenSpaceGuid.PcdIsItsSupported|TRUE
  89. gArmTokenSpaceGuid.PcdArmGicV3WithV2Legacy|FALSE
  90. gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE
  91. [PcdsDynamicExDefault.common.DEFAULT]
  92. gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor|{0x0}|VOID*|0x100
  93. gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid|{0x29, 0x3d, 0x4b, 0xd3, 0x85, 0x00, 0xb3, 0x4a, 0x8b, 0xe8, 0x84, 0x18, 0x8c, 0xc5, 0x04, 0x89}
  94. gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareFileGuid|{0xcf, 0x4f, 0x2e, 0x64, 0xf7, 0x2d, 0x15, 0x44, 0x8b, 0x70, 0xa0, 0x39, 0x09, 0xc5, 0x7b, 0x55}
  95. [PcdsFixedAtBuild.common]
  96. gArmPlatformTokenSpaceGuid.PcdCoreCount|48
  97. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
  98. # Stacks for MPCores in Normal World
  99. gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0xA0E88000
  100. gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x40000
  101. gArmTokenSpaceGuid.PcdSystemMemoryBase|0x00000000
  102. gArmTokenSpaceGuid.PcdSystemMemorySize|0x3FC00000
  103. # Size of the region used by UEFI in permanent memory (Reserved 64MB)
  104. gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x10000000
  105. gHisiTokenSpaceGuid.PcdSerDesFlowCtrlFlag|1
  106. gHisiTokenSpaceGuid.PcdSlotPerChannelNum|0x2
  107. ## Serial Terminal
  108. gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x94080000
  109. gArmPlatformTokenSpaceGuid.PcdSerialDbgRegisterBase|0x400094080000
  110. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
  111. gArmPlatformTokenSpaceGuid.PL011UartClkInHz|200000000
  112. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
  113. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
  114. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
  115. gHisiTokenSpaceGuid.PcdIsMPBoot|1
  116. gHisiTokenSpaceGuid.PcdSocketMask|0x3
  117. !ifdef $(FIRMWARE_VER)
  118. gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|L"$(FIRMWARE_VER)"
  119. !else
  120. gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|L"Development build 19.02 for Hisilicon D06"
  121. !endif
  122. gHisiTokenSpaceGuid.PcdBiosVersionString|L"10.01.01T18"
  123. gHisiTokenSpaceGuid.PcdBiosVersionForBmc|L"19.02"
  124. gHisiTokenSpaceGuid.PcdSystemProductName|L"D06"
  125. gHisiTokenSpaceGuid.PcdSystemVersion|L"VER.A"
  126. gHisiTokenSpaceGuid.PcdBaseBoardProductName|L"D06"
  127. gHisiTokenSpaceGuid.PcdBaseBoardVersion|L"Estuary"
  128. gHisiTokenSpaceGuid.PcdCPUInfo|L"Hisilicon 1620"
  129. # TA
  130. gHisiTokenSpaceGuid.PcdArmPrimaryCoreTemp|0x80010000
  131. gArmTokenSpaceGuid.PcdGicDistributorBase|0xAE000000
  132. gArmTokenSpaceGuid.PcdGicRedistributorsBase|0xAE100000
  133. gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x9B000000
  134. #
  135. # ARM Architectual Timer Frequency
  136. #
  137. # Set it to 0 so that the code will read frequency from register and be
  138. # adapted to 100M and 50M boards
  139. gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
  140. gEmbeddedTokenSpaceGuid.PcdTimerPeriod|10000
  141. gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
  142. gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
  143. gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
  144. gHisiTokenSpaceGuid.PcdSysControlBaseAddress|0x94010000
  145. gHisiTokenSpaceGuid.PcdMailBoxAddress|0x0000FFF8
  146. gHisiTokenSpaceGuid.PcdCpldBaseAddress|0x80000000
  147. gHisiTokenSpaceGuid.PcdSFCMEM0BaseAddress|0x204000000
  148. gHisiTokenSpaceGuid.PcdPeriSubctrlAddress|0x94000000
  149. ## 2+1
  150. gHisiTokenSpaceGuid.PcdPlatformDefaultPackageType|0x1
  151. gHisiTokenSpaceGuid.PcdTopOfLowMemory|0x40000000
  152. gHisiTokenSpaceGuid.PcdBottomOfHighMemory|0x1000000000
  153. gHisiTokenSpaceGuid.PcdNORFlashBase|0x80000000
  154. gHisiTokenSpaceGuid.PcdNORFlashCachableSize|0x8000000
  155. gHisiTokenSpaceGuid.PcdTrustedFirmwareEnable|0x1
  156. gHisiTokenSpaceGuid.PcdMacAddress|0xA47E0000
  157. # PCIe ECAM Access BaseAddress
  158. gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xD0000000
  159. gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
  160. gHisiTokenSpaceGuid.Pcdsoctype|0x1620
  161. # SMBIOS 3.0 only
  162. # BIT0 set indicates 32-bit entry point and table are produced.<BR>
  163. # BIT1 set indicates 64-bit entry point and table are produced.<BR>
  164. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
  165. #
  166. # ACPI Table Version
  167. #
  168. # BIT 1 - EFI_ACPI_TABLE_VERSION_1_0B.<BR>
  169. # BIT 2 - EFI_ACPI_TABLE_VERSION_2_0.<BR>
  170. # BIT 3 - EFI_ACPI_TABLE_VERSION_3_0.<BR>
  171. # BIT 4 - EFI_ACPI_TABLE_VERSION_4_0.<BR>
  172. # BIT 5 - EFI_ACPI_TABLE_VERSION_5_0.<BR>
  173. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20
  174. gEfiMdeModulePkgTokenSpaceGuid.PcdSrIovSupport|FALSE
  175. gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
  176. ################################################################################
  177. #
  178. # Components Section - list of all EDK II Modules needed by this Platform
  179. #
  180. ################################################################################
  181. [Components.common]
  182. #
  183. # SEC
  184. #
  185. #
  186. # PEI Phase modules
  187. #
  188. ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
  189. MdeModulePkg/Core/Pei/PeiMain.inf
  190. MdeModulePkg/Universal/PCD/Pei/Pcd.inf
  191. ArmPlatformPkg/PlatformPei/PlatformPeim.inf
  192. ArmPkg/Drivers/CpuPei/CpuPei.inf
  193. IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
  194. MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
  195. MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
  196. Platform/Hisilicon/D06/EarlyConfigPeim/EarlyConfigPeimD06.inf
  197. Silicon/Hisilicon/Drivers/VersionInfoPeim/VersionInfoPeim.inf
  198. Platform/Hisilicon/D06/Drivers/SystemFirmwareDescriptor/SystemFirmwareDescriptor.inf
  199. MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
  200. <LibraryClasses>
  201. NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  202. }
  203. #
  204. # DXE
  205. #
  206. MdeModulePkg/Core/Dxe/DxeMain.inf {
  207. <LibraryClasses>
  208. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  209. }
  210. MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
  211. #
  212. # Architectural Protocols
  213. #
  214. ArmPkg/Drivers/CpuDxe/CpuDxe.inf
  215. MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
  216. Platform/Hisilicon/D06/Drivers/OemNicConfig2PHi1620/OemNicConfig2P.inf
  217. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
  218. Silicon/Hisilicon/Drivers/FlashFvbDxe/FlashFvbDxe.inf
  219. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
  220. <LibraryClasses>
  221. NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
  222. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  223. }
  224. MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
  225. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
  226. MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
  227. MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
  228. EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
  229. <LibraryClasses>
  230. CpldIoLib|Silicon/Hisilicon/Library/CpldIoLib/CpldIoLibRuntime.inf
  231. }
  232. EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
  233. MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  234. MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  235. MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
  236. MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  237. MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
  238. EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf
  239. MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
  240. ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
  241. ArmPkg/Drivers/TimerDxe/TimerDxe.inf
  242. MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
  243. IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
  244. #
  245. #ACPI
  246. #
  247. MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
  248. Silicon/Hisilicon/Drivers/HisiAcpiPlatformDxe/AcpiPlatformDxe.inf {
  249. <LibraryClasses>
  250. NULL|Silicon/Hisilicon/Hi1620/Hi1620OemConfigUiLib/OemConfigUiLib.inf
  251. }
  252. Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/AcpiTablesHi1620.inf
  253. Silicon/Hisilicon/Drivers/AcpiPlatformDxe/AcpiPlatformDxe.inf
  254. Silicon/Hisilicon/Hi1620/Drivers/Apei/Apei.inf
  255. Silicon/Hisilicon/Hi1620/Pptt/Pptt.inf
  256. #
  257. # Usb Support
  258. #
  259. MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
  260. MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
  261. MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
  262. MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
  263. MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
  264. MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
  265. #
  266. #network
  267. #
  268. MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
  269. MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
  270. MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
  271. MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
  272. MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
  273. MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
  274. MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
  275. MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
  276. NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
  277. NetworkPkg/TcpDxe/TcpDxe.inf
  278. NetworkPkg/IScsiDxe/IScsiDxe.inf
  279. !if $(NETWORK_IP6_ENABLE) == TRUE
  280. NetworkPkg/Ip6Dxe/Ip6Dxe.inf
  281. NetworkPkg/Udp6Dxe/Udp6Dxe.inf
  282. NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
  283. NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
  284. !endif
  285. !if $(HTTP_BOOT_ENABLE) == TRUE
  286. NetworkPkg/DnsDxe/DnsDxe.inf
  287. NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
  288. NetworkPkg/HttpDxe/HttpDxe.inf
  289. NetworkPkg/HttpBootDxe/HttpBootDxe.inf
  290. !endif
  291. MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
  292. MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
  293. MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
  294. SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.inf
  295. MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
  296. #
  297. # FAT filesystem + GPT/MBR partitioning
  298. #
  299. MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
  300. MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
  301. FatPkg/EnhancedFatDxe/Fat.inf
  302. MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
  303. MdeModulePkg/Application/UiApp/UiApp.inf {
  304. <LibraryClasses>
  305. NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  306. NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  307. NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  308. }
  309. #
  310. # Bds
  311. #
  312. MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
  313. MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
  314. Silicon/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/SmbiosMiscDxe.inf
  315. Silicon/Hisilicon/Drivers/Smbios/MemorySubClassDxe/MemorySubClassDxe.inf
  316. Silicon/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/ProcessorSubClassDxe.inf
  317. Silicon/Hisilicon/Drivers/Smbios/AddSmbiosType9/AddSmbiosType9.inf
  318. #PCIe Support
  319. Silicon/Hisilicon/Drivers/PciPlatform/PciPlatform.inf
  320. ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf
  321. MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {
  322. <LibraryClasses>
  323. PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
  324. PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
  325. PciHostBridgeLib|Platform/Hisilicon/D06/Library/PciHostBridgeLib/PciHostBridgeLib.inf
  326. }
  327. MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
  328. MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
  329. #
  330. # Memory test
  331. #
  332. MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
  333. Silicon/Hisilicon/Hi1620/Drivers/Pl011DebugSerialPortInitDxe/Pl011DebugSerialPortInitDxe.inf
  334. MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
  335. MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
  336. MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
  337. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
  338. SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareUpdateDxe.inf {
  339. <LibraryClasses>
  340. FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
  341. }
  342. MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
  343. #
  344. # UEFI application (Shell Embedded Boot Loader)
  345. #
  346. ShellPkg/Application/Shell/Shell.inf {
  347. <LibraryClasses>
  348. ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
  349. NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
  350. NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
  351. NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
  352. NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
  353. NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
  354. NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
  355. NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
  356. HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
  357. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  358. BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
  359. !if $(NETWORK_IP6_ENABLE) == TRUE
  360. NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf
  361. !endif
  362. !if $(INCLUDE_DP) == TRUE
  363. NULL|ShellPkg/Library/UefiDpLib/UefiDpLib.inf
  364. !endif #$(INCLUDE_DP)
  365. <PcdsFixedAtBuild>
  366. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
  367. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  368. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
  369. }
  370. !if $(INCLUDE_TFTP_COMMAND) == TRUE
  371. ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
  372. <PcdsFixedAtBuild>
  373. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  374. }
  375. !endif #$(INCLUDE_TFTP_COMMAND)