1. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 8 months ago
  2. 2a0e3b2 drivers/pc80/rtc: Remove duplicate cmos_chksum_valid() by Kyösti Mälkki · 4 years, 8 months ago
  3. 731e58e drivers/pc80/rtc: Remove stub for sanitize_cmos() by Kyösti Mälkki · 4 years, 8 months ago
  4. bb5b9fe drivers/pc80/rtc: Remove stub for cmos_post_init() by Kyösti Mälkki · 4 years, 8 months ago
  5. a581166 drivers/pc80/rtc: Clean up some headers by Kyösti Mälkki · 4 years, 8 months ago
  6. 1a9b7b5 drivers/pc80/rtc: Clean up some inlined functions by Kyösti Mälkki · 4 years, 8 months ago
  7. 2879107 drivers/pc80/rtc: Swap cmos_write32() parameter order by Kyösti Mälkki · 4 years, 8 months ago
  8. a04dee6 drivers/pc80/mc146818rtc: Remove read_option_lowlevel() by Kyösti Mälkki · 4 years, 8 months ago
  9. 4a21647 src: Remove some romcc workarounds by Jacob Garber · 4 years, 8 months ago
  10. 836b8d2 drivers/pc80: Move normal/fallback mechanism outside __ROMCC__ by Kyösti Mälkki · 4 years, 8 months ago
  11. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  12. b58e99d src: Fix the warning "type 'hex' are always defined" by Elyes HAOUAS · 6 years ago
  13. 5ce0fe1 Port cmos.default handling to C environment bootblock by Nico Huber · 7 years ago
  14. 9634547 src/include: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  15. c3da3fe drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.c by Nico Huber · 7 years ago
  16. 6a566d7 src/include: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  17. bfdb893 src/include: Remove braces for single statements by Lee Leahy · 7 years ago
  18. 84d20d0 src/include: Remove spaces before tabs by Lee Leahy · 7 years ago
  19. 0ca2a06 src/include: Fix unsigned warnings by Lee Leahy · 7 years ago
  20. 49342cd arch/x86: fix cmos post logging in non romcc bootblock by Aaron Durbin · 8 years ago
  21. 5a043fe rtc: Check update-in-progress bit by Marshall Dawson · 8 years ago
  22. a0fed37 src/include: Add space around operators by Elyes HAOUAS · 8 years ago
  23. a7fa5dd pc80/mc146818rtc.h: Replace leftover macro token by Antonello Dettori · 8 years ago
  24. 86ddd73 kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  25. 3bfd7cc drivers/pc80: Rework normal / fallback selector code by Timothy Pearson · 9 years ago
  26. 46cf9f7 Verify Kconfigs symbols are not zero for hex and int type symbols by Martin Roth · 9 years ago
  27. b5669ba drivers/pc80/mc146818rtc: Reduce superfluous preprocessor use by Alexandru Gagniuc · 10 years ago
  28. 03abaee21 drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY by Gabe Black · 10 years ago
  29. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  30. d638c2b include/pc80/mc146818rtc.h: Inconsequential, comment ifdef maze by Edward O'Callaghan · 10 years ago
  31. c5fff75 pc80/mc146818rtc.h: Has X86 specific inlines without guards by Edward O'Callaghan · 10 years ago
  32. 502c3db include/pc80/mc146818rtc.h: Move include to top of file by Edward O'Callaghan · 10 years ago
  33. 5c97142 drivers/elog: Fix implicit function declaration issue by Edward O'Callaghan · 10 years ago
  34. 8adf7a2 Log device path into CMOS during probe stages by Duncan Laurie · 11 years ago
  35. d5686fe Extend CMOS POST code logging to store extra data by Duncan Laurie · 11 years ago
  36. d7134e0 pc80/mc146818rtc: Return an error code rather than an integer by Alexandru Gagniuc · 11 years ago
  37. 0cb07e3 include: Fix spelling by Martin Roth · 11 years ago
  38. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 11 years ago
  39. f943901 mc146818rtc: disable RTC before writing to nvram by Patrick Georgi · 12 years ago
  40. 0e6d0ed mc146818rtc: Remove the hyphen to build on NetBSD and Darwin by Zheng Bao · 12 years ago
  41. 1fc3461 Log unexpected post code from the previous boot by Duncan Laurie · 12 years ago
  42. b6e97b1 Add support for storing POST codes in CMOS by Duncan Laurie · 12 years ago
  43. 5c103aa RTC: Write build date in BCD when clearing RTC CMOS by Duncan Laurie · 12 years ago
  44. a1e6a9c RTC: Add a routine to check if the CMOS date is valid by zbao · 12 years ago
  45. c8c836f RTC: Add defines for standard clock offsets by Duncan Laurie · 12 years ago
  46. ae5e11d Move top level pc80 directory to drivers/ by Stefan Reinauer · 12 years ago
  47. 654f293 Add cmos helper functions for reading/writing a dword by Duncan Laurie · 13 years ago
  48. a27561c Fix CMOS handling for non-USE_OPTION_TABLE configuration by Patrick Georgi · 13 years ago
  49. d29e5bb CMOS: add set_option() by Sven Schnelle · 13 years ago
  50. b251753 Change read_option() to a macro that wraps some API uglyness by Patrick Georgi · 13 years ago
  51. 10ec0fe - Fix race condition in option_table.h generation by moving the include by Stefan Reinauer · 14 years ago
  52. e448eba Revert 5762. It silently broke a lot of boards because abuild was broken. by Myles Watson · 14 years ago
  53. c3fad56 Fix race condition in option_table.h generation by moving the include statement by Stefan Reinauer · 14 years ago
  54. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  55. 8e726b7 Don't include option_table.h every time we include mc146818rtc.h, that was a by Stefan Reinauer · 14 years ago
  56. 8655412 - include option_table.h when it is created, and that's HAVE_OPTION_TABLE by Stefan Reinauer · 14 years ago
  57. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  58. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  59. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  60. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  61. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  62. 5cd8173 - Moved hlt() to it's own header. by Eric Biederman · 20 years ago
  63. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago