summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/tpm
Commit message (Expand)AuthorAgeFilesLines
* drivers: Get rid of unnecessary blank lines {before,after} braceElyes HAOUAS2022-07-171-1/+0
* drivers/tpm/cr50: Add TPM IRQ timeout Kconfig optionYu-Ping Wu2022-06-081-18/+2
* tpm: Allow separate handling of Google Ti50 TPMJes Klinke2022-04-242-16/+5
* tpm: Refactor TPM Kconfig dimensionsJes B. Klinke2022-04-212-42/+17
* drivers/i2c/tpm: Work around missing board_cfg in Ti50 FW under 0.15Eric Lai2022-03-252-1/+12
* {drivers/security}: Replace `cb_err_t` with `enum cb_err`Subrata Banik2022-03-091-2/+2
* drivers/tpm/cr50: Add I2C bus support to cr50 driverTim Wawrzynczak2022-03-071-5/+23
* cr50: Increase cr50 i2c probe timeoutRob Barnes2022-02-231-3/+4
* drivers/i2c/tpm/cr50: Remove unused `chip` function argumentsTim Wawrzynczak2022-02-111-25/+21
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-1/+1
* cr50: Increase cr50 i2c probe timeoutRob Barnes2022-01-171-2/+2
* drivers/i2c/tpm/Kconfig: Reduce visibility of some configsArthur Heymans2022-01-171-2/+2
* drivers/i2c/tpm: Fix blank default statementKarthikeyan Ramasubramanian2021-11-241-0/+1
* drivers/tpm: Add firmware-power-managed DSD propertyRob Barnes2021-11-222-0/+23
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-052-2/+2
* drivers/i2c/tpm/cr50.c: Use __func__Elyes HAOUAS2021-01-191-1/+2
* drivers/i2c/tpm/tpm.c: Use __func__Elyes HAOUAS2021-01-191-4/+3
* drivers/i2c/tpm/tis.c: Use __func__Elyes HAOUAS2021-01-191-7/+7
* drivers/i2c/tpm: Unconditionally allow I2C TPM ACPI nodeJes Klinke2020-12-081-2/+1
* drivers/i2c/tpm: Remove ifdef of non-existant Kconfig optionMartin Roth2020-11-161-5/+0
* acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian2020-11-091-1/+1
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* src: Remove redundant includesElyes HAOUAS2020-06-021-1/+0
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-131-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-117-7/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-065-55/+5
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-065-10/+5
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-022-3/+3
* 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