1. 56a25a9 mainboard/lenovo: Use the original hardware ids for keyboard/pointing by dalao · 4 years, 10 months ago
  2. 7b28801 drivers/pc80/tpm/tis.c: change the _HID and _CID for TPM2 device by Michał Żygowski · 4 years, 5 months ago
  3. 8a3453f src/drivers: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  4. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 5 months ago
  5. 51ce41c drivers/pc80/rtc: Always load cmos.default if measured boot is enabled by Bill XIE · 4 years, 5 months ago
  6. 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 4 years, 6 months ago
  7. a28ee1b drivers/pc80/rtc: Clean up some POST_CODE_EXTRA use by Kyösti Mälkki · 4 years, 8 months ago
  8. 0e557ab console/post: Move cmos_post_code() under pc80/rtc by Kyösti Mälkki · 4 years, 8 months ago
  9. 94aaf5b drivers/pc80/rtc: Enable normal/fallback without USE_OPTION_TABLE by Kyösti Mälkki · 4 years, 8 months ago
  10. b2680a1 drivers/pc80/rtc: Move sanitize_cmos() by Kyösti Mälkki · 4 years, 8 months ago
  11. 034cf63 drivers/pc80/rtc: Separate {get|set}_option() support by Kyösti Mälkki · 4 years, 8 months ago
  12. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 8 months ago
  13. 2a0e3b2 drivers/pc80/rtc: Remove duplicate cmos_chksum_valid() by Kyösti Mälkki · 4 years, 8 months ago
  14. c83bab6 acpi: Be more ACPI compliant when generating _UID by Patrick Rudolph · 4 years, 8 months ago
  15. 2306330 drivers/pc80/rtc: Refactor some USE_OPTION_TABLE by Kyösti Mälkki · 4 years, 8 months ago
  16. fd15c0b drivers/pc80/rtc: Refactor clear_cmos variable by Kyösti Mälkki · 4 years, 8 months ago
  17. 1a9b7b5 drivers/pc80/rtc: Clean up some inlined functions by Kyösti Mälkki · 4 years, 8 months ago
  18. a04dee6 drivers/pc80/mc146818rtc: Remove read_option_lowlevel() by Kyösti Mälkki · 4 years, 8 months ago
  19. 361a935 {drivers,southbridge}: Replace min() with MIN() by Elyes HAOUAS · 4 years, 8 months ago
  20. 836b8d2 drivers/pc80: Move normal/fallback mechanism outside __ROMCC__ by Kyösti Mälkki · 4 years, 8 months ago
  21. c9b1359 src/: Remove g_ prefixes and _g suffixes from variables by Patrick Georgi · 4 years, 9 months ago
  22. 22be29e drivers/pc80/pc/i8254.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  23. 0ca944b security/tpm: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  24. 9bb16cd drivers/pc80/rtc: Remove CMOS spinlock by Kyösti Mälkki · 5 years ago
  25. baa16e9 drivers/pc80/tpm: Replace __RAMSTAGE_ guards by Kyösti Mälkki · 4 years, 10 months ago
  26. 00f0de3 drivers/pc80: Remove UDELAY_TIMER2 by Kyösti Mälkki · 4 years, 10 months ago
  27. 385ea82 drivers/pc80: Remove UDELAY_IO by Kyösti Mälkki · 4 years, 10 months ago
  28. 0d6ddf8 cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE by Kyösti Mälkki · 4 years, 10 months ago
  29. 4325165 cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80 by Kyösti Mälkki · 4 years, 10 months ago
  30. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  31. 0edf6a5 src: Use 'include <boot/coreboot_tables.h>' when appropriate by Elyes HAOUAS · 4 years, 10 months ago
  32. 88e9c5a drivers/pc80/rtc: Avoid searching for cmos_layout.bin on each get/set_option by Arthur Heymans · 4 years, 11 months ago
  33. effaf8f AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file by Martin Roth · 4 years, 10 months ago
  34. b2536f4 drivers/pc80: Remove some __PRE_RAM__ and __SMM__ by Kyösti Mälkki · 5 years ago
  35. f8c3442 drivers/pc80: Move UDELAY_IO and UDELAY_TIMER2 by Kyösti Mälkki · 5 years ago
  36. 4d4a13f drivers/pc80/rtc/mc146818rtc_boot: Use size_t for length by Elyes HAOUAS · 5 years ago
  37. 804a043 drivers/pc80/tpm: add support for TPM emulator SwTPM 2.0 module by Tsung Ho Wu · 5 years ago
  38. bd1683d src/{device,drivers}: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  39. 7c712bb Fix code that would trip -Wtype-limits by Julius Werner · 5 years ago
  40. e75cb33 drivers/pc80/rtc/mc146818rtc.c: Reset RTC time on RTC power failure by Frans Hendriks · 5 years ago
  41. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 5 years ago
  42. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  43. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  44. 9e366b4 drivers/keyboard: Fix spelling of *interface* by Paul Menzel · 6 years ago
  45. 2aa3b16 src/drivers: Remove needless '&' on function pointers by Elyes HAOUAS · 6 years ago
  46. 97fda10 drivers/*/tpm: Add postcar target by Philipp Deppenwiese · 6 years ago
  47. 6cc937e src/drivers/pc80/tpm/tis.c: Dont use port value when invalid. by Frans Hendriks · 6 years ago
  48. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  49. 6b5c3c2 src/drivers/pc80/pc: Remove unneeded include by Elyes HAOUAS · 6 years ago
  50. 3a9d222 drivers/pc80/rtc: do not warn if CMOS options are unavailable by Stefan Tauner · 6 years ago
  51. bf5ccfd drivers/pc80/tpm: add support for SLB9665 TPM2.0 module by Kamil Wcislo · 7 years ago
  52. 1895838 src/drivers: Fix typo by Elyes HAOUAS · 6 years ago
  53. b0b0c8c src/{device,drivers}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  54. be6958e drivers/pc80/vga: Fix coding style by Elyes HAOUAS · 6 years ago
  55. 9554b26 vboot: Fix linking error with USE_OPTION_TABLE enabled by Patrick Rudolph · 6 years ago
  56. c07f8fb security/tpm: Unify the coreboot TPM software stack by Philipp Deppenwiese · 6 years ago
  57. c97b5af drivers/pc80/tpm: get ioport from pnp records by Kevin Cody-Little · 6 years ago
  58. a4bf0b7 drivers/pc80/tpm: Add some optional delay to tis_readresponse() by Bill XIE · 6 years ago
  59. d88fb36 security/tpm: Change TPM naming for different layers. by Philipp Deppenwiese · 7 years ago
  60. 64e2d19 security/tpm: Move tpm TSS and TSPI layer to security section by Philipp Deppenwiese · 7 years ago
  61. 466d8ce drivers/pc80/tpm: Remove unused ACPI opregion by Duncan Laurie · 7 years ago
  62. fea2429 security/vboot: Move vboot2 to security kconfig section by Philipp Deppenwiese · 7 years ago
  63. 9fde0d7 vboot: remove init_vbnv_cmos() by Aaron Durbin · 7 years ago
  64. aa090cb device: acpi_name() should take a const struct device by Aaron Durbin · 7 years ago
  65. b9810a4 src/drivers: Fix checkpatch warning: no spaces at the start of a line by Martin Roth · 7 years ago
  66. 5ce0fe1 Port cmos.default handling to C environment bootblock by Nico Huber · 7 years ago
  67. a81f321 drivers/pc80/rtc: Build for bootblock and postcar stages too by Nico Huber · 7 years ago
  68. 32c27c2 src/drivers: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  69. 4bbfe57 Kconfig: Move and clean up CONFIG_VGA by Nico Huber · 7 years ago
  70. c3da3fe drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.c by Nico Huber · 7 years ago
  71. 35418f9 drivers/pc80/tpm: Fix missing tis_close() function by Philipp Deppenwiese · 7 years ago
  72. 5b4d2cfc *.asl: Remove obsolete reference to TPM ASL file by Patrick Rudolph · 7 years ago
  73. 5b9b593 acpi: Add ACPI_ prefix to IRQ enum and struct names by Furquan Shaikh · 7 years ago
  74. 98641b9 src/drivers/pc80: Update vga_font_8x16.c to be non-binary by Martin Roth · 8 years ago
  75. 36537f1 drivers/pc80/tpm: Update default acpi path by Tobias Diedrich · 8 years ago
  76. 0e7a93f drivers/pc80/rtc: Check cmos checksum BEFORE reading cmos value by Martin Roth · 8 years ago
  77. 3a1fbea drivers/pc80/tpm: Set default TPM acpi path if unset by Philipp Deppenwiese · 8 years ago
  78. 7ce1a75 pc80: Move set_boot_successful() by Kyösti Mälkki · 8 years ago
  79. f76303e Build system: Update HAVE_CMOS_DEFAULT by Martin Roth · 8 years ago
  80. 80ff038 driver/pc80/tpm: Runtime generate ACPI table for TPM driver by Naresh G Solanki · 8 years ago
  81. f8a274a rtc: Force negative edge on SET after battery replacement by Marshall Dawson · 8 years ago
  82. 5a043fe rtc: Check update-in-progress bit by Marshall Dawson · 8 years ago
  83. 5b8c4a7 drivers/pc80/tpm: Select TPM device name based on Kconfig option by Subrata Banik · 8 years ago
  84. 3b87812 Kconfig: Update default hex values to start with 0x by Martin Roth · 8 years ago
  85. 8ea0651 Makefiles: update cbfs types from bare numbers to values by Martin Roth · 8 years ago
  86. 7753731 src/drivers: Capitalize CPU, RAM and ACPI by Elyes HAOUAS · 8 years ago
  87. 24850cc rtc: Do checksum check for all bytes by Stefan Reinauer · 8 years ago
  88. 86ddd73 kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  89. 3d840d0 northbridge/intel/i440bx: Unify UDELAY selection by Stefan Reinauer · 8 years ago
  90. f7fd630 tpm/acpi/tpm.asl: Only include tpm.asl if tpm is enabled by Martin Roth · 8 years ago
  91. 0e92bb0 tree wide: Convert "if (CONFIG_.*_TPM.*)" to "if (IS_ENABLED(...))" by Denis 'GNUtoo' Carikli · 8 years ago
  92. 85a255f acpi/tpm: Gracefully handle missing TPM module. by Tobias Diedrich · 9 years ago
  93. 448e386 drivers/pc80: Add PS/2 mouse presence detect by Timothy Pearson · 9 years ago
  94. 7b22d84 drivers/pc80: Add optional spinlock for nvram CBFS access by Timothy Pearson · 9 years ago
  95. 7c38e1e8 Remove #ifdef checks on Kconfig symbols by Martin Roth · 9 years ago
  96. 3bfd7cc drivers/pc80: Rework normal / fallback selector code by Timothy Pearson · 9 years ago
  97. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  98. 8b11b2c tpm: acpi: Add support for TPM PIRQ by Duncan Laurie · 9 years ago
  99. 75c51d9 x86: add standalone verstage support by Aaron Durbin · 9 years ago
  100. 16ea519 tpm: acpi: Make _CRS method serialized by Duncan Laurie · 9 years ago