1. 8e726b7 Don't include option_table.h every time we include mc146818rtc.h, that was a by Stefan Reinauer · 14 years ago
  2. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  3. d1149d7 Some keyboards need a longer timeout. Also increase error level, because a by Stefan Reinauer · 14 years ago
  4. 53b0ea4 drop some unused files and fix warnings on i945 based systems. by Stefan Reinauer · 14 years ago
  5. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  6. 3426195 Get rid of a few warnings: by Myles Watson · 14 years ago
  7. 2549d52 fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled. by Stefan Reinauer · 14 years ago
  8. 9c3e8b5 use names instead of numbers where possible, also print a better message if no by Stefan Reinauer · 14 years ago
  9. 740b587 Remove nonsensical wrapper for function in PS/2 keyboard API. by Stefan Reinauer · 14 years ago
  10. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  11. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  12. 2fbbea0 RTC: Don't drop the alpha specific code but get it in shape for our Kconfig scheme. by Stefan Reinauer · 15 years ago
  13. 67fed69 http://www.coreboot.org/pipermail/coreboot/2007-October/025740.html by Stefan Reinauer · 15 years ago
  14. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  15. dd3e82a Rework the keyboard driver by Stefan Reinauer · 15 years ago
  16. ea67d47 A (hypothetical southbridge) component might provide functionality that is not by Stefan Reinauer · 15 years ago
  17. 5e1a8d1 drop a lot of dead code, including an old winbond southbridge from our removed by Stefan Reinauer · 15 years ago
  18. 0f61a4f Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. by Myles Watson · 15 years ago
  19. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  20. e59f2e1 A keyboard controller fix to stop the code from waiting for a code that never by Marc Jones · 15 years ago
  21. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  22. fd4519b This now builds. by Ronald G. Minnich · 15 years ago
  23. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  24. dabae0d fix for the case that CONFIG_TTYS0_DIV is defined in mainboard's Config.lb by Stefan Reinauer · 15 years ago
  25. 4d933dd Rewrite interrupt handling in coreboot to be more comprehensible and by Stefan Reinauer · 15 years ago
  26. 094198c Rewrite keyboard driver to actually wait time in ms as specified in the specs, by Stefan Reinauer · 15 years ago
  27. bb01f60 Some USB debug updates, mostly comments fixing, license header updates by Stefan Reinauer · 15 years ago
  28. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  29. f17f647 Undo my ugly commit that added uses clauses in lots of places instead of one. by Myles Watson · 15 years ago
  30. 24fbb7d work around initobject breakage in pc80/Config.lb by Stefan Reinauer · 15 years ago
  31. d41de2e These changes implement car in qemu. The implementation is in several by Ronald G. minnich · 15 years ago
  32. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  33. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  34. 5c5beb7 Implement native VGA Support. by Luc Verhaegen · 15 years ago
  35. bbe29ee keyboard driver: function definitions should not omit void if they don't take by Stefan Reinauer · 15 years ago
  36. e282550 fix comment in keyboard driver (trivial) by Stefan Reinauer · 15 years ago
  37. 041734d The semantics of the changed code are pretty simple and looking at by Myles Watson · 15 years ago
  38. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  39. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  40. f96c2d9 fix warnings, shadowed declarations and style guide violations (all trivial) by Stefan Reinauer · 15 years ago
  41. 73d5daa * Allow coreboot to use the full 256 bytes of CMOS memory by Stefan Reinauer · 15 years ago
  42. aeba92a Add VIA CX700 support, plus VIA vt8454c reference board support. by Stefan Reinauer · 15 years ago
  43. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 15 years ago
  44. a829bfe add a header file for i8259.h (trivial) by Stefan Reinauer · 16 years ago
  45. c811a1c Made await_ide(), which polls for an ide status change, check the status by Jens Rottmann · 16 years ago
  46. ecd176f This patch fixes the dbm690t keyboard not working issue. It should also by Marc Jones · 16 years ago
  47. 8e65adb Fix outb to 0x80 delay functions to use inb instead (fixes excessive post codes by Stefan Reinauer · 16 years ago
  48. 912857e fix lots of warnings for cache as ram builds (trivial) by Stefan Reinauer · 16 years ago
  49. ac555b1 serial.inc is not used anywhere. drop it (trivial) by Stefan Reinauer · 16 years ago
  50. ca374d4 rename linuxbios_* files, too. by Stefan Reinauer · 17 years ago
  51. e447df1 Add a debug message to keyboard init. This helped isolate at least one by Carl-Daniel Hailfinger · 17 years ago
  52. 5ecfa29 Small patch that adds an error message in case the keyboard selftest fails. by Philipp Degler · 17 years ago
  53. a3cf00e two more directories from YhLu's mcp55 megapatch. by Yinghai Lu · 17 years ago
  54. d57241f This is (most of) the usb2 debug console code ripped out of by Yinghai Lu · 17 years ago
  55. 453dfdf implement io based udelay function for all mainboards that lack an apic by Stefan Reinauer · 19 years ago
  56. 8cbc475 Don't write to CMOS when HAVE_OPTION_TABLE = 0. by Steven J. Magnani · 19 years ago
  57. 3d291aa more removal for obsolete VGABIOS support by Li-Ta Lo · 19 years ago
  58. bd7a304 remove obsolete VGA support for EPIA by Li-Ta Lo · 19 years ago
  59. 6ca7636 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51 by arch import user (historical) · 19 years ago
  60. 883b879 added PCI expansion ROM support, works for some ATI and Nvidia AGP cards now. by Li-Ta Lo · 20 years ago
  61. 84a8028 fixed indentation by Li-Ta Lo · 20 years ago
  62. af0cc3e start consolidate various borken vga support by Li-Ta Lo · 20 years ago
  63. a9e632c - First stab at getting the ppc ports building and working. by Eric Biederman · 20 years ago
  64. 029517c - Refactor the pc keyboard code so it will timeout if the hardware by Eric Biederman · 20 years ago
  65. 69afe28 mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a complex expression. by Eric Biederman · 20 years ago
  66. dbec2d4 - Bump the LinuxBIOS major version by Eric Biederman · 20 years ago
  67. e5ac295 oops. by Ronald G. Minnich · 20 years ago
  68. 02fa3b2 epia-m support by Ronald G. Minnich · 20 years ago
  69. 7b095aa minor reformat by Li-Ta Lo · 20 years ago
  70. 23e2e18 cleanup code to remove warnings by Greg Watson · 20 years ago
  71. e74ff46 typo by Greg Watson · 20 years ago
  72. 717d70d remove more debugging by Greg Watson · 20 years ago
  73. 7575fba remove debugging by Greg Watson · 20 years ago
  74. 43ba521 Checking for slaves on the IDE bus seems problematic, at least by Greg Watson · 20 years ago
  75. e54edf7 from filo by Greg Watson · 20 years ago
  76. 7d2478e use CONFIG_IDE for ide support by Greg Watson · 20 years ago
  77. 5cd8173 - Moved hlt() to it's own header. by Eric Biederman · 20 years ago
  78. 8af609f trying to get it right... by Greg Watson · 21 years ago
  79. dcac016 fix stupid typo. by Ronald G. Minnich · 21 years ago
  80. 83b991a - O2, enums, and switch statements work in romcc by Eric Biederman · 21 years ago
  81. 14e7221 uses statement missing by Greg Watson · 21 years ago
  82. 848d336 vga support by Ronald G. Minnich · 21 years ago
  83. 430111b It builds! by Ronald G. Minnich · 21 years ago
  84. ef5f218 keyboard support by Ronald G. Minnich · 21 years ago
  85. 2c018fb - First pass at s2880 support. by Eric Biederman · 21 years ago
  86. 9b4336c - Major cleanup of the bootpath by Eric Biederman · 21 years ago
  87. 50086df new config files by Greg Watson · 21 years ago
  88. a485fe9 IDE support by Greg Watson · 21 years ago
  89. 99acb49 added config and other test files. by Ronald G. Minnich · 21 years ago
  90. 8d9c123 - Minor mod to reset16.inc to work with newer binutils hopefully this works with older ones... by Eric Biederman · 21 years ago
  91. 93247c0 IDE stuff by Greg Watson · 21 years ago
  92. 05f26fc - Factoring of auto.c by Eric Biederman · 21 years ago
  93. c927b02 - Update romcc to version 0.27 by Eric Biederman · 21 years ago
  94. 0322115 Moved from freebios by Greg Watson · 21 years ago
  95. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago