]> xenbits.xensource.com Git - seabios.git/commit
tpm: Implement TPM 2's tpm_set_failure part
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Tue, 2 Feb 2016 18:09:17 +0000 (13:09 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 6 Feb 2016 01:47:37 +0000 (20:47 -0500)
commite444dce9361f079c77c1e25e61d3f5864de41e93
treefb52f16e5146c56f53d038dd78c781feb3163ef3
parent7d596dcccfd5bd931a3d74be5dde1615440b78cb
tpm: Implement TPM 2's tpm_set_failure part

Implement TPM 2's tpm_set_failure part.

We follow this specification:

TCG PC Client Specific Platform Firmware Profile for TPM 2.0 Systems Revision 1.0 Version 21

It can be found on this page:

http://www.trustedcomputinggroup.org/resources/specifications_in_public_review

Make the TPM unavailable for OS-present applications following 6.2 item 2.d.i .

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
src/std/tcg.h
src/tcgbios.c