D06.dsc 18 KB

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