index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
spi
/
tpm
Age
Commit message (
Expand
)
Author
2020-04-28
drivers/spi/tpm: Add support for non CR50 SPI TPM2
Patrick Rudolph
2020-04-23
rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE
Julius Werner
2019-12-02
src/: Remove g_ prefixes and _g suffixes from variables
Patrick Georgi
2019-11-30
src/drivers: Fix two issues discovered by checkpatch
Patrick Georgi
2019-11-29
security/tpm: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-10-27
src/[arch-lib]: change "unsigned" to "unsigned int"
Martin Roth
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2018-11-09
drivers/*/tpm: Add postcar target
Philipp Deppenwiese
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-09-02
src/drivers/spi/tpm: Fix typo & capitalize TPM and IRQ
Elyes HAOUAS
2018-06-04
security/tpm: Unify the coreboot TPM software stack
Philipp Deppenwiese
2018-04-24
compiler.h: add __weak macro
Aaron Durbin
2018-01-18
security/tpm: Change TPM naming for different layers.
Philipp Deppenwiese
2018-01-18
security/tpm: Move tpm TSS and TSPI layer to security section
Philipp Deppenwiese
2017-12-18
spi/tpm: Clear pending irqs during tpm2_init
Shelley Chen
2017-11-28
spi/tpm.c do not waste time on wake pulses unless necessary
Vadim Bendebury
2017-11-21
spi/tpm: claim locality just once during boot
Vadim Bendebury
2017-11-16
drivers/spi/tpm: Poll TPM_VALID bit until valid
Shelley Chen
2017-11-01
spi/tpm: Make sure AP properly syncs up with Cr50
Vadim Bendebury
2017-04-24
drivers/spi/tpm: Do not let MAINBOARD_HAS_SPI_TPM_CR50 depend on SPI_TPM
Daniel Kurtz
2017-04-13
drivers/spi/tpm: Clean up SPI TPM driver
Furquan Shaikh
2017-04-05
drivers/spi/tpm: Allow TPM_SPI to be used with PC80_SYSTEM.
Furquan Shaikh
2017-04-05
drivers/spi/tpm: Make SPI TPM driver CAR-safe
Furquan Shaikh
2017-04-05
drivers/spi/tpm: using tpm irq to sync tpm transaction
Jeffy Chen
2017-04-05
drivers/spi/tpm: try to wake cr50 if it is asleep
Jeffy Chen
2017-04-05
drivers/spi/tpm: Add tis.c and tpm.c to ramstage and romstage
Furquan Shaikh
2017-04-03
drivers/spi/tpm: honor tis_sendrecv() API
Aaron Durbin
2017-04-03
drivers/spi/tpm: make tpm_info object local to compilation unit
Aaron Durbin
2017-04-03
drivers/spi/tpm: de-assert chip select on transaction error
Aaron Durbin
2017-03-09
drivers/spi/tpm: provide Kconfig to indicate CR50 usage
Aaron Durbin
2016-12-16
tpm2: handle failures more gracefully
Vadim Bendebury
2016-12-05
spi: Pass pointer to spi_slave structure in spi_setup_slave
Furquan Shaikh
2016-12-05
spi: Fix parameter types for spi functions
Furquan Shaikh
2016-10-02
Kconfig: Update default hex values to start with 0x
Martin Roth
2016-08-19
tpm2: Fixed typo
Robert Foss
2016-08-03
spi/tpm: read TPM version in larger chunks
Vadim Bendebury
2016-08-01
Add newlines at the end of all coreboot files
Martin Roth
2016-07-12
tpm: report firmware version
Vadim Bendebury
2016-07-11
tpm: use proper locality zero SPI bus addresses
Vadim Bendebury
2016-06-23
kconfig: add missing SPI TPM CS config definition
Vadim Bendebury
2016-06-23
tpm2: add SPI TPM driver
Vadim Bendebury
2016-06-23
kconfig: allow various tpm type and interface permutations
Vadim Bendebury