]> xenbits.xensource.com Git - osstest/seabios.git/commit
tpm: Move error recovery from tpm_extend_acpi_log() to only caller
authorKevin O'Connor <kevin@koconnor.net>
Sun, 22 Nov 2015 16:00:06 +0000 (11:00 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 22 Nov 2015 17:14:28 +0000 (12:14 -0500)
commitf4820ac1269b3c855edc0d5139d4b4c319ef0e69
treec4edf8680437a650174a81e19553f04e7d47f87c
parentf51c50a16720feeaa7ddcbfbc798e2da20918239
tpm: Move error recovery from tpm_extend_acpi_log() to only caller

Move tpm state checking and error handling from tpm_extend_acpi_log()
to its only caller hash_log_event().  This makes tpm_extend_acpi_log()
specific to just ACPI table handling.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/tcgbios.c