Attention is currently required from: Christian Walter, Krystian Hebel, Michał Kopeć, Michał Żygowski.
Michał Żygowski has uploaded a new patch set (#12) to the change originally created by Filip Lewiński. ( https://review.coreboot.org/c/coreboot/+/82037?usp=email )
Change subject: security/tpm: Add TPM2 NV_ReadPublic command support ......................................................................
security/tpm: Add TPM2 NV_ReadPublic command support
Adds support for `tpm2_nvreadpublic`, which allows to read the public area and attributes of a TPM2 Non-Volatile (NV) index.
The use case is to check for indices required by Intel TXT to avoid a reset loop caused by BIOS ACM SCHECK.
TEST=Read Intel TXT TPM2 NV indices in Intel TXT driver.
Change-Id: I3c032b4f88d445372beebbe354f458a061a63bb9 Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com --- M src/security/tpm/tss.h M src/security/tpm/tss/tcg-2.0/tss.c M src/security/tpm/tss/tcg-2.0/tss_marshaling.c M src/security/tpm/tss/tcg-2.0/tss_structures.h 4 files changed, 153 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/82037/12