The following set of patches add support for - the BIOS taking measurements of various parts of the code and data, adding them to the ACPI log, and extending the PCRs of the TPM with the measurements - a reworked TPM menu - a reworked Physical Presence Interface
Regards, Stefan
Stefan Berger (3): Add 'measurement' code to the BIOS Support for TPM Physical Presence Interface Add a menu for TPM control
src/boot.c | 20 +- src/cdrom.c | 4 + src/hw/tpm_drivers.h | 1 + src/optionroms.c | 2 + src/tcgbios.c | 1067 +++++++++++++++++++++++++++++++++++++++++++++++++- src/tcgbios.h | 50 +++ src/util.h | 1 + 7 files changed, 1140 insertions(+), 5 deletions(-)