Frans Hendriks has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33444
Change subject: security/tpm/Makefile.inc: Remove VBOOT dependency for tss files in postcar ......................................................................
security/tpm/Makefile.inc: Remove VBOOT dependency for tss files in postcar
tss_marshaling.c and tss.c depends on VBOOT for postcar. Eltan vendorcode used function in these file, but has VBOOT disabled.
Remove depency of VBOOT for postcar fo tss/tcg-2.0/tss-marshaling.c and tss/tcg-2.0/tss.c
BUG=N/A TEST=Created binary and verify logging on Facebook FBG-1701
Change-Id: I195c79283abf403208f406518372bf52289772ed Signed-off-by: Frans Hendriks fhendriks@eltan.com --- M src/security/tpm/Makefile.inc 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/33444/1
diff --git a/src/security/tpm/Makefile.inc b/src/security/tpm/Makefile.inc index c05fb55..a2d32cf 100644 --- a/src/security/tpm/Makefile.inc +++ b/src/security/tpm/Makefile.inc @@ -36,8 +36,8 @@ verstage-$(CONFIG_VBOOT) += tss/tcg-2.0/tss_marshaling.c verstage-$(CONFIG_VBOOT) += tss/tcg-2.0/tss.c
-postcar-$(CONFIG_VBOOT) += tss/tcg-2.0/tss_marshaling.c -postcar-$(CONFIG_VBOOT) += tss/tcg-2.0/tss.c +postcar-y += tss/tcg-2.0/tss_marshaling.c +postcar-y += tss/tcg-2.0/tss.c
## TSPI
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33444 )
Change subject: security/tpm/Makefile.inc: Remove VBOOT dependency for tss files in postcar ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/33444 )
Change subject: security/tpm/Makefile.inc: Remove VBOOT dependency for tss files in postcar ......................................................................
security/tpm/Makefile.inc: Remove VBOOT dependency for tss files in postcar
tss_marshaling.c and tss.c depends on VBOOT for postcar. Eltan vendorcode used function in these file, but has VBOOT disabled.
Remove depency of VBOOT for postcar fo tss/tcg-2.0/tss-marshaling.c and tss/tcg-2.0/tss.c
BUG=N/A TEST=Created binary and verify logging on Facebook FBG-1701
Change-Id: I195c79283abf403208f406518372bf52289772ed Signed-off-by: Frans Hendriks fhendriks@eltan.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/33444 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Julius Werner jwerner@chromium.org --- M src/security/tpm/Makefile.inc 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Julius Werner: Looks good to me, approved
diff --git a/src/security/tpm/Makefile.inc b/src/security/tpm/Makefile.inc index c05fb55..a2d32cf 100644 --- a/src/security/tpm/Makefile.inc +++ b/src/security/tpm/Makefile.inc @@ -36,8 +36,8 @@ verstage-$(CONFIG_VBOOT) += tss/tcg-2.0/tss_marshaling.c verstage-$(CONFIG_VBOOT) += tss/tcg-2.0/tss.c
-postcar-$(CONFIG_VBOOT) += tss/tcg-2.0/tss_marshaling.c -postcar-$(CONFIG_VBOOT) += tss/tcg-2.0/tss.c +postcar-y += tss/tcg-2.0/tss_marshaling.c +postcar-y += tss/tcg-2.0/tss.c
## TSPI