summaryrefslogtreecommitdiff
path: root/src/drivers/spi/tpm/tpm.c
AgeCommit message (Expand)Author
2020-04-28drivers/spi/tpm: Add support for non CR50 SPI TPM2Patrick Rudolph
2020-04-23rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner
2019-12-02src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi
2019-11-29security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-10-27src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-02src/drivers/spi/tpm: Fix typo & capitalize TPM and IRQElyes HAOUAS
2018-04-24compiler.h: add __weak macroAaron Durbin
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-12-18spi/tpm: Clear pending irqs during tpm2_initShelley Chen
2017-11-28spi/tpm.c do not waste time on wake pulses unless necessaryVadim Bendebury
2017-11-21spi/tpm: claim locality just once during bootVadim Bendebury
2017-11-16drivers/spi/tpm: Poll TPM_VALID bit until validShelley Chen
2017-11-01spi/tpm: Make sure AP properly syncs up with Cr50Vadim Bendebury
2017-04-13drivers/spi/tpm: Clean up SPI TPM driverFurquan Shaikh
2017-04-05drivers/spi/tpm: Make SPI TPM driver CAR-safeFurquan Shaikh
2017-04-05drivers/spi/tpm: using tpm irq to sync tpm transactionJeffy Chen
2017-04-05drivers/spi/tpm: try to wake cr50 if it is asleepJeffy Chen
2017-04-03drivers/spi/tpm: make tpm_info object local to compilation unitAaron Durbin
2017-04-03drivers/spi/tpm: de-assert chip select on transaction errorAaron Durbin
2016-12-16tpm2: handle failures more gracefullyVadim Bendebury
2016-12-05spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh
2016-12-05spi: Fix parameter types for spi functionsFurquan Shaikh
2016-08-03spi/tpm: read TPM version in larger chunksVadim Bendebury
2016-07-12tpm: report firmware versionVadim Bendebury
2016-07-11tpm: use proper locality zero SPI bus addressesVadim Bendebury
2016-06-23tpm2: add SPI TPM driverVadim Bendebury