opnsense-src/sys/dev/tpm
Marcin Wojtas efa9b503c6 Fix obtaining RSP address in TPM CRB for non-amd64 platforms
On amd64 the RSP address can be read in single 8-byte transaction,
which is obviously not possible on 32-bit platforms. Fix that
by performing 2 4-byte read on them.

Obtained from: Semihalf
Sponsored by: Stormshield
2018-12-20 01:05:09 +00:00
..
tpm.c Remove dead code. 2017-04-06 22:21:49 +00:00
tpm20.c Introduce driver for TPM 2.0 in CRB and FIFO (TIS) modes 2018-12-14 16:14:36 +00:00
tpm20.h Fix obtaining RSP address in TPM CRB for non-amd64 platforms 2018-12-20 01:05:09 +00:00
tpm_acpi.c Distinguish _CID match and _HID match and make lower priority probe 2018-10-26 00:05:46 +00:00
tpm_crb.c Fix obtaining RSP address in TPM CRB for non-amd64 platforms 2018-12-20 01:05:09 +00:00
tpm_isa.c
tpm_tis.c Fix error check for ACPI_ID_PROBE in the TPM2.0 driver 2018-12-14 22:22:43 +00:00
tpmvar.h