]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r342084,r342251,r342271,r342285: Introduce TPM2.0 driver
authormw <mw@FreeBSD.org>
Fri, 26 Apr 2019 01:02:24 +0000 (01:02 +0000)
committermw <mw@FreeBSD.org>
Fri, 26 Apr 2019 01:02:24 +0000 (01:02 +0000)
commitc48a97bc9052807d8cfc8d16e1c11c5235650f04
treeb64ed3e762c4d2f652aedaf5a1219d1dfba62f85
parent27654ebe6cec3d348ab6a9385651ea31beec61bc
MFC r342084,r342251,r342271,r342285: Introduce TPM2.0 driver

r342084
Introduce driver for TPM 2.0 in CRB and FIFO (TIS) modes

r342251
Include the new TPM 2.0 driver in the TPM module.

r342271
Fix obtaining RSP address in TPM CRB for non-amd64 platforms

r342285
tpm(4): Fix GCC build after r342084 (TPM 2.0 driver commit)

Submitted by: Kornel Duleba <mindal@semihalf.com>
Obtained from: Semihalf
Sponsored by: Stormshield
sys/conf/files.amd64
sys/dev/tpm/tpm20.c [new file with mode: 0644]
sys/dev/tpm/tpm20.h [new file with mode: 0644]
sys/dev/tpm/tpm_crb.c [new file with mode: 0644]
sys/dev/tpm/tpm_tis.c [new file with mode: 0644]
sys/modules/tpm/Makefile