OpenBoardPkg.dsc 15 KB

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