the following patch was just integrated into master: commit b916f209237710559e539c600a4d02acfb8305d2 Author: Stefan Reinauer reinauer@chromium.org Date: Tue Oct 11 14:46:25 2011 -0700
Add TPM support to coreboot
and initialize the TPM on S3 resume
This patch integrates the TPM driver and runs TPM resume upon an ACPI S3 resume without including any other parts of vboot.
We could link against vboot_fw.a but it is compiled with u-boot's CFLAGS (that are incompatible with coreboot's) and it does a lot more than we want it to do.
Change-Id: I000d4322ef313e931e23c56defaa17e3a4d7f8cf Signed-off-by: Stefan Reinauer reinauer@google.com
Build-Tested: build bot (Jenkins) at Fri Mar 30 02:03:21 2012, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Fri Mar 30 02:04:19 2012, giving +2 See http://review.coreboot.org/731 for details.
-gerrit