1. ec20763 Move TPM code to romstage by Stefan Reinauer · 12 years ago
  2. dfb098d Add DEBUG_TPM option to Debugging menu by Stefan Reinauer · 13 years ago
  3. 1d0b1d4 vga_io.c is not needed unless CONFIG_VGA is set by Stefan Reinauer · 13 years ago
  4. c668af7 Make TPM driver work in rom stage. by Stefan Reinauer · 13 years ago
  5. 3008bbad Add TPM support to coreboot by Stefan Reinauer · 13 years ago
  6. cc16cca vga: removed inclusion of .c files by Vikram Narayanan · 13 years ago
  7. 1c80cf0 kbd: wait longer for self-test on keyboard reset by Mathias Krause · 13 years ago
  8. ea5c2b6 Fix checksum calculation both in romstage and ramstage. by Stefan Reinauer · 13 years ago
  9. d87dfc0 Fix our CMOS checksum algorithm so it matches what /dev/nvram expects by Stefan Reinauer · 13 years ago
  10. 1babddb rework RTC driver output to make it more consistent. by Stefan Reinauer · 13 years ago
  11. 491e2a2 Enable/fix compilation of i8254 code in ram stage. by Stefan Reinauer · 13 years ago
  12. 4297a9a X60: trigger save cmos on volume/brightness change by Sven Schnelle · 13 years ago
  13. d29e5bb CMOS: add set_option() by Sven Schnelle · 13 years ago
  14. b251753 Change read_option() to a macro that wraps some API uglyness by Patrick Georgi · 13 years ago
  15. d4814bd more ifdef -> if fixes by Stefan Reinauer · 13 years ago
  16. 57205c7 Add option_table.h as dependency for all C based object files if option tables are used. by Patrick Georgi · 13 years ago
  17. fab35e3 Move cmos.default handling to bootblock by Patrick Georgi · 13 years ago
  18. b82673b Build failure because of src/pc80/mc146818rtc_early.c unused variable by Stefan Reinauer · 13 years ago
  19. 5c0bca2 Inverse two arguments of cbfs-files-y and adapts its users (one of which already used the new order) by Patrick Georgi · 13 years ago
  20. 16ce01b This patch gets usbdebug console working in romstage. by Stefan Reinauer · 14 years ago
  21. 5ccbbd9 Typo. s,CMOS_COMPONENT,CBFS_COMPONENT,. by Patrick Georgi · 14 years ago
  22. cef3b89 Report if cmos_layout.bin can't be found when it should. by Patrick Georgi · 14 years ago
  23. 2447937 Move option table (cmos.layout's binary representation) by Patrick Georgi · 14 years ago
  24. c3dc8f8 Disable CMOS recovery code for ROMCC boards as the CBFS code used for by Patrick Georgi · 14 years ago
  25. a865b17 Allow coreboot to initialize CMOS if checksum is invalid. by Patrick Georgi · 14 years ago
  26. 85b0fa1 drop one more version of doing serial uart output differently. by Stefan Reinauer · 14 years ago
  27. 5692c57 - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 by Patrick Georgi · 14 years ago
  28. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  29. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  30. 10ec0fe - Fix race condition in option_table.h generation by moving the include by Stefan Reinauer · 14 years ago
  31. 16db6c3 Whitespace/typo/cosmetic fixes (trivial). by Uwe Hermann · 14 years ago
  32. 9c934d1 This patch avoids a timeout during PS/2 keyboard by Scott Duplichan · 14 years ago
  33. 9c35c84 Add a DRIVERS_PS2_KEYBOARD option which controls the PS2 keyboard by Kevin O'Connor · 14 years ago
  34. e448eba Revert 5762. It silently broke a lot of boards because abuild was broken. by Myles Watson · 14 years ago
  35. c3fad56 Fix race condition in option_table.h generation by moving the include statement by Stefan Reinauer · 14 years ago
  36. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  37. 127e976 Remove warnings from USB debug console code. by Myles Watson · 14 years ago
  38. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  39. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  40. 75a05dc fix most usbdebug warnings and fix function names. by Stefan Reinauer · 14 years ago
  41. da32373 Long ago we agreed on kicking the _direct appendix because everything in by Stefan Reinauer · 14 years ago
  42. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  43. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  44. 8e726b7 Don't include option_table.h every time we include mc146818rtc.h, that was a by Stefan Reinauer · 14 years ago
  45. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  46. d1149d7 Some keyboards need a longer timeout. Also increase error level, because a by Stefan Reinauer · 14 years ago
  47. 53b0ea4 drop some unused files and fix warnings on i945 based systems. by Stefan Reinauer · 14 years ago
  48. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  49. 3426195 Get rid of a few warnings: by Myles Watson · 14 years ago
  50. 2549d52 fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled. by Stefan Reinauer · 14 years ago
  51. 9c3e8b5 use names instead of numbers where possible, also print a better message if no by Stefan Reinauer · 14 years ago
  52. 740b587 Remove nonsensical wrapper for function in PS/2 keyboard API. by Stefan Reinauer · 14 years ago
  53. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  54. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  55. 2fbbea0 RTC: Don't drop the alpha specific code but get it in shape for our Kconfig scheme. by Stefan Reinauer · 15 years ago
  56. 67fed69 http://www.coreboot.org/pipermail/coreboot/2007-October/025740.html by Stefan Reinauer · 15 years ago
  57. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  58. dd3e82a Rework the keyboard driver by Stefan Reinauer · 15 years ago
  59. ea67d47 A (hypothetical southbridge) component might provide functionality that is not by Stefan Reinauer · 15 years ago
  60. 5e1a8d1 drop a lot of dead code, including an old winbond southbridge from our removed by Stefan Reinauer · 15 years ago
  61. 0f61a4f Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. by Myles Watson · 15 years ago
  62. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  63. e59f2e1 A keyboard controller fix to stop the code from waiting for a code that never by Marc Jones · 15 years ago
  64. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  65. fd4519b This now builds. by Ronald G. Minnich · 15 years ago
  66. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  67. dabae0d fix for the case that CONFIG_TTYS0_DIV is defined in mainboard's Config.lb by Stefan Reinauer · 15 years ago
  68. 4d933dd Rewrite interrupt handling in coreboot to be more comprehensible and by Stefan Reinauer · 15 years ago
  69. 094198c Rewrite keyboard driver to actually wait time in ms as specified in the specs, by Stefan Reinauer · 15 years ago
  70. bb01f60 Some USB debug updates, mostly comments fixing, license header updates by Stefan Reinauer · 15 years ago
  71. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  72. f17f647 Undo my ugly commit that added uses clauses in lots of places instead of one. by Myles Watson · 15 years ago
  73. 24fbb7d work around initobject breakage in pc80/Config.lb by Stefan Reinauer · 15 years ago
  74. d41de2e These changes implement car in qemu. The implementation is in several by Ronald G. minnich · 15 years ago
  75. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  76. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  77. 5c5beb7 Implement native VGA Support. by Luc Verhaegen · 15 years ago
  78. bbe29ee keyboard driver: function definitions should not omit void if they don't take by Stefan Reinauer · 15 years ago
  79. e282550 fix comment in keyboard driver (trivial) by Stefan Reinauer · 15 years ago
  80. 041734d The semantics of the changed code are pretty simple and looking at by Myles Watson · 15 years ago
  81. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  82. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  83. f96c2d9 fix warnings, shadowed declarations and style guide violations (all trivial) by Stefan Reinauer · 15 years ago
  84. 73d5daa * Allow coreboot to use the full 256 bytes of CMOS memory by Stefan Reinauer · 15 years ago
  85. aeba92a Add VIA CX700 support, plus VIA vt8454c reference board support. by Stefan Reinauer · 15 years ago
  86. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 15 years ago
  87. a829bfe add a header file for i8259.h (trivial) by Stefan Reinauer · 16 years ago
  88. c811a1c Made await_ide(), which polls for an ide status change, check the status by Jens Rottmann · 16 years ago
  89. ecd176f This patch fixes the dbm690t keyboard not working issue. It should also by Marc Jones · 16 years ago
  90. 8e65adb Fix outb to 0x80 delay functions to use inb instead (fixes excessive post codes by Stefan Reinauer · 16 years ago
  91. 912857e fix lots of warnings for cache as ram builds (trivial) by Stefan Reinauer · 16 years ago
  92. ac555b1 serial.inc is not used anywhere. drop it (trivial) by Stefan Reinauer · 16 years ago
  93. ca374d4 rename linuxbios_* files, too. by Stefan Reinauer · 17 years ago
  94. e447df1 Add a debug message to keyboard init. This helped isolate at least one by Carl-Daniel Hailfinger · 17 years ago
  95. 5ecfa29 Small patch that adds an error message in case the keyboard selftest fails. by Philipp Degler · 17 years ago
  96. a3cf00e two more directories from YhLu's mcp55 megapatch. by Yinghai Lu · 17 years ago
  97. d57241f This is (most of) the usb2 debug console code ripped out of by Yinghai Lu · 17 years ago
  98. 453dfdf implement io based udelay function for all mainboards that lack an apic by Stefan Reinauer · 19 years ago
  99. 8cbc475 Don't write to CMOS when HAVE_OPTION_TABLE = 0. by Steven J. Magnani · 19 years ago
  100. 3d291aa more removal for obsolete VGABIOS support by Li-Ta Lo · 19 years ago