summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/tpm/tis_atmel.c
AgeCommit message (Expand)Author
2024-04-16security/tpm: support compiling in multiple TPM driversSergii Dmytruk
2024-03-28security/tpm: make tis_probe() return tpm_familySergii Dmytruk
2023-11-13security/tpm/: turn tis_{init,open} into tis_probeSergii Dmytruk
2023-09-28treewide: convert to tpm_result_tJon Murphy
2022-12-23Revert "security/tpm/: turn tis_{init,open} into tis_probe"Sergii Dmytruk
2022-12-21security/tpm/: turn tis_{init,open} into tis_probeSergii Dmytruk
2022-12-05security/tpm: remove tis_close()Sergii Dmytruk
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2019-12-20{drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS
2019-11-29security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-10-27src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
2019-10-22AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-10-08Move compiler.h to commonlibNico Huber
2018-01-18security/tpm: Change TPM naming for different layers.Philipp Deppenwiese
2018-01-18security/tpm: Move tpm TSS and TSPI layer to security sectionPhilipp Deppenwiese
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-03-16drivers/i2c/tpm: Add support for Atmel TPM (AT97SC3204)Lee Leahy