OpenBoardPkg.dsc 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444
  1. ## @file
  2. # The main build description file for the GalagoPro3 board.
  3. #
  4. # Copyright (c) 2019 - 2021, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. DEFINE PLATFORM_PACKAGE = MinPlatformPkg
  11. DEFINE PLATFORM_SI_PACKAGE = KabylakeSiliconPkg
  12. DEFINE PLATFORM_SI_BIN_PACKAGE = KabylakeSiliconBinPkg
  13. DEFINE PLATFORM_FSP_BIN_PACKAGE = KabylakeFspBinPkg
  14. DEFINE PLATFORM_BOARD_PACKAGE = KabylakeOpenBoardPkg
  15. DEFINE BOARD = GalagoPro3
  16. DEFINE PROJECT = $(PLATFORM_BOARD_PACKAGE)/$(BOARD)
  17. DEFINE PEI_ARCH = IA32
  18. DEFINE DXE_ARCH = X64
  19. DEFINE TOP_MEMORY_ADDRESS = 0x0
  20. #
  21. # Default value for OpenBoardPkg.fdf use
  22. #
  23. DEFINE BIOS_SIZE_OPTION = SIZE_60
  24. PLATFORM_NAME = $(PLATFORM_PACKAGE)
  25. PLATFORM_GUID = 7324F33D-4E96-4F8B-A550-544DE6162AB7
  26. PLATFORM_VERSION = 0.1
  27. DSC_SPECIFICATION = 0x00010005
  28. OUTPUT_DIRECTORY = Build/$(PROJECT)
  29. SUPPORTED_ARCHITECTURES = IA32|X64
  30. BUILD_TARGETS = DEBUG|RELEASE
  31. SKUID_IDENTIFIER = ALL
  32. FLASH_DEFINITION = $(PROJECT)/OpenBoardPkg.fdf
  33. FIX_LOAD_TOP_MEMORY_ADDRESS = 0x0
  34. #
  35. # Include PCD configuration for this board.
  36. #
  37. !include AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc
  38. !include OpenBoardPkgPcd.dsc
  39. !include AdvancedFeaturePkg/Include/AdvancedFeatures.dsc
  40. ################################################################################
  41. #
  42. # SKU Identification section - list of all SKU IDs supported by this board.
  43. #
  44. ################################################################################
  45. [SkuIds]
  46. 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
  47. 0x20|GalagoPro3
  48. ################################################################################
  49. #
  50. # Includes section - other DSC file contents included for this board build.
  51. #
  52. ################################################################################
  53. #######################################
  54. # Library Includes
  55. #######################################
  56. !include $(PLATFORM_PACKAGE)/Include/Dsc/CoreCommonLib.dsc
  57. !include $(PLATFORM_PACKAGE)/Include/Dsc/CorePeiLib.dsc
  58. !include $(PLATFORM_PACKAGE)/Include/Dsc/CoreDxeLib.dsc
  59. !include $(PLATFORM_SI_PACKAGE)/SiPkgCommonLib.dsc
  60. !include $(PLATFORM_SI_PACKAGE)/SiPkgPeiLib.dsc
  61. !include $(PLATFORM_SI_PACKAGE)/SiPkgDxeLib.dsc
  62. #######################################
  63. # Component Includes
  64. #######################################
  65. # @todo: Change below line to [Components.$(PEI_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
  66. # is completed
  67. [Components.IA32]
  68. !include $(PLATFORM_PACKAGE)/Include/Dsc/CorePeiInclude.dsc
  69. !include $(PLATFORM_SI_PACKAGE)/SiPkgPei.dsc
  70. # @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
  71. # is completed
  72. [Components.X64]
  73. !include $(PLATFORM_PACKAGE)/Include/Dsc/CoreDxeInclude.dsc
  74. !include $(PLATFORM_SI_PACKAGE)/SiPkgDxe.dsc
  75. #######################################
  76. # Build Option Includes
  77. #######################################
  78. !include $(PLATFORM_SI_PACKAGE)/SiPkgBuildOption.dsc
  79. !include OpenBoardPkgBuildOption.dsc
  80. ################################################################################
  81. #
  82. # Library Class section - list of all Library Classes needed by this board.
  83. #
  84. ################################################################################
  85. [LibraryClasses.common]
  86. #######################################
  87. # Edk2 Packages
  88. #######################################
  89. FspWrapperApiLib|IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf
  90. FspWrapperApiTestLib|IntelFsp2WrapperPkg/Library/PeiFspWrapperApiTestLib/PeiFspWrapperApiTestLib.inf
  91. #######################################
  92. # Silicon Initialization Package
  93. #######################################
  94. ConfigBlockLib|IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBlockLib.inf
  95. SiliconInitLib|$(PLATFORM_SI_PACKAGE)/Library/PeiSiliconInitLib/PeiSiliconInitLib.inf
  96. SiliconPolicyInitLib|$(PLATFORM_SI_PACKAGE)/Library/PeiSiliconPolicyInitLibFsp/PeiSiliconPolicyInitLibFsp.inf
  97. #####################################
  98. # Platform Package
  99. #####################################
  100. BoardInitLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/BoardInitLibNull/BoardInitLibNull.inf
  101. FspWrapperHobProcessLib|$(PLATFORM_PACKAGE)/FspWrapper/Library/PeiFspWrapperHobProcessLib/PeiFspWrapperHobProcessLib.inf
  102. FspWrapperPlatformLib|$(PLATFORM_PACKAGE)/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
  103. PciHostBridgeLib|$(PLATFORM_PACKAGE)/Pci/Library/PciHostBridgeLibSimple/PciHostBridgeLibSimple.inf
  104. PciSegmentInfoLib|$(PLATFORM_PACKAGE)/Pci/Library/PciSegmentInfoLibSimple/PciSegmentInfoLibSimple.inf
  105. PeiLib|$(PLATFORM_PACKAGE)/Library/PeiLib/PeiLib.inf
  106. PlatformBootManagerLib|$(PLATFORM_PACKAGE)/Bds/Library/DxePlatformBootManagerLib/DxePlatformBootManagerLib.inf
  107. ReportFvLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/PeiReportFvLib/PeiReportFvLib.inf
  108. TestPointCheckLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.inf
  109. #######################################
  110. # Board Package
  111. #######################################
  112. GpioExpanderLib|$(PLATFORM_BOARD_PACKAGE)/Library/BaseGpioExpanderLib/BaseGpioExpanderLib.inf
  113. I2cAccessLib|$(PLATFORM_BOARD_PACKAGE)/Library/PeiI2cAccessLib/PeiI2cAccessLib.inf
  114. PlatformSecLib|$(PLATFORM_PACKAGE)/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecFspWrapperPlatformSecLib.inf
  115. HdmiDebugPchDetectionLib|$(PLATFORM_BOARD_PACKAGE)/Library/HdmiDebugPchDetectionLib/HdmiDebugPchDetectionLib.inf
  116. # Thunderbolt
  117. !if gKabylakeOpenBoardPkgTokenSpaceGuid.PcdTbtEnable == TRUE
  118. DxeTbtPolicyLib|$(PLATFORM_BOARD_PACKAGE)/Features/Tbt/Library/DxeTbtPolicyLib/DxeTbtPolicyLib.inf
  119. TbtCommonLib|$(PLATFORM_BOARD_PACKAGE)/Features/Tbt/Library/PeiDxeSmmTbtCommonLib/TbtCommonLib.inf
  120. !endif
  121. #######################################
  122. # Board-specific
  123. #######################################
  124. PlatformHookLib|$(PROJECT)/Library/BasePlatformHookLib/BasePlatformHookLib.inf
  125. SiliconPolicyUpdateLib|$(PROJECT)/FspWrapper/Library/PeiSiliconPolicyUpdateLibFsp/PeiSiliconPolicyUpdateLibFsp.inf
  126. [LibraryClasses.IA32.SEC]
  127. #######################################
  128. # Edk2 Packages
  129. #######################################
  130. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  131. SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
  132. #######################################
  133. # Platform Package
  134. #######################################
  135. SecBoardInitLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/SecBoardInitLibNull/SecBoardInitLibNull.inf
  136. TestPointCheckLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointCheckLib/SecTestPointCheckLib.inf
  137. [LibraryClasses.common.PEIM]
  138. #######################################
  139. # Edk2 Packages
  140. #######################################
  141. DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
  142. SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
  143. SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCacheMtrrLibNull.inf
  144. #######################################
  145. # Silicon Package
  146. #######################################
  147. ReportCpuHobLib|IntelSiliconPkg/Library/ReportCpuHobLib/ReportCpuHobLib.inf
  148. #######################################
  149. # Platform Package
  150. #######################################
  151. BoardInitLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/MultiBoardInitSupportLib/PeiMultiBoardInitSupportLib.inf
  152. FspWrapperPlatformLib|$(PLATFORM_PACKAGE)/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf
  153. MultiBoardInitSupportLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/MultiBoardInitSupportLib/PeiMultiBoardInitSupportLib.inf
  154. TestPointLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointLib/PeiTestPointLib.inf
  155. !if $(TARGET) == DEBUG
  156. TestPointCheckLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointCheckLib/PeiTestPointCheckLib.inf
  157. !endif
  158. #######################################
  159. # Board Package
  160. #######################################
  161. # Thunderbolt
  162. !if gKabylakeOpenBoardPkgTokenSpaceGuid.PcdTbtEnable == TRUE
  163. PeiDTbtInitLib|$(PLATFORM_BOARD_PACKAGE)/Features/Tbt/Library/Private/PeiDTbtInitLib/PeiDTbtInitLib.inf
  164. PeiTbtPolicyLib|$(PLATFORM_BOARD_PACKAGE)/Features/Tbt/Library/PeiTbtPolicyLib/PeiTbtPolicyLib.inf
  165. !endif
  166. [LibraryClasses.common.DXE_DRIVER]
  167. #######################################
  168. # Silicon Initialization Package
  169. #######################################
  170. SiliconPolicyInitLib|$(PLATFORM_SI_PACKAGE)/Library/DxeSiliconPolicyInitLib/DxeSiliconPolicyInitLib.inf
  171. #######################################
  172. # Platform Package
  173. #######################################
  174. BoardAcpiTableLib|$(PLATFORM_PACKAGE)/Acpi/Library/MultiBoardAcpiSupportLib/DxeMultiBoardAcpiSupportLib.inf
  175. BoardInitLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/MultiBoardInitSupportLib/DxeMultiBoardInitSupportLib.inf
  176. FspWrapperPlatformLib|$(PLATFORM_PACKAGE)/FspWrapper/Library/DxeFspWrapperPlatformLib/DxeFspWrapperPlatformLib.inf
  177. MultiBoardAcpiSupportLib|$(PLATFORM_PACKAGE)/Acpi/Library/MultiBoardAcpiSupportLib/DxeMultiBoardAcpiSupportLib.inf
  178. MultiBoardInitSupportLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/MultiBoardInitSupportLib/DxeMultiBoardInitSupportLib.inf
  179. TestPointLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointLib/DxeTestPointLib.inf
  180. !if $(TARGET) == DEBUG
  181. TestPointCheckLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointCheckLib/DxeTestPointCheckLib.inf
  182. !endif
  183. #######################################
  184. # Board Package
  185. #######################################
  186. BoardBdsHookLib|BoardModulePkg/Library/BoardBdsHookLib/BoardBdsHookLib.inf
  187. BoardBootManagerLib|BoardModulePkg/Library/BoardBootManagerLib/BoardBootManagerLib.inf
  188. #######################################
  189. # Board-specific
  190. #######################################
  191. SiliconPolicyUpdateLib|$(PROJECT)/Policy/Library/DxeSiliconPolicyUpdateLib/DxeSiliconPolicyUpdateLib.inf
  192. [LibraryClasses.X64.DXE_RUNTIME_DRIVER]
  193. #######################################
  194. # Silicon Initialization Package
  195. #######################################
  196. ResetSystemLib|$(PLATFORM_SI_PACKAGE)/Pch/Library/DxeRuntimeResetSystemLib/DxeRuntimeResetSystemLib.inf
  197. [LibraryClasses.X64.DXE_SMM_DRIVER]
  198. #######################################
  199. # Silicon Initialization Package
  200. #######################################
  201. SpiFlashCommonLib|IntelSiliconPkg/Library/SmmSpiFlashCommonLib/SmmSpiFlashCommonLib.inf
  202. #######################################
  203. # Platform Package
  204. #######################################
  205. BoardAcpiEnableLib|$(PLATFORM_PACKAGE)/Acpi/Library/MultiBoardAcpiSupportLib/SmmMultiBoardAcpiSupportLib.inf
  206. MultiBoardAcpiSupportLib|$(PLATFORM_PACKAGE)/Acpi/Library/MultiBoardAcpiSupportLib/SmmMultiBoardAcpiSupportLib.inf
  207. TestPointLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointLib/SmmTestPointLib.inf
  208. !if $(TARGET) == DEBUG
  209. TestPointCheckLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointCheckLib/SmmTestPointCheckLib.inf
  210. !endif
  211. #######################################
  212. # PEI Components
  213. #######################################
  214. # @todo: Change below line to [Components.$(PEI_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
  215. # is completed
  216. [Components.IA32]
  217. #######################################
  218. # Edk2 Packages
  219. #######################################
  220. UefiCpuPkg/SecCore/SecCore.inf {
  221. <LibraryClasses>
  222. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  223. }
  224. MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {
  225. <LibraryClasses>
  226. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  227. }
  228. IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf {
  229. <LibraryClasses>
  230. SiliconPolicyInitLib|$(PLATFORM_SI_PACKAGE)/Library/PeiSiliconPolicyInitLibDependency/PeiPreMemSiliconPolicyInitLibDependency.inf
  231. }
  232. IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf {
  233. <LibraryClasses>
  234. SiliconPolicyInitLib|$(PLATFORM_SI_PACKAGE)/Library/PeiSiliconPolicyInitLibDependency/PeiPostMemSiliconPolicyInitLibDependency.inf
  235. }
  236. #######################################
  237. # Silicon Initialization Package
  238. #######################################
  239. IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.inf
  240. IntelSiliconPkg/Feature/VTd/PlatformVTdInfoSamplePei/PlatformVTdInfoSamplePei.inf
  241. #######################################
  242. # Platform Package
  243. #######################################
  244. $(PLATFORM_PACKAGE)/PlatformInit/ReportFv/ReportFvPei.inf
  245. $(PLATFORM_PACKAGE)/PlatformInit/PlatformInitPei/PlatformInitPreMem.inf {
  246. <LibraryClasses>
  247. !if gKabylakeOpenBoardPkgTokenSpaceGuid.PcdMultiBoardSupport == FALSE
  248. BoardInitLib|$(PROJECT)/Library/BoardInitLib/PeiBoardInitPreMemLib.inf
  249. !else
  250. NULL|$(PROJECT)/Library/BoardInitLib/PeiMultiBoardInitPreMemLib.inf
  251. !endif
  252. }
  253. $(PLATFORM_PACKAGE)/PlatformInit/PlatformInitPei/PlatformInitPostMem.inf {
  254. <LibraryClasses>
  255. !if gKabylakeOpenBoardPkgTokenSpaceGuid.PcdMultiBoardSupport == FALSE
  256. BoardInitLib|$(PROJECT)/Library/BoardInitLib/PeiBoardInitPostMemLib.inf
  257. !else
  258. NULL|$(PROJECT)/Library/BoardInitLib/PeiMultiBoardInitPostMemLib.inf
  259. !endif
  260. }
  261. $(PLATFORM_PACKAGE)/PlatformInit/SiliconPolicyPei/SiliconPolicyPeiPreMem.inf {
  262. <LibraryClasses>
  263. #
  264. # Hook a library constructor to update some policy fields when policy is installed.
  265. #
  266. NULL|$(PLATFORM_BOARD_PACKAGE)/FspWrapper/Library/PeiSiliconPolicyNotifyLib/PeiPreMemSiliconPolicyNotifyLib.inf
  267. }
  268. $(PLATFORM_PACKAGE)/PlatformInit/SiliconPolicyPei/SiliconPolicyPeiPostMem.inf
  269. !if gMinPlatformPkgTokenSpaceGuid.PcdTpm2Enable == TRUE
  270. $(PLATFORM_PACKAGE)/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf
  271. !endif
  272. #######################################
  273. # Board Package
  274. #######################################
  275. # Thunderbolt
  276. !if gKabylakeOpenBoardPkgTokenSpaceGuid.PcdTbtEnable == TRUE
  277. $(PLATFORM_BOARD_PACKAGE)/Features/Tbt/TbtInit/Pei/PeiTbtInit.inf
  278. !endif
  279. $(PLATFORM_BOARD_PACKAGE)/BiosInfo/BiosInfo.inf
  280. #######################################
  281. # DXE Components
  282. #######################################
  283. # @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
  284. # is completed
  285. [Components.X64]
  286. #######################################
  287. # Edk2 Packages
  288. #######################################
  289. IntelFsp2WrapperPkg/FspWrapperNotifyDxe/FspWrapperNotifyDxe.inf
  290. MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
  291. MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
  292. MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
  293. MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
  294. MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
  295. MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.inf
  296. MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
  297. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf{
  298. <LibraryClasses>
  299. NULL|BoardModulePkg/Library/BdsPs2KbcLib/BdsPs2KbcLib.inf
  300. }
  301. UefiCpuPkg/CpuDxe/CpuDxe.inf
  302. ShellPkg/Application/Shell/Shell.inf {
  303. <PcdsFixedAtBuild>
  304. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  305. <LibraryClasses>
  306. NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
  307. NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
  308. NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
  309. NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
  310. NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
  311. NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
  312. NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
  313. NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf
  314. ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
  315. HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
  316. BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
  317. ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
  318. ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
  319. }
  320. !if gMinPlatformPkgTokenSpaceGuid.PcdBootToShellOnly == FALSE
  321. UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {
  322. <PcdsPatchableInModule>
  323. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046
  324. <LibraryClasses>
  325. !if $(TARGET) == DEBUG
  326. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  327. !endif
  328. }
  329. !endif
  330. #######################################
  331. # Silicon Initialization Package
  332. #######################################
  333. IntelSiliconPkg/Feature/VTd/IntelVTdDxe/IntelVTdDxe.inf
  334. $(PLATFORM_SI_BIN_PACKAGE)/Microcode/MicrocodeUpdates.inf
  335. !if gMinPlatformPkgTokenSpaceGuid.PcdBootToShellOnly == FALSE
  336. IntelSiliconPkg/Feature/Flash/SpiFvbService/SpiFvbServiceSmm.inf
  337. !endif
  338. #######################################
  339. # Platform Package
  340. #######################################
  341. $(PLATFORM_PACKAGE)/FspWrapper/SaveMemoryConfig/SaveMemoryConfig.inf
  342. $(PLATFORM_PACKAGE)/Hsti/HstiIbvPlatformDxe/HstiIbvPlatformDxe.inf
  343. $(PLATFORM_PACKAGE)/PlatformInit/PlatformInitDxe/PlatformInitDxe.inf
  344. $(PLATFORM_PACKAGE)/PlatformInit/SiliconPolicyDxe/SiliconPolicyDxe.inf
  345. $(PLATFORM_PACKAGE)/Test/TestPointDumpApp/TestPointDumpApp.inf
  346. $(PLATFORM_PACKAGE)/Test/TestPointStubDxe/TestPointStubDxe.inf
  347. !if gMinPlatformPkgTokenSpaceGuid.PcdTpm2Enable == TRUE
  348. $(PLATFORM_PACKAGE)/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf
  349. !endif
  350. !if gMinPlatformPkgTokenSpaceGuid.PcdBootToShellOnly == FALSE
  351. $(PLATFORM_PACKAGE)/PlatformInit/PlatformInitSmm/PlatformInitSmm.inf
  352. $(PLATFORM_PACKAGE)/Acpi/AcpiSmm/AcpiSmm.inf {
  353. <LibraryClasses>
  354. !if gKabylakeOpenBoardPkgTokenSpaceGuid.PcdMultiBoardSupport == FALSE
  355. BoardAcpiEnableLib|$(PROJECT)/Library/BoardAcpiLib/SmmBoardAcpiEnableLib.inf
  356. !else
  357. NULL|$(PROJECT)/Library/BoardAcpiLib/SmmMultiBoardAcpiSupportLib.inf
  358. !endif
  359. }
  360. $(PLATFORM_PACKAGE)/Acpi/AcpiTables/AcpiPlatform.inf {
  361. <LibraryClasses>
  362. !if gKabylakeOpenBoardPkgTokenSpaceGuid.PcdMultiBoardSupport == FALSE
  363. BoardAcpiTableLib|$(PROJECT)/Library/BoardAcpiLib/DxeBoardAcpiTableLib.inf
  364. !else
  365. NULL|$(PROJECT)/Library/BoardAcpiLib/DxeMultiBoardAcpiSupportLib.inf
  366. !endif
  367. }
  368. !endif
  369. #######################################
  370. # Board Package
  371. #######################################
  372. # Thunderbolt
  373. !if gKabylakeOpenBoardPkgTokenSpaceGuid.PcdTbtEnable == TRUE
  374. $(PLATFORM_BOARD_PACKAGE)/Features/Tbt/TbtInit/Smm/TbtSmm.inf
  375. $(PLATFORM_BOARD_PACKAGE)/Features/Tbt/TbtInit/Dxe/TbtDxe.inf
  376. $(PLATFORM_BOARD_PACKAGE)/Features/PciHotPlug/PciHotPlug.inf
  377. !endif
  378. !if gMinPlatformPkgTokenSpaceGuid.PcdBootToShellOnly == FALSE
  379. $(PLATFORM_BOARD_PACKAGE)/Acpi/BoardAcpiDxe/BoardAcpiDxe.inf {
  380. <LibraryClasses>
  381. !if gKabylakeOpenBoardPkgTokenSpaceGuid.PcdMultiBoardSupport == FALSE
  382. BoardAcpiTableLib|$(PROJECT)/Library/BoardAcpiLib/DxeBoardAcpiTableLib.inf
  383. !else
  384. NULL|$(PROJECT)/Library/BoardAcpiLib/DxeMultiBoardAcpiSupportLib.inf
  385. !endif
  386. }
  387. !endif
  388. BoardModulePkg/LegacySioDxe/LegacySioDxe.inf
  389. BoardModulePkg/BoardBdsHookDxe/BoardBdsHookDxe.inf