1. e230313 tpm: Only expose base address Kconfig option when enabled by Patrick Georgi · 9 years ago
  2. 47f112c tpm: Remove error message for unknown resource type by Duncan Laurie · 10 years ago
  3. dd281ed tpm: Add ramstage driver and interrupt configuration by Duncan Laurie · 10 years ago
  4. 1ab1eac tpm: Move the LPC TPM driver to a subdirectory by Duncan Laurie · 10 years ago
  5. a48ca84 kconfig: drop intermittend forwarder files by Stefan Reinauer · 9 years ago
  6. a080260 drivers/pc80/mc146818rtc_early: Honor Kconfig reboot count clear setting by Timothy Pearson · 9 years ago
  7. a8b03da drivers/pc80/mc146818rtc: Enable RTC reset on power loss by Werner Zeh · 9 years ago
  8. f20c6e8 nvram: Add option to reset NVRAM to default parameters on every boot by Timothy Pearson · 9 years ago
  9. b5669ba drivers/pc80/mc146818rtc: Reduce superfluous preprocessor use by Alexandru Gagniuc · 9 years ago
  10. 03abaee21 drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY by Gabe Black · 10 years ago
  11. 3cc685f rtc: Add an RTC API, and implement it for x86. by Marc Jones · 10 years ago
  12. c36af7b Replace includes of build.h with version.h by Kyösti Mälkki · 10 years ago
  13. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  14. d518c7a tpm: Clean up I2C TPM driver by Stefan Reinauer · 11 years ago
  15. 7cb01e0 drivers: Add I2C TPM driver to coreboot by Stefan Reinauer · 11 years ago
  16. 1bd0166 drivers: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  17. 931c1dc stdlib: Drop duplicates of min() and max() by Kyösti Mälkki · 10 years ago
  18. ec79d7a drivers/pc80/mc146818rtc_early.c: Silence unused func complaints by Edward O'Callaghan · 10 years ago
  19. 9d9eb1e PC80 RTC: Use acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  20. 6202aea PS2 keyboard: Use acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  21. ce740c4 PIC i8259: Move #defines and functions to i8259.h by Mike Loptien · 11 years ago
  22. 7312c54 add rtc_init() to romstage by Martin Roth · 10 years ago
  23. e9e99e9 drivers/pc80/Kconfig: Revert PS/2 initialization defaults by Patrick Georgi · 10 years ago
  24. 1ec065b drivers/pc80/Kconfig: simplify PS/2 selection rules by Patrick Georgi · 10 years ago
  25. def00be src/drivers/pc80: Remove empty struct keyboard by Edward O'Callaghan · 10 years ago
  26. 2d9725e drivers/pc80/Kconfig: Do not init PS/2 keyboard if GRUB 2 is chosen as payload by Paul Menzel · 10 years ago
  27. 4fdc680 drivers/pc80/Kconfig: Do not init PS/2 keyboard if SeaBIOS is chosen as payload by Paul Menzel · 10 years ago
  28. 7ac7627 drivers/pc80/Kconfig: Mention that GRUB 2 is able to init PS/2 keyboard by Paul Menzel · 10 years ago
  29. 8171496 Get rid of HAVE_INIT_TIMER config option by Furquan Shaikh · 10 years ago
  30. 5148642 spkmodem: Move under drivers/pc80 by Kyösti Mälkki · 10 years ago
  31. 63e35f2 pc80/keyboard: Ignore interface test failure. by Vladimir Serbinenko · 10 years ago
  32. e33d6ca keyboard.c: fix coding style with indent by Andrew Wu · 11 years ago
  33. 0af61b6 lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content by Vladimir Serbinenko · 10 years ago
  34. c422002 tpm: provide explicit tpm register access by Aaron Durbin · 11 years ago
  35. 08637d3 Remove PS/2 keyboard initialization on resume from S3 by Martin Roth · 11 years ago
  36. ad3bd9d drivers/pc80: Add ACPI description. by Vladimir Serbinenko · 11 years ago
  37. d7134e0 pc80/mc146818rtc: Return an error code rather than an integer by Alexandru Gagniuc · 11 years ago
  38. 86ce7f9 RTC: Skip rtc_init() in S3 resume path by Stefan Reinauer · 11 years ago
  39. fd4f413 Rename cpu/x86/car.h to arch/early_variables.h by Stefan Reinauer · 11 years ago
  40. 5688979 drivers: Fix spelling by Martin Roth · 11 years ago
  41. cb997d3 pc80/tpm: allow for cache-as-ram migration by Aaron Durbin · 11 years ago
  42. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  43. 832452a RTC: Use the correct index when setting the default month by Dave Frodin · 11 years ago
  44. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 11 years ago
  45. 7f934f5 build system: Treat cmos.default as text file by Patrick Georgi · 12 years ago
  46. 95a6396 Clean up Kconfig by Stefan Reinauer · 12 years ago
  47. 8483344 Drop Kconfig.deprecated_options by Stefan Reinauer · 12 years ago
  48. feadfb7 If cmos is invalid, always set the rtc date and time by Stefan Reinauer · 12 years ago
  49. dd76bc0 Remove duplicate defines from mc146818rtc.c by Marc Jones · 12 years ago
  50. 0e6d0ed mc146818rtc: Remove the hyphen to build on NetBSD and Darwin by Zheng Bao · 12 years ago
  51. 094920d mc146818rtc: Update the Day of Week in CMOS in the right way. by Zheng Bao · 12 years ago
  52. 4b1610d RTC: Don't clear pending interrupt in resume path by Duncan Laurie · 12 years ago
  53. 5c103aa RTC: Write build date in BCD when clearing RTC CMOS by Duncan Laurie · 12 years ago
  54. 4959cea rtc: add explicit dependency on build.h by Vincent Palatin · 12 years ago
  55. fa90fd4 rtc: erase CMOS memory after power failure by Vincent Palatin · 12 years ago
  56. fc1b9ee rtc: force mc146818 register D to a correct value by Vincent Palatin · 12 years ago
  57. 6f42976 Fix CONFIG_ use in i8254.c by Stefan Reinauer · 12 years ago
  58. a1e6a9c RTC: Add a routine to check if the CMOS date is valid by zbao · 12 years ago
  59. c908fc7 Fix TPM driver to work with multiple vendor TPMs by Stefan Reinauer · 12 years ago
  60. ae5e11d Move top level pc80 directory to drivers/ by Stefan Reinauer · 12 years ago