summaryrefslogtreecommitdiff
path: root/sys/dev/tpm/tpm_crb.c
Commit message (Expand)AuthorAgeFilesLines
* tpm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Fix build.Konstantin Belousov2020-02-011-2/+2
* Amend r357367 by using register values from the TPM datasheet.Dimitry Andric2020-02-011-3/+4
* Fix new clang 10.0.0 warnings about converting the result of shiftDimitry Andric2020-02-011-2/+2
* Improve tpm20 styleMarcin Wojtas2019-04-161-33/+33
* Allow using TPM as entropy source.Marcin Wojtas2019-03-231-2/+3
* Use ACPI TPM2 table to probe tpmtis and tpmcrb device.Takanori Watanabe2019-01-251-16/+9
* Fix obtaining RSP address in TPM CRB for non-amd64 platformsMarcin Wojtas2018-12-201-0/+6
* Fix error check for ACPI_ID_PROBE in the TPM2.0 driverMarcin Wojtas2018-12-141-3/+4
* Fix TPM driver compilation from r342084Marcin Wojtas2018-12-141-1/+1
* Introduce driver for TPM 2.0 in CRB and FIFO (TIS) modesMarcin Wojtas2018-12-141-0/+419