Joel Kitching has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34742 )
Change subject: tpm/tspi: include vb2_sha for vb2_get_hash_algorithm_name ......................................................................
tpm/tspi: include vb2_sha for vb2_get_hash_algorithm_name
BUG=b:124141368 TEST=make clean && make test-abuild BRANCH=none
Change-Id: I2e04c16e309d765353f152203a44e90d997394d1 Signed-off-by: Joel Kitching kitching@google.com --- M src/security/tpm/tspi/log.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/34742/1
diff --git a/src/security/tpm/tspi/log.c b/src/security/tpm/tspi/log.c index 6ab9067..4019962 100644 --- a/src/security/tpm/tspi/log.c +++ b/src/security/tpm/tspi/log.c @@ -22,6 +22,7 @@ #include <security/vboot/symbols.h> #include <cbmem.h> #include <bootstate.h> +#include <vb2_sha.h>
static struct tcpa_table *tcpa_cbmem_init(void) {
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34742 )
Change subject: tpm/tspi: include vb2_sha for vb2_get_hash_algorithm_name ......................................................................
Patch Set 1: Code-Review+2
Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/34742 )
Change subject: tpm/tspi: include vb2_sha for vb2_get_hash_algorithm_name ......................................................................
tpm/tspi: include vb2_sha for vb2_get_hash_algorithm_name
BUG=b:124141368 TEST=make clean && make test-abuild BRANCH=none
Change-Id: I2e04c16e309d765353f152203a44e90d997394d1 Signed-off-by: Joel Kitching kitching@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/34742 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Julius Werner jwerner@chromium.org --- M src/security/tpm/tspi/log.c 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Julius Werner: Looks good to me, approved
diff --git a/src/security/tpm/tspi/log.c b/src/security/tpm/tspi/log.c index 6ab9067..4019962 100644 --- a/src/security/tpm/tspi/log.c +++ b/src/security/tpm/tspi/log.c @@ -22,6 +22,7 @@ #include <security/vboot/symbols.h> #include <cbmem.h> #include <bootstate.h> +#include <vb2_sha.h>
static struct tcpa_table *tcpa_cbmem_init(void) {