summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/tpm
AgeCommit message (Expand)Author
2020-05-13src: Remove unused '#include <stdint.h>'Elyes HAOUAS
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
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-23rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner
2020-04-10Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber
2020-04-10Drop unnecessary DEVICE_NOOP entriesNico Huber
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
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