1. 804a043 drivers/pc80/tpm: add support for TPM emulator SwTPM 2.0 module by Tsung Ho Wu · 5 years ago
  2. bd1683d src/{device,drivers}: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  3. 7c712bb Fix code that would trip -Wtype-limits by Julius Werner · 5 years ago
  4. e75cb33 drivers/pc80/rtc/mc146818rtc.c: Reset RTC time on RTC power failure by Frans Hendriks · 5 years ago
  5. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 5 years ago
  6. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  7. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  8. 9e366b4 drivers/keyboard: Fix spelling of *interface* by Paul Menzel · 6 years ago
  9. 2aa3b16 src/drivers: Remove needless '&' on function pointers by Elyes HAOUAS · 6 years ago
  10. 97fda10 drivers/*/tpm: Add postcar target by Philipp Deppenwiese · 6 years ago
  11. 6cc937e src/drivers/pc80/tpm/tis.c: Dont use port value when invalid. by Frans Hendriks · 6 years ago
  12. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  13. 6b5c3c2 src/drivers/pc80/pc: Remove unneeded include by Elyes HAOUAS · 6 years ago
  14. 3a9d222 drivers/pc80/rtc: do not warn if CMOS options are unavailable by Stefan Tauner · 6 years ago
  15. bf5ccfd drivers/pc80/tpm: add support for SLB9665 TPM2.0 module by Kamil Wcislo · 7 years ago
  16. 1895838 src/drivers: Fix typo by Elyes HAOUAS · 6 years ago
  17. b0b0c8c src/{device,drivers}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  18. be6958e drivers/pc80/vga: Fix coding style by Elyes HAOUAS · 6 years ago
  19. 9554b26 vboot: Fix linking error with USE_OPTION_TABLE enabled by Patrick Rudolph · 6 years ago
  20. c07f8fb security/tpm: Unify the coreboot TPM software stack by Philipp Deppenwiese · 6 years ago
  21. c97b5af drivers/pc80/tpm: get ioport from pnp records by Kevin Cody-Little · 6 years ago
  22. a4bf0b7 drivers/pc80/tpm: Add some optional delay to tis_readresponse() by Bill XIE · 6 years ago
  23. d88fb36 security/tpm: Change TPM naming for different layers. by Philipp Deppenwiese · 7 years ago
  24. 64e2d19 security/tpm: Move tpm TSS and TSPI layer to security section by Philipp Deppenwiese · 7 years ago
  25. 466d8ce drivers/pc80/tpm: Remove unused ACPI opregion by Duncan Laurie · 7 years ago
  26. fea2429 security/vboot: Move vboot2 to security kconfig section by Philipp Deppenwiese · 7 years ago
  27. 9fde0d7 vboot: remove init_vbnv_cmos() by Aaron Durbin · 7 years ago
  28. aa090cb device: acpi_name() should take a const struct device by Aaron Durbin · 7 years ago
  29. b9810a4 src/drivers: Fix checkpatch warning: no spaces at the start of a line by Martin Roth · 7 years ago
  30. 5ce0fe1 Port cmos.default handling to C environment bootblock by Nico Huber · 7 years ago
  31. a81f321 drivers/pc80/rtc: Build for bootblock and postcar stages too by Nico Huber · 7 years ago
  32. 32c27c2 src/drivers: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  33. 4bbfe57 Kconfig: Move and clean up CONFIG_VGA by Nico Huber · 7 years ago
  34. c3da3fe drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.c by Nico Huber · 7 years ago
  35. 35418f9 drivers/pc80/tpm: Fix missing tis_close() function by Philipp Deppenwiese · 7 years ago
  36. 5b4d2cfc *.asl: Remove obsolete reference to TPM ASL file by Patrick Rudolph · 7 years ago
  37. 5b9b593 acpi: Add ACPI_ prefix to IRQ enum and struct names by Furquan Shaikh · 7 years ago
  38. 98641b9 src/drivers/pc80: Update vga_font_8x16.c to be non-binary by Martin Roth · 8 years ago
  39. 36537f1 drivers/pc80/tpm: Update default acpi path by Tobias Diedrich · 8 years ago
  40. 0e7a93f drivers/pc80/rtc: Check cmos checksum BEFORE reading cmos value by Martin Roth · 8 years ago
  41. 3a1fbea drivers/pc80/tpm: Set default TPM acpi path if unset by Philipp Deppenwiese · 8 years ago
  42. 7ce1a75 pc80: Move set_boot_successful() by Kyösti Mälkki · 8 years ago
  43. f76303e Build system: Update HAVE_CMOS_DEFAULT by Martin Roth · 8 years ago
  44. 80ff038 driver/pc80/tpm: Runtime generate ACPI table for TPM driver by Naresh G Solanki · 8 years ago
  45. f8a274a rtc: Force negative edge on SET after battery replacement by Marshall Dawson · 8 years ago
  46. 5a043fe rtc: Check update-in-progress bit by Marshall Dawson · 8 years ago
  47. 5b8c4a7 drivers/pc80/tpm: Select TPM device name based on Kconfig option by Subrata Banik · 8 years ago
  48. 3b87812 Kconfig: Update default hex values to start with 0x by Martin Roth · 8 years ago
  49. 8ea0651 Makefiles: update cbfs types from bare numbers to values by Martin Roth · 8 years ago
  50. 7753731 src/drivers: Capitalize CPU, RAM and ACPI by Elyes HAOUAS · 8 years ago
  51. 24850cc rtc: Do checksum check for all bytes by Stefan Reinauer · 8 years ago
  52. 86ddd73 kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  53. 3d840d0 northbridge/intel/i440bx: Unify UDELAY selection by Stefan Reinauer · 8 years ago
  54. f7fd630 tpm/acpi/tpm.asl: Only include tpm.asl if tpm is enabled by Martin Roth · 8 years ago
  55. 0e92bb0 tree wide: Convert "if (CONFIG_.*_TPM.*)" to "if (IS_ENABLED(...))" by Denis 'GNUtoo' Carikli · 8 years ago
  56. 85a255f acpi/tpm: Gracefully handle missing TPM module. by Tobias Diedrich · 9 years ago
  57. 448e386 drivers/pc80: Add PS/2 mouse presence detect by Timothy Pearson · 9 years ago
  58. 7b22d84 drivers/pc80: Add optional spinlock for nvram CBFS access by Timothy Pearson · 9 years ago
  59. 7c38e1e8 Remove #ifdef checks on Kconfig symbols by Martin Roth · 9 years ago
  60. 3bfd7cc drivers/pc80: Rework normal / fallback selector code by Timothy Pearson · 9 years ago
  61. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  62. 8b11b2c tpm: acpi: Add support for TPM PIRQ by Duncan Laurie · 9 years ago
  63. 75c51d9 x86: add standalone verstage support by Aaron Durbin · 9 years ago
  64. 16ea519 tpm: acpi: Make _CRS method serialized by Duncan Laurie · 9 years ago
  65. 6aa8c5b drivers/pc80: Do not initialize PS2 keyboard by default by Alexandru Gagniuc · 9 years ago
  66. 17ba944 drivers/pc80/tpm: Set "Found TPM" message to BIOS_INFO level by Duncan Laurie · 9 years ago
  67. 7580b1a drivers/pc80/i8254.c: Indent with GNU indent 2.2.11 by Paul Menzel · 9 years ago
  68. 29824c5 Fix Kconfig whitespace. by Martin Roth · 9 years ago
  69. 1aeea7f tpm: Add dummy _DSM to make Bitlocker happy. by Vladimir Serbinenko · 9 years ago
  70. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  71. 641529b TPM: Add Infineon SLB9670 SPI TPM support by Wenkai Du · 9 years ago
  72. f4d6587 tpm: Add Infineon TPM 1.2 support by Subrata · 9 years ago
  73. 41b08d9 tpm: Fix multiple device support by Subrata · 9 years ago
  74. ce58a4e Deactivate TPM by Vladimir Serbinenko · 9 years ago
  75. 0e90dae Move TPM code out of chromeos by Vladimir Serbinenko · 9 years ago
  76. 2305e68 Hide TPM_TIS_BASE_ADDRESS by Vladimir Serbinenko · 9 years ago
  77. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  78. 1d7b9de kbuild: Use wildcard for driver subdirectories by Stefan Reinauer · 9 years ago
  79. 0770f25 rtc: add config flag to denote rtc API availability by Patrick Georgi · 9 years ago
  80. 9ff8f6f Unify byte order macros and clrsetbits by Julius Werner · 9 years ago
  81. 9418476 arm(64): Manually clean up the mess left by write32() transition by Julius Werner · 9 years ago
  82. 2f37bd6 arm(64): Globally replace writel(v, a) with write32(a, v) by Julius Werner · 9 years ago
  83. e230313 tpm: Only expose base address Kconfig option when enabled by Patrick Georgi · 9 years ago
  84. 47f112c tpm: Remove error message for unknown resource type by Duncan Laurie · 10 years ago
  85. dd281ed tpm: Add ramstage driver and interrupt configuration by Duncan Laurie · 10 years ago
  86. 1ab1eac tpm: Move the LPC TPM driver to a subdirectory by Duncan Laurie · 10 years ago
  87. a48ca84 kconfig: drop intermittend forwarder files by Stefan Reinauer · 9 years ago
  88. a080260 drivers/pc80/mc146818rtc_early: Honor Kconfig reboot count clear setting by Timothy Pearson · 9 years ago
  89. a8b03da drivers/pc80/mc146818rtc: Enable RTC reset on power loss by Werner Zeh · 10 years ago
  90. f20c6e8 nvram: Add option to reset NVRAM to default parameters on every boot by Timothy Pearson · 10 years ago
  91. b5669ba drivers/pc80/mc146818rtc: Reduce superfluous preprocessor use by Alexandru Gagniuc · 10 years ago
  92. 03abaee21 drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY by Gabe Black · 10 years ago
  93. 3cc685f rtc: Add an RTC API, and implement it for x86. by Marc Jones · 10 years ago
  94. c36af7b Replace includes of build.h with version.h by Kyösti Mälkki · 10 years ago
  95. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  96. d518c7a tpm: Clean up I2C TPM driver by Stefan Reinauer · 11 years ago
  97. 7cb01e0 drivers: Add I2C TPM driver to coreboot by Stefan Reinauer · 11 years ago
  98. 1bd0166 drivers: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  99. 931c1dc stdlib: Drop duplicates of min() and max() by Kyösti Mälkki · 10 years ago
  100. ec79d7a drivers/pc80/mc146818rtc_early.c: Silence unused func complaints by Edward O'Callaghan · 10 years ago