Sync tpm(4) with FreeBSD.
authorSascha Wildner <saw@online.de>
Thu, 10 Sep 2020 04:02:11 +0000 (06:02 +0200)
committerSascha Wildner <saw@online.de>
Thu, 10 Sep 2020 04:02:11 +0000 (06:02 +0200)
commit959366edc6ceee964a31f71baf4f38d75e0f167c
tree63ff58a07996a3d4cc2a4641b8112095341979e6
parent9a94c305bcf1f4522875fb58e085c941c8048e88
Sync tpm(4) with FreeBSD.

Adds TPM 2.0 support, mainly.
14 files changed:
share/man/man4/tpm.4
sys/conf/files
sys/conf/options
sys/config/LINT64
sys/dev/crypto/tpm/Makefile
sys/dev/crypto/tpm/tpm.c
sys/dev/crypto/tpm/tpm20.c [new file with mode: 0644]
sys/dev/crypto/tpm/tpm20.h [new file with mode: 0644]
sys/dev/crypto/tpm/tpm_acpi.c
sys/dev/crypto/tpm/tpm_crb.c [new file with mode: 0644]
sys/dev/crypto/tpm/tpm_isa.c
sys/dev/crypto/tpm/tpm_tis.c [new file with mode: 0644]
sys/dev/crypto/tpm/tpmvar.h
sys/sys/random.h