1. 78f8343 drivers/pc80/rtc/mc146818rtc.c: Add Kconfig for RTC CMOS base addresses by Jonathon Hall · 1 year, 4 months ago
  2. 240baa3 ACPI: Make FADT entries for RTC/CMOS architectural by Kyösti Mälkki · 1 year, 4 months ago
  3. 26a9555 vga: Change the arguments of vga_write_text to support extended ASCII by Hsuan Ting Chen · 1 year, 6 months ago
  4. 23b7948 pc80/i8254: Add speaker beep function by Michał Żygowski · 1 year, 11 months ago
  5. 3e3b78a drivers/pc80/vga: Add API to write multi-line video message by Subrata Banik · 1 year, 8 months ago
  6. 239b5df include: Add SPDX-License-Identifiers to files missing them by Martin Roth · 2 years, 1 month ago
  7. 563fc08 src/include: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  8. 5817c56 src/include: Add missing includes by Elyes HAOUAS · 4 years, 1 month ago
  9. e1df7ee drivers/pc80/rtc: Drop ARCH_X86 guard in header by Kyösti Mälkki · 4 years, 8 months ago
  10. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  11. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 3 months ago
  12. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 3 months ago
  13. ce39ba9 drivers/pc80/rtc: Reorganize prototypes by Kyösti Mälkki · 4 years, 8 months ago
  14. 229d5b2 drivers/pc80/rtc: Move CMOS_POST_BANK_x definitions by Kyösti Mälkki · 4 years, 8 months ago
  15. 8920ee0 drivers/elog,pc80: Move cmos_post_log() by Kyösti Mälkki · 4 years, 8 months ago
  16. 32859fc src/include: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  17. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  18. b2680a1 drivers/pc80/rtc: Move sanitize_cmos() by Kyösti Mälkki · 4 years, 8 months ago
  19. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 7 months ago
  20. 2a0e3b2 drivers/pc80/rtc: Remove duplicate cmos_chksum_valid() by Kyösti Mälkki · 4 years, 8 months ago
  21. 731e58e drivers/pc80/rtc: Remove stub for sanitize_cmos() by Kyösti Mälkki · 4 years, 8 months ago
  22. bb5b9fe drivers/pc80/rtc: Remove stub for cmos_post_init() by Kyösti Mälkki · 4 years, 8 months ago
  23. a581166 drivers/pc80/rtc: Clean up some headers by Kyösti Mälkki · 4 years, 7 months ago
  24. 1a9b7b5 drivers/pc80/rtc: Clean up some inlined functions by Kyösti Mälkki · 4 years, 8 months ago
  25. 2879107 drivers/pc80/rtc: Swap cmos_write32() parameter order by Kyösti Mälkki · 4 years, 8 months ago
  26. a04dee6 drivers/pc80/mc146818rtc: Remove read_option_lowlevel() by Kyösti Mälkki · 4 years, 8 months ago
  27. 4a21647 src: Remove some romcc workarounds by Jacob Garber · 4 years, 8 months ago
  28. 836b8d2 drivers/pc80: Move normal/fallback mechanism outside __ROMCC__ by Kyösti Mälkki · 4 years, 8 months ago
  29. 4325165 cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80 by Kyösti Mälkki · 4 years, 10 months ago
  30. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  31. b58e99d src: Fix the warning "type 'hex' are always defined" by Elyes HAOUAS · 6 years ago
  32. dfbe6bd src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  33. 5ce0fe1 Port cmos.default handling to C environment bootblock by Nico Huber · 7 years ago
  34. 9634547 src/include: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  35. 4bbfe57 Kconfig: Move and clean up CONFIG_VGA by Nico Huber · 7 years ago
  36. c3da3fe drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.c by Nico Huber · 7 years ago
  37. 6a566d7 src/include: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  38. bfdb893 src/include: Remove braces for single statements by Lee Leahy · 7 years ago
  39. 84d20d0 src/include: Remove spaces before tabs by Lee Leahy · 7 years ago
  40. 0ca2a06 src/include: Fix unsigned warnings by Lee Leahy · 7 years ago
  41. 49342cd arch/x86: fix cmos post logging in non romcc bootblock by Aaron Durbin · 8 years ago
  42. 5a043fe rtc: Check update-in-progress bit by Marshall Dawson · 8 years ago
  43. a0fed37 src/include: Add space around operators by Elyes HAOUAS · 8 years ago
  44. a7fa5dd pc80/mc146818rtc.h: Replace leftover macro token by Antonello Dettori · 8 years ago
  45. 86ddd73 kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  46. 448e386 drivers/pc80: Add PS/2 mouse presence detect by Timothy Pearson · 9 years ago
  47. 3bfd7cc drivers/pc80: Rework normal / fallback selector code by Timothy Pearson · 9 years ago
  48. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  49. 46cf9f7 Verify Kconfigs symbols are not zero for hex and int type symbols by Martin Roth · 9 years ago
  50. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  51. b5669ba drivers/pc80/mc146818rtc: Reduce superfluous preprocessor use by Alexandru Gagniuc · 10 years ago
  52. 03abaee21 drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY by Gabe Black · 10 years ago
  53. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  54. d518c7a tpm: Clean up I2C TPM driver by Stefan Reinauer · 11 years ago
  55. d638c2b include/pc80/mc146818rtc.h: Inconsequential, comment ifdef maze by Edward O'Callaghan · 10 years ago
  56. c5fff75 pc80/mc146818rtc.h: Has X86 specific inlines without guards by Edward O'Callaghan · 10 years ago
  57. 502c3db include/pc80/mc146818rtc.h: Move include to top of file by Edward O'Callaghan · 10 years ago
  58. ce740c4 PIC i8259: Move #defines and functions to i8259.h by Mike Loptien · 11 years ago
  59. e1fe688 src/*: Remove the last remnants of struct keyboard by Edward O'Callaghan · 10 years ago
  60. def00be src/drivers/pc80: Remove empty struct keyboard by Edward O'Callaghan · 10 years ago
  61. 5c97142 drivers/elog: Fix implicit function declaration issue by Edward O'Callaghan · 10 years ago
  62. 8adf7a2 Log device path into CMOS during probe stages by Duncan Laurie · 11 years ago
  63. d5686fe Extend CMOS POST code logging to store extra data by Duncan Laurie · 11 years ago
  64. d7134e0 pc80/mc146818rtc: Return an error code rather than an integer by Alexandru Gagniuc · 11 years ago
  65. 0cb07e3 include: Fix spelling by Martin Roth · 11 years ago
  66. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 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. f943901 mc146818rtc: disable RTC before writing to nvram by Patrick Georgi · 12 years ago
  69. 0e6d0ed mc146818rtc: Remove the hyphen to build on NetBSD and Darwin by Zheng Bao · 12 years ago
  70. 1fc3461 Log unexpected post code from the previous boot by Duncan Laurie · 12 years ago
  71. b6e97b1 Add support for storing POST codes in CMOS by Duncan Laurie · 12 years ago
  72. 5c103aa RTC: Write build date in BCD when clearing RTC CMOS by Duncan Laurie · 12 years ago
  73. a1e6a9c RTC: Add a routine to check if the CMOS date is valid by zbao · 12 years ago
  74. c8c836f RTC: Add defines for standard clock offsets by Duncan Laurie · 12 years ago
  75. ae5e11d Move top level pc80 directory to drivers/ by Stefan Reinauer · 12 years ago
  76. 3008bbad Add TPM support to coreboot by Stefan Reinauer · 13 years ago
  77. 654f293 Add cmos helper functions for reading/writing a dword by Duncan Laurie · 13 years ago
  78. a27561c Fix CMOS handling for non-USE_OPTION_TABLE configuration by Patrick Georgi · 13 years ago
  79. 491e2a2 Enable/fix compilation of i8254 code in ram stage. by Stefan Reinauer · 13 years ago
  80. 78834b7 Miscellaneous AMD F14 warning fixes by efdesign98 · 13 years ago
  81. d29e5bb CMOS: add set_option() by Sven Schnelle · 13 years ago
  82. b251753 Change read_option() to a macro that wraps some API uglyness by Patrick Georgi · 13 years ago
  83. 10ec0fe - Fix race condition in option_table.h generation by moving the include by Stefan Reinauer · 14 years ago
  84. e448eba Revert 5762. It silently broke a lot of boards because abuild was broken. by Myles Watson · 14 years ago
  85. c3fad56 Fix race condition in option_table.h generation by moving the include statement by Stefan Reinauer · 14 years ago
  86. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  87. 8e726b7 Don't include option_table.h every time we include mc146818rtc.h, that was a by Stefan Reinauer · 14 years ago
  88. 8655412 - include option_table.h when it is created, and that's HAVE_OPTION_TABLE by Stefan Reinauer · 14 years ago
  89. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  90. 740b587 Remove nonsensical wrapper for function in PS/2 keyboard API. by Stefan Reinauer · 14 years ago
  91. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  92. 67fed69 http://www.coreboot.org/pipermail/coreboot/2007-October/025740.html by Stefan Reinauer · 15 years ago
  93. 5e1a8d1 drop a lot of dead code, including an old winbond southbridge from our removed by Stefan Reinauer · 15 years ago
  94. c6aadbe Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA. (forgotten in last check in.) by Myles Watson · 15 years ago
  95. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  96. 4d933dd Rewrite interrupt handling in coreboot to be more comprehensible and by Stefan Reinauer · 15 years ago
  97. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  98. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  99. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  100. 5c5beb7 Implement native VGA Support. by Luc Verhaegen · 15 years ago