[SeaBIOS] [PATCH v2 0/3] Part 2 of adding TPM support to SeaBIOS

Stefan Berger stefanb at linux.vnet.ibm.com
Tue May 26 21:48:32 CEST 2015


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(-)

-- 
1.9.3




More information about the SeaBIOS mailing list