summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/tpm
Commit message (Expand)AuthorAgeFilesLines
* drivers: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* driver/parade to /driver/wwan: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* drivers/ipmi to lib: Fix misspellings & capitalization issuesMartin Roth2023-12-132-6/+6
* security/tpm/: turn tis_{init,open} into tis_probeSergii Dmytruk2023-11-131-26/+13
* treewide: convert to tpm_result_tJon Murphy2023-09-283-20/+23
* treewide: convert to %#x hex printsJon Murphy2023-09-281-1/+1
* drivers/spi/tpm: Remove space between function name and '('Elyes Haouas2023-08-281-1/+1
* drivers: Add SPDX license headers to MakefilesMartin Roth2023-08-061-0/+2
* drivers/tpm: Move tis_plat_irq_status to cr50 driverGrzegorz Bernacki2023-07-061-18/+1
* Revert "security/tpm/: turn tis_{init,open} into tis_probe"Sergii Dmytruk2022-12-231-12/+23
* drivers/spi/tpm: verify device supports TPM2Sergii Dmytruk2022-12-211-1/+16
* security/tpm/: turn tis_{init,open} into tis_probeSergii Dmytruk2022-12-211-23/+12
* security/tpm: remove tis_close()Sergii Dmytruk2022-12-051-13/+0
* timer: Change timer util functions to 64-bitRob Barnes2022-09-141-2/+2
* drivers/spi/tpm: Add Ti50 entry to dev_mapYidi Lin2022-08-241-0/+1
* 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-20/+8
* tpm: Allow separate handling of Google Ti50 TPMJes Klinke2022-04-241-6/+5
* tpm: Refactor TPM Kconfig dimensionsJes B. Klinke2022-04-213-22/+6
* {drivers/security}: Replace `cb_err_t` with `enum cb_err`Subrata Banik2022-03-091-2/+2
* drivers/tpm/spi: Refactor out some cr50-specific logicTim Wawrzynczak2022-03-072-161/+18
* drivers/tpm/spi: Convert static functions to enum cb_err return typesTim Wawrzynczak2022-03-011-73/+71
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-2/+2
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-051-3/+3
* drivers/spi/tpm/tpm.c: Use __func__Elyes HAOUAS2021-01-191-1/+2
* drivers/spi/tpm/tis.c: Use __func__Elyes HAOUAS2021-01-191-1/+1
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-212-2/+0
* drivers/spi/tpm: Improve error checkingCaveh Jalali2020-09-161-17/+39
* drivers/spi/tpm: Add helper to get cr50 firmware versionKarthikeyan Ramasubramanian2020-08-222-5/+15
* drivers/spi/tpm: Enable long cr50 ready pulses for Tiger Lake systemsJes Klinke2020-08-202-25/+140
* src: Update bare access to BOOL CONFIG_ vals to CONFIG()Martin Roth2020-07-261-1/+1
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-261-1/+1
* treewide: Convert more license headers to SPDX stylePatrick Georgi2020-05-113-16/+4
* drivers/spi/tpm: Add support for non CR50 SPI TPM2Patrick Rudolph2020-04-283-39/+71
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-1/+1
* src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi2019-12-021-20/+20
* src/drivers: Fix two issues discovered by checkpatchPatrick Georgi2019-11-301-1/+1
* security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-292-56/+44
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-3/+3
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* drivers/*/tpm: Add postcar targetPhilipp Deppenwiese2018-11-091-0/+1
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* src/drivers/spi/tpm: Fix typo & capitalize TPM and IRQElyes HAOUAS2018-09-021-9/+9
* security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese2018-06-042-8/+7
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* security/tpm: Change TPM naming for different layers.Philipp Deppenwiese2018-01-182-2/+2
* security/tpm: Move tpm TSS and TSPI layer to security sectionPhilipp Deppenwiese2018-01-182-2/+2
* spi/tpm: Clear pending irqs during tpm2_initShelley Chen2017-12-181-0/+3
* spi/tpm.c do not waste time on wake pulses unless necessaryVadim Bendebury2017-11-281-7/+31
* spi/tpm: claim locality just once during bootVadim Bendebury2017-11-211-27/+42