summaryrefslogtreecommitdiff
path: root/sys/dev/tpm
AgeCommit message (Expand)Author
2025-11-14tpm: crb: factor out idle/ready state transitionsKyle Evans
2025-11-10random: git'o in RANDOM_ENABLE_TPMDavid E. O'Brien
2025-11-10random: TPM_HARVEST should have been named RANDOM_ENABLE_TPMDavid E. O'Brien
2025-09-08random: Make the entropy source registration interface more uniformMark Johnston
2025-08-29TPM: Add hint check to skip TPM IRQ configurationAmit Kumar Gupta
2024-08-31tpm: Register TPM as entropy sourceJean-François Hren
2024-06-24tpm: Fix acpi attachmentWarner Losh
2024-05-22tpm_if.m: declare bus addresses as bus_size_t not bus_addr_tRyan Libby
2024-05-10tpm20: Support partial readsJustin Hibbits
2024-05-03tpm: Refactor TIS and add a SPI attachmentJustin Hibbits
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-09-02tpm: Fix entropy harvesting logicKornel Dulęba
2022-08-16TPM: do not set device description if probe failsKonrad Sewiłło-Jopek
2022-05-09tpm: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-07tpm: Remove unused variables.John Baldwin
2021-08-16tpm_tis: Improve interrupt allocationKornel Duleba
2021-01-13unifdef -D__FreeBSD__ to remove the OpenBSD supportDavid E. O'Brien
2020-09-01tpm: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-01Fix build.Konstantin Belousov
2020-02-01Amend r357367 by using register values from the TPM datasheet.Dimitry Andric
2020-02-01tpm(4): Fix 'go ready' in TPM 2.0 TIS driverConrad Meyer
2020-02-01Fix new clang 10.0.0 warnings about converting the result of shiftDimitry Andric
2019-04-16Improve tpm20 styleMarcin Wojtas
2019-04-16tpm: Prevent session hijackMarcin Wojtas
2019-04-03Add a cv_wait to the TPM2.0 harvesting functionMarcin Wojtas
2019-03-23Allow using TPM as entropy source.Marcin Wojtas
2019-01-25Use ACPI TPM2 table to probe tpmtis and tpmcrb device.Takanori Watanabe
2018-12-20tpm(4): Fix GCC build after r342084 (TPM 2.0 driver commit)Conrad Meyer
2018-12-20Fix obtaining RSP address in TPM CRB for non-amd64 platformsMarcin Wojtas
2018-12-14Fix error check for ACPI_ID_PROBE in the TPM2.0 driverMarcin Wojtas
2018-12-14Fix TPM driver compilation from r342084Marcin Wojtas
2018-12-14Introduce driver for TPM 2.0 in CRB and FIFO (TIS) modesMarcin Wojtas
2018-10-26Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe
2017-04-06Remove dead code.David E. O'Brien
2016-08-09Consistently use `device_t`Jean-Sébastien Pédron
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2013-12-29In sys/dev/tpm/tpm.c, #if 0 an unused static function.Dimitry Andric
2010-08-12Add tpm(4) driver for Trusted Platform Module.Takanori Watanabe