D06.dsc 20 KB

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