summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/tpm/tis_atmel.c
Commit message (Expand)AuthorAgeFilesLines
* security/tpm/: turn tis_{init,open} into tis_probeSergii Dmytruk2023-11-131-12/+7
* treewide: convert to tpm_result_tJon Murphy2023-09-281-11/+15
* Revert "security/tpm/: turn tis_{init,open} into tis_probe"Sergii Dmytruk2022-12-231-7/+12
* security/tpm/: turn tis_{init,open} into tis_probeSergii Dmytruk2022-12-211-12/+7
* security/tpm: remove tis_close()Sergii Dmytruk2022-12-051-5/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* {drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS2019-12-201-2/+2
* security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-1/+0
* src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-271-1/+2
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-221-1/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* security/tpm: Change TPM naming for different layers.Philipp Deppenwiese2018-01-181-1/+1
* security/tpm: Move tpm TSS and TSPI layer to security sectionPhilipp Deppenwiese2018-01-181-1/+1
* include/device: Split i2c.h into threeNico Huber2017-08-181-1/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+2
* drivers/i2c/tpm: Add support for Atmel TPM (AT97SC3204)Lee Leahy2017-03-161-0/+132