1. 3a9d222 drivers/pc80/rtc: do not warn if CMOS options are unavailable by Stefan Tauner · 6 years ago
  2. 9554b26 vboot: Fix linking error with USE_OPTION_TABLE enabled by Patrick Rudolph · 6 years ago
  3. fea2429 security/vboot: Move vboot2 to security kconfig section by Philipp Deppenwiese · 7 years ago
  4. 9fde0d7 vboot: remove init_vbnv_cmos() by Aaron Durbin · 7 years ago
  5. 32c27c2 src/drivers: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  6. c3da3fe drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.c by Nico Huber · 7 years ago
  7. 0e7a93f drivers/pc80/rtc: Check cmos checksum BEFORE reading cmos value by Martin Roth · 8 years ago
  8. 7ce1a75 pc80: Move set_boot_successful() by Kyösti Mälkki · 8 years ago
  9. f8a274a rtc: Force negative edge on SET after battery replacement by Marshall Dawson · 8 years ago
  10. 5a043fe rtc: Check update-in-progress bit by Marshall Dawson · 8 years ago
  11. 24850cc rtc: Do checksum check for all bytes by Stefan Reinauer · 8 years ago
  12. 86ddd73 kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago[Renamed (90%) from src/drivers/pc80/mc146818rtc.c]
  13. 7b22d84 drivers/pc80: Add optional spinlock for nvram CBFS access by Timothy Pearson · 9 years ago
  14. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  15. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  16. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  17. a8b03da drivers/pc80/mc146818rtc: Enable RTC reset on power loss by Werner Zeh · 10 years ago
  18. f20c6e8 nvram: Add option to reset NVRAM to default parameters on every boot by Timothy Pearson · 10 years ago
  19. b5669ba drivers/pc80/mc146818rtc: Reduce superfluous preprocessor use by Alexandru Gagniuc · 10 years ago
  20. 03abaee21 drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY by Gabe Black · 10 years ago
  21. 3cc685f rtc: Add an RTC API, and implement it for x86. by Marc Jones · 10 years ago
  22. c36af7b Replace includes of build.h with version.h by Kyösti Mälkki · 10 years ago
  23. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  24. 9d9eb1e PC80 RTC: Use acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  25. 7312c54 add rtc_init() to romstage by Martin Roth · 10 years ago
  26. 0af61b6 lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content by Vladimir Serbinenko · 11 years ago
  27. d7134e0 pc80/mc146818rtc: Return an error code rather than an integer by Alexandru Gagniuc · 11 years ago
  28. 86ce7f9 RTC: Skip rtc_init() in S3 resume path by Stefan Reinauer · 11 years ago
  29. 5688979 drivers: Fix spelling by Martin Roth · 11 years ago
  30. 832452a RTC: Use the correct index when setting the default month by Dave Frodin · 12 years ago
  31. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 12 years ago
  32. feadfb7 If cmos is invalid, always set the rtc date and time by Stefan Reinauer · 12 years ago
  33. dd76bc0 Remove duplicate defines from mc146818rtc.c by Marc Jones · 12 years ago
  34. 0e6d0ed mc146818rtc: Remove the hyphen to build on NetBSD and Darwin by Zheng Bao · 12 years ago
  35. 094920d mc146818rtc: Update the Day of Week in CMOS in the right way. by Zheng Bao · 12 years ago
  36. 4b1610d RTC: Don't clear pending interrupt in resume path by Duncan Laurie · 12 years ago
  37. 5c103aa RTC: Write build date in BCD when clearing RTC CMOS by Duncan Laurie · 12 years ago
  38. fa90fd4 rtc: erase CMOS memory after power failure by Vincent Palatin · 12 years ago
  39. fc1b9ee rtc: force mc146818 register D to a correct value by Vincent Palatin · 12 years ago
  40. a1e6a9c RTC: Add a routine to check if the CMOS date is valid by zbao · 12 years ago
  41. ae5e11d Move top level pc80 directory to drivers/ by Stefan Reinauer · 12 years ago[Renamed from src/pc80/mc146818rtc.c]
  42. ea5c2b6 Fix checksum calculation both in romstage and ramstage. by Stefan Reinauer · 13 years ago
  43. d87dfc0 Fix our CMOS checksum algorithm so it matches what /dev/nvram expects by Stefan Reinauer · 13 years ago
  44. 1babddb rework RTC driver output to make it more consistent. by Stefan Reinauer · 13 years ago
  45. d29e5bb CMOS: add set_option() by Sven Schnelle · 13 years ago
  46. 5ccbbd9 Typo. s,CMOS_COMPONENT,CBFS_COMPONENT,. by Patrick Georgi · 14 years ago
  47. cef3b89 Report if cmos_layout.bin can't be found when it should. by Patrick Georgi · 14 years ago
  48. 2447937 Move option table (cmos.layout's binary representation) by Patrick Georgi · 14 years ago
  49. 10ec0fe - Fix race condition in option_table.h generation by moving the include by Stefan Reinauer · 14 years ago
  50. e448eba Revert 5762. It silently broke a lot of boards because abuild was broken. by Myles Watson · 14 years ago
  51. c3fad56 Fix race condition in option_table.h generation by moving the include statement by Stefan Reinauer · 14 years ago
  52. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  53. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  54. 8e726b7 Don't include option_table.h every time we include mc146818rtc.h, that was a by Stefan Reinauer · 14 years ago
  55. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  56. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  57. 2549d52 fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled. by Stefan Reinauer · 14 years ago
  58. 2fbbea0 RTC: Don't drop the alpha specific code but get it in shape for our Kconfig scheme. by Stefan Reinauer · 15 years ago
  59. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  60. ea67d47 A (hypothetical southbridge) component might provide functionality that is not by Stefan Reinauer · 15 years ago
  61. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  62. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  63. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  64. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  65. 73d5daa * Allow coreboot to use the full 256 bytes of CMOS memory by Stefan Reinauer · 15 years ago
  66. ca374d4 rename linuxbios_* files, too. by Stefan Reinauer · 17 years ago
  67. 8cbc475 Don't write to CMOS when HAVE_OPTION_TABLE = 0. by Steven J. Magnani · 19 years ago
  68. 84a8028 fixed indentation by Li-Ta Lo · 20 years ago
  69. 23e2e18 cleanup code to remove warnings by Greg Watson · 20 years ago
  70. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago