summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/tpm
AgeCommit message (Expand)Author
2019-12-20{drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS
2019-12-02src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi
2019-11-29security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-27cr50 i2c: add error message reporting TPM IRQ timeoutVadim Bendebury
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-04-06src: Use #include <timer.h> when appropriateElyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-01-24cr50: Add probe command to poll Cr50 until DID VID is validKeith Short
2019-01-23src/drivers: Remove needless '&' on function pointersElyes HAOUAS
2018-11-09drivers/*/tpm: Add postcar targetPhilipp Deppenwiese
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-16acpi: Call acpi_gen_writeSTA by status from device treeHung-Te Lin
2018-08-14drivers/i2c/tpm/cr50.c: Check if TPM was readRichard Spiegel
2018-07-09src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-06-06src/driver/i2c/{generic,hid,tpm,max}: Update device name based on devicetree.cbNaresh G Solanki
2018-06-04security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-01-30drivers/i2c/tpm: Add irq_gpio support to tpm.Justin TerAvest
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-11-22drivers/i2c/tpm/cr50: Simplify and increase init delay to 30 secondsDuncan Laurie
2017-11-09drivers/i2c/tpm/cr50: Increase init delay to 30 secondsDuncan Laurie
2017-09-14device: acpi_name() should take a const struct deviceAaron Durbin
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-08-14i2c: Move to Linux like `struct i2c_msg`Nico Huber
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-04-24drivers/i2c/tpm: Remove vendor.irqDaniel Kurtz
2017-04-24drivers/i2c/tpm/cr50: Use tis_plat_irq_status for Cr50 IRQ statusDaniel Kurtz
2017-04-24drivers/i2c/tpm: Hide ACPI on unsupported platformsPatrick Rudolph
2017-04-13drivers/spi/tpm: Clean up SPI TPM driverFurquan Shaikh
2017-04-03drivers/i2c/tpm: remove 1260 byte buffer from stackAaron Durbin
2017-04-03drivers/i2c/tpm: remove unused variable in tpm_transmit()Aaron Durbin
2017-04-03drivers/i2c/tpm: remove unused types from tpm.hAaron Durbin
2017-03-16drivers/i2c/tpm: Add support for Atmel TPM (AT97SC3204)Lee Leahy
2017-03-16drivers/i2c/tpm: Add TPM (TIS) debugging supportLee Leahy
2017-03-15drivers/i2c/tpm: Fix issues detected by checkpatchLee Leahy
2017-01-03i2c/tpm: Ignore 0xFF bytes for status and burstCountJulius Werner
2016-11-07drivers/i2c/tpm/cr50: Increase IRQ timeoutDuncan Laurie
2016-10-05drivers/i2c/tpm/cr50: Initialize IRQ status handler before probeDuncan Laurie
2016-10-02Kconfig: Update default hex values to start with 0xMartin Roth
2016-09-21drivers/i2c/tpm/cr50: Support interrupts for statusDuncan Laurie
2016-09-21drivers/i2c/tpm/cr50: Improve data handling and function namesDuncan Laurie
2016-09-21drivers/i2c/tpm/cr50: Clean up locality functionsDuncan Laurie
2016-09-21drivers/i2c/tpm/cr50: Rename i2c read/write functionsDuncan Laurie
2016-09-21drivers/i2c/tpm/cr50: Clean up timeoutsDuncan Laurie
2016-09-21drivers/i2c/tpm/cr50: Reduce max buffer sizeDuncan Laurie
2016-09-21drivers/i2c/tpm: Split cr50 driver from main driverDuncan Laurie
2016-09-21drivers/i2c/tpm: Move common variables to headerDuncan Laurie