Skip to content

Commit

Permalink
Silicon/Intel: Include required StandaloneMm drivers
Browse files Browse the repository at this point in the history
Include required StandaloneMm drivers under
PcdStandaloneMmEnable PCD.

Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com>
  • Loading branch information
jiaxinwu committed Jun 25, 2024
1 parent b5d6318 commit 7742d7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Silicon/Intel/SimicsIch10Pkg/IchUefiBootInclude.fdf
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@

!if gMinPlatformPkgTokenSpaceGuid.PcdBootToShellOnly == FALSE
INF $(PCH_PKG)/SmmControl/RuntimeDxe/SmmControl2Dxe.inf
INF $(PCH_PKG)/Spi/Smm/PchSpiSmm.inf
!if gMinPlatformPkgTokenSpaceGuid.PcdStandaloneMmEnable == TRUE
INF $(PCH_PKG)/Spi/Smm/PchSpiStandaloneMm.inf
!else
INF $(PCH_PKG)/Spi/Smm/PchSpiSmm.inf
!endif
!endif
6 changes: 5 additions & 1 deletion Silicon/Intel/SimicsX58SktPkg/SktUefiBootInclude.fdf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

!if gMinPlatformPkgTokenSpaceGuid.PcdBootToShellOnly == FALSE
INF IntelSiliconPkg/Feature/SmmAccess/SmmAccessDxe/SmmAccess.inf
INF UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf
!if gMinPlatformPkgTokenSpaceGuid.PcdStandaloneMmEnable == TRUE
INF UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuStandaloneMm.inf
!else
INF UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf
!endif
!endif
INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf

0 comments on commit 7742d7d

Please sign in to comment.