summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/tpm/tis.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi2019-12-021-18/+18
* security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-23/+18
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-221-2/+1
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-061-3/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* 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
* drivers/i2c/tpm: Remove vendor.irqDaniel Kurtz2017-04-241-3/+0
* drivers/i2c/tpm: remove 1260 byte buffer from stackAaron Durbin2017-04-031-13/+8
* drivers/i2c/tpm: remove unused variable in tpm_transmit()Aaron Durbin2017-04-031-3/+1
* drivers/i2c/tpm: Add TPM (TIS) debugging supportLee Leahy2017-03-161-1/+19
* drivers/i2c/tpm: Fix issues detected by checkpatchLee Leahy2017-03-151-4/+4
* drivers/i2c/tpm: Fix early TPM probeDuncan Laurie2016-09-081-33/+2
* drivers/i2c/tpm: Fix error handling for tis structure not initializedDuncan Laurie2016-09-061-0/+3
* drivers/i2c/tpm: Make driver safe for use in x86 pre-ramDuncan Laurie2016-09-061-11/+13
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-071-3/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* Unify byte order macros and clrsetbitsJulius Werner2015-04-211-1/+1
* tpm: wait for valid bit to be set in TPM access register before using tpmSourabh Banerjee2015-04-131-3/+26
* coreboot tpm: Fix printk format specifiersFurquan Shaikh2015-01-161-1/+1
* i2c: Replace the i2c API.Gabe Black2014-12-161-4/+1
* tpm: i2c: When probing the TPM, write a 0 into the TPM access register.Gabe Black2014-10-221-3/+3
* tpm: Clean up I2C TPM driverStefan Reinauer2014-09-101-0/+182