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