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