Skip to content

Commit

Permalink
UefiPayloadPkg: Fix network Pcds includes
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Brozovic <[email protected]>
  • Loading branch information
fbrozovic authored and MrChromebox committed Jan 16, 2025
1 parent 2d1b882 commit 3521c44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UefiPayloadPkg/UefiPayloadPkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@
# Network Pcds
#
!if $(NETWORK_DRIVER_ENABLE) == TRUE
!include NetworkPkg/NetworkPcds.dsc.inc
!include NetworkPkg/NetworkFixedPcds.dsc.inc
!endif

#
Expand Down Expand Up @@ -807,6 +807,7 @@
## Match the hash algorithms listed in Tcg2Dxe
gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap|0x1F

!include NetworkPkg/NetworkDynamicPcds.dsc.inc

gEfiSecurityPkgTokenSpaceGuid.PcdTpmPhysicalPresence|TRUE

Expand Down

0 comments on commit 3521c44

Please sign in to comment.