Skip to content

Commit

Permalink
UefiPayloadPkg, DasharoModulePkg: update for extracted IOMMU settings
Browse files Browse the repository at this point in the history
This is done to allow building without edk2-platforms for platforms that
don't need it.

Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
  • Loading branch information
krystian-hebel committed May 25, 2024
1 parent 176c51d commit 6fd8282
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions UefiPayloadPkg/UefiPayloadPkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,9 @@
gEfiSecurityPkgTokenSpaceGuid.PcdTpm2InitializationPolicy|0
gEfiSecurityPkgTokenSpaceGuid.PcdTpm2SelfTestPolicy|0
gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|0
!if $(USE_EDK2_PLATFORMS) == TRUE
gIntelSiliconPkgTokenSpaceGuid.PcdVTdPolicyPropertyMask|1
!endif

[PcdsDynamicHii]
!if $(TPM_ENABLE) == TRUE
Expand Down Expand Up @@ -874,6 +876,10 @@

DasharoModulePkg/DasharoBootPolicies/DasharoBootPolicies.inf

!if $(USE_EDK2_PLATFORMS) == TRUE
DasharoModulePkg/DasharoBootPoliciesVTd/DasharoBootPoliciesVTd.inf
!endif

#
# Random Number Generator
#
Expand Down
4 changes: 4 additions & 0 deletions UefiPayloadPkg/UefiPayloadPkg.fdf
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf

INF DasharoModulePkg/DasharoBootPolicies/DasharoBootPolicies.inf

!if $(USE_EDK2_PLATFORMS) == TRUE
INF DasharoModulePkg/DasharoBootPoliciesVTd/DasharoBootPoliciesVTd.inf
!endif

#
# Random Number Generator
#
Expand Down

0 comments on commit 6fd8282

Please sign in to comment.