index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
i2c
/
tpm
/
tis_atmel.c
Age
Commit message (
Expand
)
Author
2024-04-16
security/tpm: support compiling in multiple TPM drivers
Sergii Dmytruk
2024-03-28
security/tpm: make tis_probe() return tpm_family
Sergii Dmytruk
2023-11-13
security/tpm/: turn tis_{init,open} into tis_probe
Sergii Dmytruk
2023-09-28
treewide: convert to tpm_result_t
Jon Murphy
2022-12-23
Revert "security/tpm/: turn tis_{init,open} into tis_probe"
Sergii Dmytruk
2022-12-21
security/tpm/: turn tis_{init,open} into tis_probe
Sergii Dmytruk
2022-12-05
security/tpm: remove tis_close()
Sergii Dmytruk
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2019-12-20
{drivers,southbridge}: Replace min() with MIN()
Elyes HAOUAS
2019-11-29
security/tpm: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-10-27
src/{device,drivers}: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-10-22
AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file
Martin Roth
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-01-18
security/tpm: Change TPM naming for different layers.
Philipp Deppenwiese
2018-01-18
security/tpm: Move tpm TSS and TSPI layer to security section
Philipp Deppenwiese
2017-08-18
include/device: Split i2c.h into three
Nico Huber
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-03-16
drivers/i2c/tpm: Add support for Atmel TPM (AT97SC3204)
Lee Leahy