Hello Patrick Rudolph, Aaron Durbin, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36027
to look at the new patch set (#2).
Change subject: nb/intel/nehalem: Add a VBOOT TPM init workaround ......................................................................
nb/intel/nehalem: Add a VBOOT TPM init workaround
nb/intel/nehalem needs to issue a CPU reset during the raminit. On this reset the platform is not reset however, which includes the TPM. To avoid initializing the TPM twice, since it will fail and mess up VBOOT the second time, add an function to inform VBOOT to skip the TPM initialization.
Change-Id: I238b30866f78608c414de877b05a73cf8fdb9bbd Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/northbridge/intel/nehalem/Kconfig M src/northbridge/intel/nehalem/Makefile.inc M src/northbridge/intel/nehalem/raminit.c A src/northbridge/intel/nehalem/vboot_quirk.c M src/security/vboot/Kconfig M src/security/vboot/tpm_common.c M src/security/vboot/tpm_common.h 7 files changed, 50 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/36027/2