CBNT003: All active PCR banks should have their PCR0 reconstructed

With https://github.com/Dasharo/coreboot/pull/821 the TPM
event log is now measured to all active TPM banks.
With this change every active TPM bank should
contain a valid PCR0 value compatible with the
measurements from the TPM log.

Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
This commit is contained in:
Filip Gołaś
2026-04-24 12:39:54 +02:00
parent dc2ff59924
commit 70701bf571
+1 -1
View File
@@ -88,7 +88,7 @@ CBNT003.201 Converged Boot Guard and TXT - PCR-0 is reconstructed correctly (Ubu
${actual}= Execute Command In Terminal
... cat /sys/class/tpm/tpm0/pcr-sha1/${pcr}
Should Not Contain ${expected} ${actual} ignore_case=${TRUE}
Should Contain ${expected} ${actual} ignore_case=${TRUE}
END
CBNT004.201 Converged Boot Guard and TXT - TPM Startup from locality 3 (Ubuntu)