D06.dsc 20 KB

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