Skip to content

Commit

Permalink
UefiPayloadPkg/UefiPayloadPkgIa32X64.dsc: fix issues with TPM2
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Żygowski <[email protected]>
  • Loading branch information
miczyg1 committed Sep 12, 2019
1 parent 595515f commit 17b9376
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion UefiPayloadPkg/UefiPayloadPkgIa32X64.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@

gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|$(PCIE_BASE)

gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE

!if $(SOURCE_DEBUG_ENABLE)
gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
!endif
Expand Down Expand Up @@ -385,7 +387,8 @@
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|100

!if $(TPM2_ENABLE) == TRUE
gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{ 0x28, 0x6b ,0xf2, 0x5a, 0xc2, 0xc3, 0x40, 0x8c, 0xb3, 0xb4, 0x25, 0xe6, 0x75, 0x8b, 0x73, 0x17 }
gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask|3
!endif

################################################################################
Expand Down

0 comments on commit 17b9376

Please sign in to comment.