1. 7b22d84 drivers/pc80: Add optional spinlock for nvram CBFS access by Timothy Pearson · 9 years ago
  2. 7c38e1e8 Remove #ifdef checks on Kconfig symbols by Martin Roth · 9 years ago
  3. 3bfd7cc drivers/pc80: Rework normal / fallback selector code by Timothy Pearson · 9 years ago
  4. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  5. 8b11b2c tpm: acpi: Add support for TPM PIRQ by Duncan Laurie · 9 years ago
  6. 75c51d9 x86: add standalone verstage support by Aaron Durbin · 9 years ago
  7. 16ea519 tpm: acpi: Make _CRS method serialized by Duncan Laurie · 9 years ago
  8. 6aa8c5b drivers/pc80: Do not initialize PS2 keyboard by default by Alexandru Gagniuc · 9 years ago
  9. 17ba944 drivers/pc80/tpm: Set "Found TPM" message to BIOS_INFO level by Duncan Laurie · 9 years ago
  10. 7580b1a drivers/pc80/i8254.c: Indent with GNU indent 2.2.11 by Paul Menzel · 9 years ago
  11. 29824c5 Fix Kconfig whitespace. by Martin Roth · 9 years ago
  12. 1aeea7f tpm: Add dummy _DSM to make Bitlocker happy. by Vladimir Serbinenko · 9 years ago
  13. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  14. 641529b TPM: Add Infineon SLB9670 SPI TPM support by Wenkai Du · 9 years ago
  15. f4d6587 tpm: Add Infineon TPM 1.2 support by Subrata · 9 years ago
  16. 41b08d9 tpm: Fix multiple device support by Subrata · 9 years ago
  17. ce58a4e Deactivate TPM by Vladimir Serbinenko · 9 years ago
  18. 0e90dae Move TPM code out of chromeos by Vladimir Serbinenko · 9 years ago
  19. 2305e68 Hide TPM_TIS_BASE_ADDRESS by Vladimir Serbinenko · 9 years ago
  20. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  21. 1d7b9de kbuild: Use wildcard for driver subdirectories by Stefan Reinauer · 9 years ago
  22. 0770f25 rtc: add config flag to denote rtc API availability by Patrick Georgi · 9 years ago
  23. 9ff8f6f Unify byte order macros and clrsetbits by Julius Werner · 9 years ago
  24. 9418476 arm(64): Manually clean up the mess left by write32() transition by Julius Werner · 9 years ago
  25. 2f37bd6 arm(64): Globally replace writel(v, a) with write32(a, v) by Julius Werner · 9 years ago
  26. e230313 tpm: Only expose base address Kconfig option when enabled by Patrick Georgi · 9 years ago
  27. 47f112c tpm: Remove error message for unknown resource type by Duncan Laurie · 10 years ago
  28. dd281ed tpm: Add ramstage driver and interrupt configuration by Duncan Laurie · 10 years ago
  29. 1ab1eac tpm: Move the LPC TPM driver to a subdirectory by Duncan Laurie · 10 years ago
  30. a48ca84 kconfig: drop intermittend forwarder files by Stefan Reinauer · 9 years ago
  31. a080260 drivers/pc80/mc146818rtc_early: Honor Kconfig reboot count clear setting by Timothy Pearson · 9 years ago
  32. a8b03da drivers/pc80/mc146818rtc: Enable RTC reset on power loss by Werner Zeh · 9 years ago
  33. f20c6e8 nvram: Add option to reset NVRAM to default parameters on every boot by Timothy Pearson · 9 years ago
  34. b5669ba drivers/pc80/mc146818rtc: Reduce superfluous preprocessor use by Alexandru Gagniuc · 9 years ago
  35. 03abaee21 drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY by Gabe Black · 10 years ago
  36. 3cc685f rtc: Add an RTC API, and implement it for x86. by Marc Jones · 10 years ago
  37. c36af7b Replace includes of build.h with version.h by Kyösti Mälkki · 10 years ago
  38. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  39. d518c7a tpm: Clean up I2C TPM driver by Stefan Reinauer · 11 years ago
  40. 7cb01e0 drivers: Add I2C TPM driver to coreboot by Stefan Reinauer · 11 years ago
  41. 1bd0166 drivers: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  42. 931c1dc stdlib: Drop duplicates of min() and max() by Kyösti Mälkki · 10 years ago
  43. ec79d7a drivers/pc80/mc146818rtc_early.c: Silence unused func complaints by Edward O'Callaghan · 10 years ago
  44. 9d9eb1e PC80 RTC: Use acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  45. 6202aea PS2 keyboard: Use acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  46. ce740c4 PIC i8259: Move #defines and functions to i8259.h by Mike Loptien · 11 years ago
  47. 7312c54 add rtc_init() to romstage by Martin Roth · 10 years ago
  48. e9e99e9 drivers/pc80/Kconfig: Revert PS/2 initialization defaults by Patrick Georgi · 10 years ago
  49. 1ec065b drivers/pc80/Kconfig: simplify PS/2 selection rules by Patrick Georgi · 10 years ago
  50. def00be src/drivers/pc80: Remove empty struct keyboard by Edward O'Callaghan · 10 years ago
  51. 2d9725e drivers/pc80/Kconfig: Do not init PS/2 keyboard if GRUB 2 is chosen as payload by Paul Menzel · 10 years ago
  52. 4fdc680 drivers/pc80/Kconfig: Do not init PS/2 keyboard if SeaBIOS is chosen as payload by Paul Menzel · 10 years ago
  53. 7ac7627 drivers/pc80/Kconfig: Mention that GRUB 2 is able to init PS/2 keyboard by Paul Menzel · 10 years ago
  54. 8171496 Get rid of HAVE_INIT_TIMER config option by Furquan Shaikh · 10 years ago
  55. 5148642 spkmodem: Move under drivers/pc80 by Kyösti Mälkki · 10 years ago
  56. 63e35f2 pc80/keyboard: Ignore interface test failure. by Vladimir Serbinenko · 10 years ago
  57. e33d6ca keyboard.c: fix coding style with indent by Andrew Wu · 11 years ago
  58. 0af61b6 lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content by Vladimir Serbinenko · 10 years ago
  59. c422002 tpm: provide explicit tpm register access by Aaron Durbin · 11 years ago
  60. 08637d3 Remove PS/2 keyboard initialization on resume from S3 by Martin Roth · 11 years ago
  61. ad3bd9d drivers/pc80: Add ACPI description. by Vladimir Serbinenko · 11 years ago
  62. d7134e0 pc80/mc146818rtc: Return an error code rather than an integer by Alexandru Gagniuc · 11 years ago
  63. 86ce7f9 RTC: Skip rtc_init() in S3 resume path by Stefan Reinauer · 11 years ago
  64. fd4f413 Rename cpu/x86/car.h to arch/early_variables.h by Stefan Reinauer · 11 years ago
  65. 5688979 drivers: Fix spelling by Martin Roth · 11 years ago
  66. cb997d3 pc80/tpm: allow for cache-as-ram migration by Aaron Durbin · 11 years ago
  67. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  68. 832452a RTC: Use the correct index when setting the default month by Dave Frodin · 11 years ago
  69. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 11 years ago
  70. 7f934f5 build system: Treat cmos.default as text file by Patrick Georgi · 12 years ago
  71. 95a6396 Clean up Kconfig by Stefan Reinauer · 12 years ago
  72. 8483344 Drop Kconfig.deprecated_options by Stefan Reinauer · 12 years ago
  73. feadfb7 If cmos is invalid, always set the rtc date and time by Stefan Reinauer · 12 years ago
  74. dd76bc0 Remove duplicate defines from mc146818rtc.c by Marc Jones · 12 years ago
  75. 0e6d0ed mc146818rtc: Remove the hyphen to build on NetBSD and Darwin by Zheng Bao · 12 years ago
  76. 094920d mc146818rtc: Update the Day of Week in CMOS in the right way. by Zheng Bao · 12 years ago
  77. 4b1610d RTC: Don't clear pending interrupt in resume path by Duncan Laurie · 12 years ago
  78. 5c103aa RTC: Write build date in BCD when clearing RTC CMOS by Duncan Laurie · 12 years ago
  79. 4959cea rtc: add explicit dependency on build.h by Vincent Palatin · 12 years ago
  80. fa90fd4 rtc: erase CMOS memory after power failure by Vincent Palatin · 12 years ago
  81. fc1b9ee rtc: force mc146818 register D to a correct value by Vincent Palatin · 12 years ago
  82. 6f42976 Fix CONFIG_ use in i8254.c by Stefan Reinauer · 12 years ago
  83. a1e6a9c RTC: Add a routine to check if the CMOS date is valid by zbao · 12 years ago
  84. c908fc7 Fix TPM driver to work with multiple vendor TPMs by Stefan Reinauer · 12 years ago
  85. ae5e11d Move top level pc80 directory to drivers/ by Stefan Reinauer · 12 years ago