freebsd-dev/sys/dev/tpm
Kornel Duleba 59d1661cd8 tpm_tis: Improve interrupt allocation
Validate the irq received from ACPI. Test if it works by sending a simple command and checking if the interrupt handler was executed.
Internal buffer allocation was moved away from common code to tis and crb parts - in order to test the interrupt we need to have it allocated early.

Obtained from:		Semihalf
Differential revision:	https://reviews.freebsd.org/D31395
2021-08-16 06:28:33 +02:00
..
tpm20.c tpm_tis: Improve interrupt allocation 2021-08-16 06:28:33 +02:00
tpm20.h tpm_tis: Improve interrupt allocation 2021-08-16 06:28:33 +02:00
tpm_acpi.c
tpm_crb.c tpm_tis: Improve interrupt allocation 2021-08-16 06:28:33 +02:00
tpm_isa.c
tpm_tis.c tpm_tis: Improve interrupt allocation 2021-08-16 06:28:33 +02:00
tpm.c unifdef -D__FreeBSD__ to remove the OpenBSD support 2021-01-13 22:35:22 -08:00
tpmvar.h