summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/tpm
Commit message (Expand)AuthorAgeFilesLines
* 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
* drivers/spi/tpm: Poll TPM_VALID bit until validShelley Chen2017-11-161-0/+10
* spi/tpm: Make sure AP properly syncs up with Cr50Vadim Bendebury2017-11-011-4/+36
* drivers/spi/tpm: Do not let MAINBOARD_HAS_SPI_TPM_CR50 depend on SPI_TPMDaniel Kurtz2017-04-241-1/+0
* drivers/spi/tpm: Clean up SPI TPM driverFurquan Shaikh2017-04-131-65/+57
* drivers/spi/tpm: Allow TPM_SPI to be used with PC80_SYSTEM.Furquan Shaikh2017-04-051-1/+1
* drivers/spi/tpm: Make SPI TPM driver CAR-safeFurquan Shaikh2017-04-051-51/+49
* drivers/spi/tpm: using tpm irq to sync tpm transactionJeffy Chen2017-04-051-5/+40
* drivers/spi/tpm: try to wake cr50 if it is asleepJeffy Chen2017-04-051-0/+6
* drivers/spi/tpm: Add tis.c and tpm.c to ramstage and romstageFurquan Shaikh2017-04-051-0/+2
* drivers/spi/tpm: honor tis_sendrecv() APIAaron Durbin2017-04-031-0/+5
* drivers/spi/tpm: make tpm_info object local to compilation unitAaron Durbin2017-04-031-1/+1
* drivers/spi/tpm: de-assert chip select on transaction errorAaron Durbin2017-04-031-0/+1
* drivers/spi/tpm: provide Kconfig to indicate CR50 usageAaron Durbin2017-03-091-0/+5
* tpm2: handle failures more gracefullyVadim Bendebury2016-12-161-9/+33
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-052-11/+17
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-5/+5
* Kconfig: Update default hex values to start with 0xMartin Roth2016-10-021-1/+1
* tpm2: Fixed typoRobert Foss2016-08-191-1/+1
* spi/tpm: read TPM version in larger chunksVadim Bendebury2016-08-031-10/+15
* Add newlines at the end of all coreboot filesMartin Roth2016-08-011-1/+1
* tpm: report firmware versionVadim Bendebury2016-07-121-0/+31
* tpm: use proper locality zero SPI bus addressesVadim Bendebury2016-07-111-5/+7
* kconfig: add missing SPI TPM CS config definitionVadim Bendebury2016-06-231-0/+5
* tpm2: add SPI TPM driverVadim Bendebury2016-06-234-0/+691
* kconfig: allow various tpm type and interface permutationsVadim Bendebury2016-06-231-0/+8