Page MenuHomeFreeBSD

tpm_tis: Improve interrupt allocation
ClosedPublic

Authored by kd on Aug 3 2021, 10:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 3, 1:38 AM
Unknown Object (File)
Jan 18 2024, 7:15 AM
Unknown Object (File)
Dec 21 2023, 2:34 AM
Unknown Object (File)
Dec 20 2023, 6:47 AM
Unknown Object (File)
Dec 13 2023, 8:25 AM
Unknown Object (File)
Nov 18 2023, 2:31 AM
Unknown Object (File)
Nov 18 2023, 1:47 AM
Unknown Object (File)
Sep 24 2023, 3:51 AM

Details

Summary

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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kd requested review of this revision.Aug 3 2021, 10:56 AM
kd created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.Aug 16 2021, 4:29 AM
Closed by commit rG59d1661cd8b0: tpm_tis: Improve interrupt allocation (authored by kd, committed by wma). · Explain Why
This revision was automatically updated to reflect the committed changes.