]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
tpm: Add support for TPM2 ACPI table
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Tue, 14 Nov 2017 20:03:47 +0000 (15:03 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 15 Nov 2017 18:17:20 +0000 (13:17 -0500)
commitdf46d10c8a7b88eb82f3ceb2aa31782dee15593d
tree910969b38c4bb88ff901c230baa4924c043e5f62
parent0541f2f0f246e77d7c726926976920e8072d1119
tpm: Add support for TPM2 ACPI table

Add support for the TPM2 ACPI table. If we find it and its
of the appropriate size, we can get the log_area_start_address
and log_area_minimum_size from it.

The latest version of the spec can be found here:

https://trustedcomputinggroup.org/tcg-acpi-specification/

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