1. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 7 months ago
  2. 5a8b9c9 cr50: Increase cr50 i2c probe timeout by Rob Barnes · 2 years, 7 months ago
  3. 0bb6383 drivers/i2c/tpm/Kconfig: Reduce visibility of some configs by Arthur Heymans · 2 years, 9 months ago
  4. fd6c8d6 drivers/i2c/tpm: Fix blank default statement by Karthikeyan Ramasubramanian · 2 years, 9 months ago
  5. 5e3c454 drivers/tpm: Add firmware-power-managed DSD property by Rob Barnes · 2 years, 9 months ago
  6. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  7. 5201665 drivers/i2c/tpm/cr50.c: Use __func__ by Elyes HAOUAS · 3 years, 7 months ago
  8. b45219e drivers/i2c/tpm/tpm.c: Use __func__ by Elyes HAOUAS · 3 years, 7 months ago
  9. 421285e drivers/i2c/tpm/tis.c: Use __func__ by Elyes HAOUAS · 3 years, 7 months ago
  10. f99f589 drivers/i2c/tpm: Unconditionally allow I2C TPM ACPI node by Jes Klinke · 3 years, 9 months ago
  11. 3e7fced drivers/i2c/tpm: Remove ifdef of non-existant Kconfig option by Martin Roth · 3 years, 9 months ago
  12. d1c0f95 acpi: Call acpi_fill_ssdt() only for enabled devices by Karthikeyan Ramasubramanian · 3 years, 10 months ago
  13. d161a2f src/drivers: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  14. 0c154af src: Remove redundant includes by Elyes HAOUAS · 4 years, 3 months ago
  15. f70bd99 src: Remove unused '#include <stdint.h>' by Elyes HAOUAS · 4 years, 3 months ago
  16. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  17. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 3 months ago
  18. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 3 months ago
  19. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  20. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 4 months ago
  21. 21a4053 rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE by Julius Werner · 4 years, 4 months ago
  22. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 4 months ago
  23. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 4 months ago
  24. 8a3453f src/drivers: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  25. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 5 months ago
  26. 361a935 {drivers,southbridge}: Replace min() with MIN() by Elyes HAOUAS · 4 years, 8 months ago
  27. c9b1359 src/: Remove g_ prefixes and _g suffixes from variables by Patrick Georgi · 4 years, 9 months ago
  28. 0ca944b security/tpm: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  29. c7fc199 cr50 i2c: add error message reporting TPM IRQ timeout by Vadim Bendebury · 4 years, 9 months ago
  30. ede8dd0 src/{device,drivers}: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  31. cddd600 AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file by Martin Roth · 5 years ago
  32. add76f9 src: Use #include <timer.h> when appropriate by Elyes HAOUAS · 5 years ago
  33. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  34. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  35. 5143635 cr50: Add probe command to poll Cr50 until DID VID is valid by Keith Short · 6 years ago
  36. 2aa3b16 src/drivers: Remove needless '&' on function pointers by Elyes HAOUAS · 6 years ago
  37. 97fda10 drivers/*/tpm: Add postcar target by Philipp Deppenwiese · 6 years ago
  38. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  39. b4be50c acpi: Call acpi_gen_writeSTA by status from device tree by Hung-Te Lin · 6 years ago
  40. 7c1e959 drivers/i2c/tpm/cr50.c: Check if TPM was read by Richard Spiegel · 6 years ago
  41. b0b0c8c src/{device,drivers}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  42. 69e9e71 src/driver/i2c/{generic,hid,tpm,max}: Update device name based on devicetree.cb by Naresh G Solanki · 6 years ago
  43. c07f8fb security/tpm: Unify the coreboot TPM software stack by Philipp Deppenwiese · 6 years ago
  44. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  45. ec91dd8 drivers/i2c/tpm: Add irq_gpio support to tpm. by Justin TerAvest · 7 years ago
  46. d88fb36 security/tpm: Change TPM naming for different layers. by Philipp Deppenwiese · 7 years ago
  47. 64e2d19 security/tpm: Move tpm TSS and TSPI layer to security section by Philipp Deppenwiese · 7 years ago
  48. 2bc6ad3 drivers/i2c/tpm/cr50: Simplify and increase init delay to 30 seconds by Duncan Laurie · 7 years ago
  49. 469af7b drivers/i2c/tpm/cr50: Increase init delay to 30 seconds by Duncan Laurie · 7 years ago
  50. aa090cb device: acpi_name() should take a const struct device by Aaron Durbin · 7 years ago
  51. 0f2dd1e include/device: Split i2c.h into three by Nico Huber · 7 years ago
  52. 029dfff i2c: Move to Linux like `struct i2c_msg` by Nico Huber · 7 years ago
  53. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  54. 7326189 drivers/i2c/tpm: Remove vendor.irq by Daniel Kurtz · 7 years ago
  55. c4852e7 drivers/i2c/tpm/cr50: Use tis_plat_irq_status for Cr50 IRQ status by Daniel Kurtz · 7 years ago
  56. 4d74836 drivers/i2c/tpm: Hide ACPI on unsupported platforms by Patrick Rudolph · 7 years ago
  57. 260b297 drivers/spi/tpm: Clean up SPI TPM driver by Furquan Shaikh · 7 years ago
  58. 9219019 drivers/i2c/tpm: remove 1260 byte buffer from stack by Aaron Durbin · 7 years ago
  59. 9b87844 drivers/i2c/tpm: remove unused variable in tpm_transmit() by Aaron Durbin · 7 years ago
  60. bf254dd drivers/i2c/tpm: remove unused types from tpm.h by Aaron Durbin · 7 years ago
  61. 1b39f17 drivers/i2c/tpm: Add support for Atmel TPM (AT97SC3204) by Lee Leahy · 8 years ago
  62. e0668e4 drivers/i2c/tpm: Add TPM (TIS) debugging support by Lee Leahy · 8 years ago
  63. 52ab30b drivers/i2c/tpm: Fix issues detected by checkpatch by Lee Leahy · 7 years ago
  64. a69ac78 i2c/tpm: Ignore 0xFF bytes for status and burstCount by Julius Werner · 8 years ago
  65. ed4fa09 drivers/i2c/tpm/cr50: Increase IRQ timeout by Duncan Laurie · 8 years ago
  66. 48f708d drivers/i2c/tpm/cr50: Initialize IRQ status handler before probe by Duncan Laurie · 8 years ago
  67. 3b87812 Kconfig: Update default hex values to start with 0x by Martin Roth · 8 years ago
  68. 94cc485 drivers/i2c/tpm/cr50: Support interrupts for status by Duncan Laurie · 8 years ago
  69. f235a9b drivers/i2c/tpm/cr50: Improve data handling and function names by Duncan Laurie · 8 years ago
  70. d3920e7 drivers/i2c/tpm/cr50: Clean up locality functions by Duncan Laurie · 8 years ago
  71. 510cb6a drivers/i2c/tpm/cr50: Rename i2c read/write functions by Duncan Laurie · 8 years ago
  72. 1dc036c drivers/i2c/tpm/cr50: Clean up timeouts by Duncan Laurie · 8 years ago
  73. 3727a8d drivers/i2c/tpm/cr50: Reduce max buffer size by Duncan Laurie · 8 years ago
  74. 2ea13c8 drivers/i2c/tpm: Split cr50 driver from main driver by Duncan Laurie · 8 years ago
  75. dca223c drivers/i2c/tpm: Move common variables to header by Duncan Laurie · 8 years ago
  76. bf7faa1 Revert "drivers/i2c/tpm: Move common variables to header" by Duncan Laurie · 8 years ago
  77. 9b8ebfb Revert "drivers/i2c/tpm: Split cr50 driver from main driver" by Duncan Laurie · 8 years ago
  78. 1de4f95 Revert "drivers/i2c/tpm/cr50: Reduce max buffer size" by Duncan Laurie · 8 years ago
  79. 4d53487 Revert "drivers/i2c/tpm/cr50: Clean up timeouts" by Duncan Laurie · 8 years ago
  80. 18f5898 Revert "drivers/i2c/tpm/cr50: Rename i2c read/write functions" by Duncan Laurie · 8 years ago
  81. 7c8e787 Revert "drivers/i2c/tpm/cr50: Clean up locality functions" by Duncan Laurie · 8 years ago
  82. 11bfb5e Revert "drivers/i2c/tpm/cr50: Improve data handling and function names" by Duncan Laurie · 8 years ago
  83. 120f112 Revert "drivers/i2c/tpm/cr50: Support interrupts for status" by Duncan Laurie · 8 years ago
  84. a5e419c drivers/i2c/tpm/cr50: Support interrupts for status by Duncan Laurie · 8 years ago
  85. 1241e7d drivers/i2c/tpm/cr50: Improve data handling and function names by Duncan Laurie · 8 years ago
  86. 557e1a7 drivers/i2c/tpm/cr50: Clean up locality functions by Duncan Laurie · 8 years ago
  87. 6f5ceb2 drivers/i2c/tpm/cr50: Rename i2c read/write functions by Duncan Laurie · 8 years ago
  88. 93c7786 drivers/i2c/tpm/cr50: Clean up timeouts by Duncan Laurie · 8 years ago
  89. 97a2a1e drivers/i2c/tpm/cr50: Reduce max buffer size by Duncan Laurie · 8 years ago
  90. c565f99 drivers/i2c/tpm: Split cr50 driver from main driver by Duncan Laurie · 8 years ago
  91. 64df72e drivers/i2c/tpm: Move common variables to header by Duncan Laurie · 8 years ago
  92. fbce31a drivers/i2c/tpm: Clean up handling of command ready by Duncan Laurie · 8 years ago
  93. 1ca1968 drivers/i2c/tpm: Fix early TPM probe by Duncan Laurie · 8 years ago
  94. 112ab91 drivers/i2c/tpm: Fix error handling for tis structure not initialized by Duncan Laurie · 8 years ago
  95. 6eb8e1d drivers/i2c/tpm: Add support for generating ACPI table by Duncan Laurie · 8 years ago
  96. ffa765f drivers/i2c/tpm: Add support for cr50 TPM by Duncan Laurie · 8 years ago
  97. efa579f drivers/i2c/tpm: Allow sleep durations to be set by the chip by Duncan Laurie · 8 years ago
  98. 40ae170 drivers/i2c/tpm: Make driver safe for use in x86 pre-ram by Duncan Laurie · 8 years ago
  99. 2658870 kconfig: allow various tpm type and interface permutations by Vadim Bendebury · 8 years ago
  100. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago