index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
i2c
/
tpm
Commit message (
Expand
)
Author
Age
Files
Lines
*
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-28
1
-1
/
+1
*
rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE
Julius Werner
2020-04-23
1
-1
/
+1
*
Replace DEVICE_NOOP with noop_(set|read)_resources
Nico Huber
2020-04-10
1
-2
/
+2
*
Drop unnecessary DEVICE_NOOP entries
Nico Huber
2020-04-10
1
-1
/
+0
*
src/drivers: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-06
2
-24
/
+4
*
Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`
Nico Huber
2020-04-02
1
-5
/
+5
*
{drivers,southbridge}: Replace min() with MIN()
Elyes HAOUAS
2019-12-20
2
-5
/
+5
*
src/: Remove g_ prefixes and _g suffixes from variables
Patrick Georgi
2019-12-02
3
-65
/
+65
*
security/tpm: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-11-29
4
-85
/
+66
*
cr50 i2c: add error message reporting TPM IRQ timeout
Vadim Bendebury
2019-11-27
1
-2
/
+3
*
src/{device,drivers}: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-10-27
2
-2
/
+4
*
AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file
Martin Roth
2019-10-22
7
-36
/
+41
*
src: Use #include <timer.h> when appropriate
Elyes HAOUAS
2019-04-06
1
-3
/
+2
*
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-20
2
-2
/
+0
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
2
-5
/
+5
*
cr50: Add probe command to poll Cr50 until DID VID is valid
Keith Short
2019-01-24
1
-11
/
+39
*
src/drivers: Remove needless '&' on function pointers
Elyes HAOUAS
2019-01-23
1
-3
/
+3
*
drivers/*/tpm: Add postcar target
Philipp Deppenwiese
2018-11-09
1
-0
/
+4
*
Move compiler.h to commonlib
Nico Huber
2018-10-08
2
-2
/
+0
*
acpi: Call acpi_gen_writeSTA by status from device tree
Hung-Te Lin
2018-09-16
1
-1
/
+1
*
drivers/i2c/tpm/cr50.c: Check if TPM was read
Richard Spiegel
2018-08-14
1
-4
/
+7
*
src/{device,drivers}: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-07-09
1
-1
/
+1
*
src/driver/i2c/{generic,hid,tpm,max}: Update device name based on devicetree.cb
Naresh G Solanki
2018-06-06
1
-0
/
+6
*
security/tpm: Unify the coreboot TPM software stack
Philipp Deppenwiese
2018-06-04
2
-28
/
+23
*
compiler.h: add __weak macro
Aaron Durbin
2018-04-24
1
-1
/
+2
*
drivers/i2c/tpm: Add irq_gpio support to tpm.
Justin TerAvest
2018-01-30
2
-1
/
+6
*
security/tpm: Change TPM naming for different layers.
Philipp Deppenwiese
2018-01-18
4
-4
/
+4
*
security/tpm: Move tpm TSS and TSPI layer to security section
Philipp Deppenwiese
2018-01-18
4
-4
/
+4
*
drivers/i2c/tpm/cr50: Simplify and increase init delay to 30 seconds
Duncan Laurie
2017-11-22
1
-75
/
+73
*
drivers/i2c/tpm/cr50: Increase init delay to 30 seconds
Duncan Laurie
2017-11-09
1
-1
/
+2
*
device: acpi_name() should take a const struct device
Aaron Durbin
2017-09-14
1
-1
/
+1
*
include/device: Split i2c.h into three
Nico Huber
2017-08-18
6
-6
/
+6
*
i2c: Move to Linux like `struct i2c_msg`
Nico Huber
2017-08-14
1
-2
/
+3
*
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-13
2
-2
/
+3
*
drivers/i2c/tpm: Remove vendor.irq
Daniel Kurtz
2017-04-24
3
-7
/
+0
*
drivers/i2c/tpm/cr50: Use tis_plat_irq_status for Cr50 IRQ status
Daniel Kurtz
2017-04-24
3
-47
/
+18
*
drivers/i2c/tpm: Hide ACPI on unsupported platforms
Patrick Rudolph
2017-04-24
1
-0
/
+1
*
drivers/spi/tpm: Clean up SPI TPM driver
Furquan Shaikh
2017-04-13
3
-15
/
+2
*
drivers/i2c/tpm: remove 1260 byte buffer from stack
Aaron Durbin
2017-04-03
1
-13
/
+8
*
drivers/i2c/tpm: remove unused variable in tpm_transmit()
Aaron Durbin
2017-04-03
1
-3
/
+1
*
drivers/i2c/tpm: remove unused types from tpm.h
Aaron Durbin
2017-04-03
1
-56
/
+0
*
drivers/i2c/tpm: Add support for Atmel TPM (AT97SC3204)
Lee Leahy
2017-03-16
3
-5
/
+156
*
drivers/i2c/tpm: Add TPM (TIS) debugging support
Lee Leahy
2017-03-16
2
-1
/
+24
*
drivers/i2c/tpm: Fix issues detected by checkpatch
Lee Leahy
2017-03-15
5
-15
/
+18
*
i2c/tpm: Ignore 0xFF bytes for status and burstCount
Julius Werner
2017-01-03
1
-1
/
+3
*
drivers/i2c/tpm/cr50: Increase IRQ timeout
Duncan Laurie
2016-11-07
1
-2
/
+9
*
drivers/i2c/tpm/cr50: Initialize IRQ status handler before probe
Duncan Laurie
2016-10-05
1
-13
/
+13
*
Kconfig: Update default hex values to start with 0x
Martin Roth
2016-10-02
1
-2
/
+2
*
drivers/i2c/tpm/cr50: Support interrupts for status
Duncan Laurie
2016-09-21
3
-8
/
+60
*
drivers/i2c/tpm/cr50: Improve data handling and function names
Duncan Laurie
2016-09-21
1
-48
/
+45
[next]