1. 3bfd7cc drivers/pc80: Rework normal / fallback selector code by Timothy Pearson · 9 years ago
  2. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  3. 46cf9f7 Verify Kconfigs symbols are not zero for hex and int type symbols by Martin Roth · 9 years ago
  4. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  5. b5669ba drivers/pc80/mc146818rtc: Reduce superfluous preprocessor use by Alexandru Gagniuc · 9 years ago
  6. 03abaee21 drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY by Gabe Black · 10 years ago
  7. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  8. d518c7a tpm: Clean up I2C TPM driver by Stefan Reinauer · 11 years ago
  9. d638c2b include/pc80/mc146818rtc.h: Inconsequential, comment ifdef maze by Edward O'Callaghan · 10 years ago
  10. c5fff75 pc80/mc146818rtc.h: Has X86 specific inlines without guards by Edward O'Callaghan · 10 years ago
  11. 502c3db include/pc80/mc146818rtc.h: Move include to top of file by Edward O'Callaghan · 10 years ago
  12. ce740c4 PIC i8259: Move #defines and functions to i8259.h by Mike Loptien · 11 years ago
  13. e1fe688 src/*: Remove the last remnants of struct keyboard by Edward O'Callaghan · 10 years ago
  14. def00be src/drivers/pc80: Remove empty struct keyboard by Edward O'Callaghan · 10 years ago
  15. 5c97142 drivers/elog: Fix implicit function declaration issue by Edward O'Callaghan · 10 years ago
  16. 8adf7a2 Log device path into CMOS during probe stages by Duncan Laurie · 11 years ago
  17. d5686fe Extend CMOS POST code logging to store extra data by Duncan Laurie · 11 years ago
  18. d7134e0 pc80/mc146818rtc: Return an error code rather than an integer by Alexandru Gagniuc · 11 years ago
  19. 0cb07e3 include: Fix spelling by Martin Roth · 11 years ago
  20. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 11 years ago
  21. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  22. f943901 mc146818rtc: disable RTC before writing to nvram by Patrick Georgi · 12 years ago
  23. 0e6d0ed mc146818rtc: Remove the hyphen to build on NetBSD and Darwin by Zheng Bao · 12 years ago
  24. 1fc3461 Log unexpected post code from the previous boot by Duncan Laurie · 12 years ago
  25. b6e97b1 Add support for storing POST codes in CMOS by Duncan Laurie · 12 years ago
  26. 5c103aa RTC: Write build date in BCD when clearing RTC CMOS by Duncan Laurie · 12 years ago
  27. a1e6a9c RTC: Add a routine to check if the CMOS date is valid by zbao · 12 years ago
  28. c8c836f RTC: Add defines for standard clock offsets by Duncan Laurie · 12 years ago
  29. ae5e11d Move top level pc80 directory to drivers/ by Stefan Reinauer · 12 years ago
  30. 3008bbad Add TPM support to coreboot by Stefan Reinauer · 13 years ago
  31. 654f293 Add cmos helper functions for reading/writing a dword by Duncan Laurie · 13 years ago
  32. a27561c Fix CMOS handling for non-USE_OPTION_TABLE configuration by Patrick Georgi · 13 years ago
  33. 491e2a2 Enable/fix compilation of i8254 code in ram stage. by Stefan Reinauer · 13 years ago
  34. 78834b7 Miscellaneous AMD F14 warning fixes by efdesign98 · 13 years ago
  35. d29e5bb CMOS: add set_option() by Sven Schnelle · 13 years ago
  36. b251753 Change read_option() to a macro that wraps some API uglyness 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. 8e726b7 Don't include option_table.h every time we include mc146818rtc.h, that was a by Stefan Reinauer · 14 years ago
  42. 8655412 - include option_table.h when it is created, and that's HAVE_OPTION_TABLE 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. 740b587 Remove nonsensical wrapper for function in PS/2 keyboard API. by Stefan Reinauer · 14 years ago
  45. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 14 years ago
  46. 67fed69 http://www.coreboot.org/pipermail/coreboot/2007-October/025740.html by Stefan Reinauer · 15 years ago
  47. 5e1a8d1 drop a lot of dead code, including an old winbond southbridge from our removed by Stefan Reinauer · 15 years ago
  48. c6aadbe Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA. (forgotten in last check in.) by Myles Watson · 15 years ago
  49. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  50. 4d933dd Rewrite interrupt handling in coreboot to be more comprehensible and by Stefan Reinauer · 15 years ago
  51. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  52. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  53. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  54. 5c5beb7 Implement native VGA Support. by Luc Verhaegen · 15 years ago
  55. aeba92a Add VIA CX700 support, plus VIA vt8454c reference board support. by Stefan Reinauer · 15 years ago
  56. a829bfe add a header file for i8259.h (trivial) by Stefan Reinauer · 15 years ago
  57. e562f72 Fix a LOT of implicit function declarations before they become errors. by Corey Osgood · 16 years ago
  58. 648e8da small gcc4 patches, some ts5300 updates by Stefan Reinauer · 19 years ago
  59. 6ab43fc Updating FSF address in the code. by Stefan Reinauer · 19 years ago
  60. e562738 add vga.h / needed by vga text console. by Stefan Reinauer · 19 years ago
  61. dbec2d4 - Bump the LinuxBIOS major version by Eric Biederman · 20 years ago
  62. bcfa0d3 according to spec, sector size is 2048 by Greg Watson · 20 years ago
  63. 12f5ef5 added atapi support by Greg Watson · 20 years ago
  64. 5cd8173 - Moved hlt() to it's own header. by Eric Biederman · 20 years ago
  65. 0322115 Moved from freebios by Greg Watson · 21 years ago
  66. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago