1. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  2. 3a54318 Add EM100 'hyper term' spi console support in ramstage & smm by Martin Roth · 9 years ago
  3. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  4. d4a72f7 console: Bring back newline translation by Kyösti Mälkki · 9 years ago
  5. 0ddb826 src/console: Sanitize headers and IS_ENABLED usage by Edward O'Callaghan · 10 years ago
  6. f2f7f03 console: Add console for GDB by Kyösti Mälkki · 10 years ago
  7. f339086 console: Simplify the enable rules by Kyösti Mälkki · 10 years ago
  8. 4076072 console: Use romstage code for ramstage and SMM by Kyösti Mälkki · 10 years ago
  9. fd95624 console: Drop driver list in ramstage by Kyösti Mälkki · 10 years ago
  10. 657e0be console: Move newline translation outside console_tx_byte by Kyösti Mälkki · 10 years ago
  11. 21333f9 console: Split console_init() by Kyösti Mälkki · 10 years ago
  12. 4c686f2 OxPCIe uart: Split PCI bridge control by Kyösti Mälkki · 10 years ago
  13. ab94bbf usbdebug: Move Kconfig under drivers/usb by Kyösti Mälkki · 10 years ago
  14. 2b95da0 uart8250mem: Unify calls with generic UART by Kyösti Mälkki · 10 years ago
  15. 1d7541f console: Fix includes by Kyösti Mälkki · 10 years ago
  16. 919923d option: Add arch-agnostic get_option() by Kyösti Mälkki · 10 years ago
  17. 972d5cf Move hexdump32() to lib/hexdump. by Kyösti Mälkki · 10 years ago
  18. 72dccce global: Fix usage of get_option() to make use of CB_CMOS_ codes by Alexandru Gagniuc · 11 years ago
  19. af0cd09 console: Add hexdump32 function by Marc Jones · 11 years ago
  20. ac16405 usbdebug: Fix boards without EARLY_CBMEM_INIT by Kyösti Mälkki · 11 years ago
  21. 2644793 Have option of timestamps, CBMEM console and usbdebug for most boards by Kyösti Mälkki · 11 years ago
  22. a2f6af3 ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebug by Kyösti Mälkki · 11 years ago
  23. 3be80cc usbdebug: Add option for verbose logging of connection by Kyösti Mälkki · 11 years ago
  24. 9e7806a usbdebug: Move ehci_debug_info allocation by Kyösti Mälkki · 11 years ago
  25. 9d9b0dd Don't try to use CBMEM console in bootblock by Stefan Reinauer · 11 years ago
  26. fbb11cf ARM: Separate the early console (romstage) from the bootblock console. by Gabe Black · 11 years ago
  27. 45988da spkmodem console by Vladimir Serbinenko · 11 years ago
  28. 8b5b764 console: Make use of CONFIG_USE_OPTION_TABLE by Christian Gmeiner · 11 years ago
  29. 882f7e3 console: Fix using CMOS for options by Patrick Georgi · 11 years ago
  30. 580fa2b console: Only print romstage messages with EARLY_CONSOLE enabled. by Hung-Te Lin · 11 years ago
  31. ad173ea console: Revise serial console configuration names. by Hung-Te Lin · 11 years ago
  32. 8d05322 Fix console.c with serial support disabled by Stefan Reinauer · 11 years ago
  33. 6a503b6 make early serial console support more generic by David Hendricks · 12 years ago
  34. 0f5caa2 Conditionally include mc146818rtc in console.c by David Hendricks · 12 years ago
  35. 1078c67 CBMEM CONSOLE: Add code using the new console driver. by Vadim Bendebury · 13 years ago
  36. 8907e81 move console includes to central console/console.h by Stefan Reinauer · 13 years ago
  37. 20fc631 Fix usb debug dongle support by Sven Schnelle · 13 years ago
  38. 4885daa Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an by Stefan Reinauer · 13 years ago
  39. 42fa7fe run uart_init() from console_init, just like the other console initialization functions. by Stefan Reinauer · 13 years ago
  40. b3ae186 * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value by Stefan Reinauer · 13 years ago
  41. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  42. 2a8ad41 Add 2 missing license headers based on svn logs and remove an unneeded #include by Stefan Reinauer · 14 years ago
  43. 4aa93cc Add support for the console over Ethernet (through PCI NE2000). by Rudolf Marek · 14 years ago
  44. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  45. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  46. 0c781b2 - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 14 years ago
  47. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  48. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  49. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  50. 3ff6358 Revert deletion that snuck in to 4794. Sorry. by Myles Watson · 15 years ago
  51. 0364618 Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8. by Myles Watson · 15 years ago
  52. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  53. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  54. 87e7050 die() does never return. Annotate it as such. by Carl-Daniel Hailfinger · 15 years ago
  55. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  56. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  57. f96c2d9 fix warnings, shadowed declarations and style guide violations (all trivial) by Stefan Reinauer · 15 years ago
  58. 7ce8c54 1201_ht_bus0_dev0_fidvid_core.diff by Stefan Reinauer · 19 years ago
  59. e2ad5ce fixed function prototype for die() by Li-Ta Lo · 20 years ago
  60. 7ebb9e9 updates for the E325 by Ronald G. Minnich · 20 years ago
  61. 7f84586 fix up for serial post by Ronald G. Minnich · 20 years ago
  62. e54d55b added rx support by Greg Watson · 20 years ago
  63. 57ffeb0 updates from YhLu, plus fixes for PPC/K8 issues. by Ronald G. Minnich · 21 years ago
  64. 655bf44 - Remove all of the annoying $Id strings by Eric Biederman · 21 years ago
  65. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago