]> xenbits.xensource.com Git - people/aperard/mini-os.git/commit
Move tpm respgot member of struct file to device specific data
authorJuergen Gross <jgross@suse.com>
Tue, 11 Jan 2022 14:58:10 +0000 (15:58 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 12 Jan 2022 11:35:49 +0000 (11:35 +0000)
commit4042863b4fb7c85d4d03e2f3a40b18c91b37313e
tree5002ffddfbc50324b4b9ed9c662b5ee232dc8f26
parent0e55c583a0f44e6a35345d20bbe3f3c291445751
Move tpm respgot member of struct file to device specific data

Tpmfront has a "respgot" flag in struct file, which can be moved to the
device specific data. While at it make it a bool.

The respgot flag of the tpm_tis member of struct file can be removed,
as it is never read.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
include/lib.h
include/tpmfront.h
tpm_tis.c
tpmfront.c