index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
i2c
/
tpm
Age
Commit message (
Expand
)
Author
2020-04-28
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-23
rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE
Julius Werner
2020-04-10
Replace DEVICE_NOOP with noop_(set|read)_resources
Nico Huber
2020-04-10
Drop unnecessary DEVICE_NOOP entries
Nico Huber
2020-04-06
src/drivers: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-02
Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`
Nico Huber
2019-12-20
{drivers,southbridge}: Replace min() with MIN()
Elyes HAOUAS
2019-12-02
src/: Remove g_ prefixes and _g suffixes from variables
Patrick Georgi
2019-11-29
security/tpm: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-11-27
cr50 i2c: add error message reporting TPM IRQ timeout
Vadim Bendebury
2019-10-27
src/{device,drivers}: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-10-22
AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file
Martin Roth
2019-04-06
src: Use #include <timer.h> when appropriate
Elyes HAOUAS
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-01-24
cr50: Add probe command to poll Cr50 until DID VID is valid
Keith Short
2019-01-23
src/drivers: Remove needless '&' on function pointers
Elyes HAOUAS
2018-11-09
drivers/*/tpm: Add postcar target
Philipp Deppenwiese
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-09-16
acpi: Call acpi_gen_writeSTA by status from device tree
Hung-Te Lin
2018-08-14
drivers/i2c/tpm/cr50.c: Check if TPM was read
Richard Spiegel
2018-07-09
src/{device,drivers}: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-06-06
src/driver/i2c/{generic,hid,tpm,max}: Update device name based on devicetree.cb
Naresh G Solanki
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-30
drivers/i2c/tpm: Add irq_gpio support to tpm.
Justin TerAvest
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-11-22
drivers/i2c/tpm/cr50: Simplify and increase init delay to 30 seconds
Duncan Laurie
2017-11-09
drivers/i2c/tpm/cr50: Increase init delay to 30 seconds
Duncan Laurie
2017-09-14
device: acpi_name() should take a const struct device
Aaron Durbin
2017-08-18
include/device: Split i2c.h into three
Nico Huber
2017-08-14
i2c: Move to Linux like `struct i2c_msg`
Nico Huber
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-04-24
drivers/i2c/tpm: Remove vendor.irq
Daniel Kurtz
2017-04-24
drivers/i2c/tpm/cr50: Use tis_plat_irq_status for Cr50 IRQ status
Daniel Kurtz
2017-04-24
drivers/i2c/tpm: Hide ACPI on unsupported platforms
Patrick Rudolph
2017-04-13
drivers/spi/tpm: Clean up SPI TPM driver
Furquan Shaikh
2017-04-03
drivers/i2c/tpm: remove 1260 byte buffer from stack
Aaron Durbin
2017-04-03
drivers/i2c/tpm: remove unused variable in tpm_transmit()
Aaron Durbin
2017-04-03
drivers/i2c/tpm: remove unused types from tpm.h
Aaron Durbin
2017-03-16
drivers/i2c/tpm: Add support for Atmel TPM (AT97SC3204)
Lee Leahy
2017-03-16
drivers/i2c/tpm: Add TPM (TIS) debugging support
Lee Leahy
2017-03-15
drivers/i2c/tpm: Fix issues detected by checkpatch
Lee Leahy
2017-01-03
i2c/tpm: Ignore 0xFF bytes for status and burstCount
Julius Werner
2016-11-07
drivers/i2c/tpm/cr50: Increase IRQ timeout
Duncan Laurie
2016-10-05
drivers/i2c/tpm/cr50: Initialize IRQ status handler before probe
Duncan Laurie
2016-10-02
Kconfig: Update default hex values to start with 0x
Martin Roth
2016-09-21
drivers/i2c/tpm/cr50: Support interrupts for status
Duncan Laurie
2016-09-21
drivers/i2c/tpm/cr50: Improve data handling and function names
Duncan Laurie
2016-09-21
drivers/i2c/tpm/cr50: Clean up locality functions
Duncan Laurie
2016-09-21
drivers/i2c/tpm/cr50: Rename i2c read/write functions
Duncan Laurie
2016-09-21
drivers/i2c/tpm/cr50: Clean up timeouts
Duncan Laurie
2016-09-21
drivers/i2c/tpm/cr50: Reduce max buffer size
Duncan Laurie
2016-09-21
drivers/i2c/tpm: Split cr50 driver from main driver
Duncan Laurie
2016-09-21
drivers/i2c/tpm: Move common variables to header
Duncan Laurie
2016-09-19
Revert "drivers/i2c/tpm: Move common variables to header"
Duncan Laurie
2016-09-19
Revert "drivers/i2c/tpm: Split cr50 driver from main driver"
Duncan Laurie
2016-09-19
Revert "drivers/i2c/tpm/cr50: Reduce max buffer size"
Duncan Laurie
2016-09-19
Revert "drivers/i2c/tpm/cr50: Clean up timeouts"
Duncan Laurie
2016-09-19
Revert "drivers/i2c/tpm/cr50: Rename i2c read/write functions"
Duncan Laurie
2016-09-19
Revert "drivers/i2c/tpm/cr50: Clean up locality functions"
Duncan Laurie
2016-09-19
Revert "drivers/i2c/tpm/cr50: Improve data handling and function names"
Duncan Laurie
2016-09-19
Revert "drivers/i2c/tpm/cr50: Support interrupts for status"
Duncan Laurie
2016-09-19
drivers/i2c/tpm/cr50: Support interrupts for status
Duncan Laurie
2016-09-19
drivers/i2c/tpm/cr50: Improve data handling and function names
Duncan Laurie
2016-09-19
drivers/i2c/tpm/cr50: Clean up locality functions
Duncan Laurie
2016-09-19
drivers/i2c/tpm/cr50: Rename i2c read/write functions
Duncan Laurie
2016-09-19
drivers/i2c/tpm/cr50: Clean up timeouts
Duncan Laurie
2016-09-19
drivers/i2c/tpm/cr50: Reduce max buffer size
Duncan Laurie
2016-09-19
drivers/i2c/tpm: Split cr50 driver from main driver
Duncan Laurie
2016-09-19
drivers/i2c/tpm: Move common variables to header
Duncan Laurie
2016-09-14
drivers/i2c/tpm: Clean up handling of command ready
Duncan Laurie
2016-09-08
drivers/i2c/tpm: Fix early TPM probe
Duncan Laurie
2016-09-06
drivers/i2c/tpm: Fix error handling for tis structure not initialized
Duncan Laurie
2016-09-06
drivers/i2c/tpm: Add support for generating ACPI table
Duncan Laurie
2016-09-06
drivers/i2c/tpm: Add support for cr50 TPM
Duncan Laurie
2016-09-06
drivers/i2c/tpm: Allow sleep durations to be set by the chip
Duncan Laurie
2016-09-06
drivers/i2c/tpm: Make driver safe for use in x86 pre-ram
Duncan Laurie
2016-06-23
kconfig: allow various tpm type and interface permutations
Vadim Bendebury
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-09-07
Drop "See file CREDITS..." comment
Stefan Reinauer
2015-06-30
drivers/i2c/tpm: move tpm driver around a bit more.
Patrick Georgi
2015-06-30
drivers/i2c/tpm: push tpm driver from verstage to libverstage
Patrick Georgi
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-30
i2c/tpm: add final newline
Patrick Georgi
2015-04-21
Unify byte order macros and clrsetbits
Julius Werner
2015-04-13
tpm: wait for valid bit to be set in TPM access register before using tpm
Sourabh Banerjee
2015-04-10
TPM: Reduce buffer size to fix stack overflow
Julius Werner
2015-04-10
tpm: allow 0 as valid i2c bus number
Daisuke Nojiri
2015-03-23
vboot2: read secdata and nvdata
Daisuke Nojiri
2015-01-16
coreboot tpm: Fix printk format specifiers
Furquan Shaikh
2014-12-23
TPM: Fix i2c driver dependency
Kyösti Mälkki
2014-12-16
i2c: Replace the i2c API.
Gabe Black
2014-10-22
tpm: i2c: When probing the TPM, write a 0 into the TPM access register.
Gabe Black
2014-09-10
tpm: Clean up I2C TPM driver
Stefan Reinauer
2014-08-10
drivers: Add I2C TPM driver to coreboot
Stefan Reinauer