summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/tpm
Commit message (Expand)AuthorAgeFilesLines
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-1/+1
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-062-24/+4
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-5/+5
* {drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS2019-12-202-5/+5
* src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi2019-12-023-65/+65
* security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-294-85/+66
* cr50 i2c: add error message reporting TPM IRQ timeoutVadim Bendebury2019-11-271-2/+3
* src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-272-2/+4
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-227-36/+41
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-061-3/+2
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-202-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-082-5/+5
* cr50: Add probe command to poll Cr50 until DID VID is validKeith Short2019-01-241-11/+39
* src/drivers: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-3/+3
* drivers/*/tpm: Add postcar targetPhilipp Deppenwiese2018-11-091-0/+4
* Move compiler.h to commonlibNico Huber2018-10-082-2/+0
* acpi: Call acpi_gen_writeSTA by status from device treeHung-Te Lin2018-09-161-1/+1
* drivers/i2c/tpm/cr50.c: Check if TPM was readRichard Spiegel2018-08-141-4/+7
* src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-1/+1
* src/driver/i2c/{generic,hid,tpm,max}: Update device name based on devicetree.cbNaresh G Solanki2018-06-061-0/+6
* security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese2018-06-042-28/+23
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* drivers/i2c/tpm: Add irq_gpio support to tpm.Justin TerAvest2018-01-302-1/+6
* security/tpm: Change TPM naming for different layers.Philipp Deppenwiese2018-01-184-4/+4
* security/tpm: Move tpm TSS and TSPI layer to security sectionPhilipp Deppenwiese2018-01-184-4/+4
* drivers/i2c/tpm/cr50: Simplify and increase init delay to 30 secondsDuncan Laurie2017-11-221-75/+73
* drivers/i2c/tpm/cr50: Increase init delay to 30 secondsDuncan Laurie2017-11-091-1/+2
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* include/device: Split i2c.h into threeNico Huber2017-08-186-6/+6
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-2/+3
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-132-2/+3
* drivers/i2c/tpm: Remove vendor.irqDaniel Kurtz2017-04-243-7/+0
* drivers/i2c/tpm/cr50: Use tis_plat_irq_status for Cr50 IRQ statusDaniel Kurtz2017-04-243-47/+18
* drivers/i2c/tpm: Hide ACPI on unsupported platformsPatrick Rudolph2017-04-241-0/+1
* drivers/spi/tpm: Clean up SPI TPM driverFurquan Shaikh2017-04-133-15/+2
* 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: remove unused types from tpm.hAaron Durbin2017-04-031-56/+0
* drivers/i2c/tpm: Add support for Atmel TPM (AT97SC3204)Lee Leahy2017-03-163-5/+156
* drivers/i2c/tpm: Add TPM (TIS) debugging supportLee Leahy2017-03-162-1/+24
* drivers/i2c/tpm: Fix issues detected by checkpatchLee Leahy2017-03-155-15/+18
* i2c/tpm: Ignore 0xFF bytes for status and burstCountJulius Werner2017-01-031-1/+3
* drivers/i2c/tpm/cr50: Increase IRQ timeoutDuncan Laurie2016-11-071-2/+9
* drivers/i2c/tpm/cr50: Initialize IRQ status handler before probeDuncan Laurie2016-10-051-13/+13
* Kconfig: Update default hex values to start with 0xMartin Roth2016-10-021-2/+2
* drivers/i2c/tpm/cr50: Support interrupts for statusDuncan Laurie2016-09-213-8/+60
* drivers/i2c/tpm/cr50: Improve data handling and function namesDuncan Laurie2016-09-211-48/+45