add a minimal TPM 1.2 driver just to issue a "save state" command
authorjcs <jcs@openbsd.org>
Wed, 3 Aug 2016 17:23:38 +0000 (17:23 +0000)
committerjcs <jcs@openbsd.org>
Wed, 3 Aug 2016 17:23:38 +0000 (17:23 +0000)
commit14f073114fd7531cb635d19b239c0d71db09fed9
tree73ba520ba03e6cbc94576e1f67da5f9befc3dd0e
parente94160fef4c2058ef30703accafc2a42ebe21286
add a minimal TPM 1.2 driver just to issue a "save state" command
before suspending, in order to fix suspend/resume on some newer
machines.

more cleanup and TPM 2.0 support coming later.

earlier version ok pirofti
ok deraadt
sys/arch/amd64/conf/GENERIC
sys/dev/acpi/files.acpi
sys/dev/acpi/tpm.c [new file with mode: 0644]