Hello build bot (Jenkins), Christian Walter,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44277
to look at the new patch set (#2).
Change subject: drivers/spi/tpm: Add support to cache the TPM firmware version ......................................................................
drivers/spi/tpm: Add support to cache the TPM firmware version
TPM firmware version is required for couple of use-cases during ramstage - GPIO PM configuration for Intel SoCs, Board specific reset when CSE Lite jumps from RO to RW. This change adds support to read the TPM firmware version and cache it.
BUG=b:154333137, b:162290856 TEST=Ensure that the DUT boots to OS. Ensure that the firmware version is cached and matches with the firmware version logged in the bootup logs.
Change-Id: I2c894d619f6b986be196a9da6ee4556bc440424e Signed-off-by: Karthikeyan Ramasubramanian kramasub@google.com --- M src/drivers/spi/tpm/tpm.c M src/drivers/spi/tpm/tpm.h 2 files changed, 148 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/44277/2