1. 54124d3 Remove sprintf by Vladimir Serbinenko · 11 years ago
  2. 4b5012a console/vsprintf: Implement snprintf by Vladimir Serbinenko · 11 years ago
  3. 50ecb9c usbdebug: Add option to disable console for romstage by Kyösti Mälkki · 11 years ago
  4. 2267658 snprintf: lockless operation by Vladimir Serbinenko · 11 years ago
  5. f421b33 vtxprintf: Introduce vtxdprintf for the ease of closures by Vladimir Serbinenko · 11 years ago
  6. 8232bc2 usbdebug: Hide irrelevent options from menuconfig by Kyösti Mälkki · 11 years ago
  7. 5ae3175 Drop obsolete CONSOLE_LOGBUF by Stefan Reinauer · 11 years ago
  8. 72dccce global: Fix usage of get_option() to make use of CB_CMOS_ codes by Alexandru Gagniuc · 11 years ago
  9. 8adf7a2 Log device path into CMOS during probe stages by Duncan Laurie · 11 years ago
  10. d5686fe Extend CMOS POST code logging to store extra data by Duncan Laurie · 11 years ago
  11. e807c34 cmos post: Guard with spinlock by Duncan Laurie · 11 years ago
  12. af0cd09 console: Add hexdump32 function by Marc Jones · 11 years ago
  13. ac16405 usbdebug: Fix boards without EARLY_CBMEM_INIT by Kyösti Mälkki · 11 years ago
  14. 2644793 Have option of timestamps, CBMEM console and usbdebug for most boards by Kyösti Mälkki · 11 years ago
  15. f8bf5a1 Revert "CBMEM: Always have early initialisation" by Kyösti Mälkki · 11 years ago
  16. de1fe7f CBMEM: Always have early initialisation by Kyösti Mälkki · 11 years ago
  17. a2f6af3 ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebug by Kyösti Mälkki · 11 years ago
  18. d2dac0a usbdebug: Allow an USB hub on the debug dongle by Kyösti Mälkki · 11 years ago
  19. 8101aa6 usbdebug: Support choice of EHCI controller by Kyösti Mälkki · 11 years ago
  20. 2410010 usbdebug: Change debug port scanning by Kyösti Mälkki · 11 years ago
  21. 361cd81 console: Squelch console output from AP CPUs in romstage by Kyösti Mälkki · 11 years ago
  22. 3be80cc usbdebug: Add option for verbose logging of connection by Kyösti Mälkki · 11 years ago
  23. da940c5 Make EARLY_CONSOLE optional by Kyösti Mälkki · 11 years ago
  24. 41c10cd usbdebug: Move EHCI BAR relocation code by Kyösti Mälkki · 11 years ago
  25. 9e7806a usbdebug: Move ehci_debug_info allocation by Kyösti Mälkki · 11 years ago
  26. 4d409b5 usbdebug: Refactor disable logic by Kyösti Mälkki · 11 years ago
  27. 9d9b0dd Don't try to use CBMEM console in bootblock by Stefan Reinauer · 11 years ago
  28. d2f45c6 Simplify early / bootblock console code by Stefan Reinauer · 11 years ago
  29. fbb11cf ARM: Separate the early console (romstage) from the bootblock console. by Gabe Black · 11 years ago
  30. 50d887d console: Fix spelling by Martin Roth · 11 years ago
  31. fb387df usbdebug: Drop duplicates of EHCI BAR relocation code by Kyösti Mälkki · 11 years ago
  32. ecbc0c5 usbdebug: Fix use without EARLY_CONSOLE by Kyösti Mälkki · 11 years ago
  33. 4321d60 console: log qemu debugcon detection result by Gerd Hoffmann · 11 years ago
  34. 22f01e6 console: add qemu debugcon detection by Gerd Hoffmann · 11 years ago
  35. d7c6e44 console: add qemu prefix to debugcon by Gerd Hoffmann · 11 years ago
  36. 038aa29 console: add support for QEMU's debugcon by Gerd Hoffmann · 11 years ago
  37. 711a6fd Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot binary by Ronald G. Minnich · 11 years ago
  38. 45988da spkmodem console by Vladimir Serbinenko · 11 years ago
  39. 8b5b764 console: Make use of CONFIG_USE_OPTION_TABLE by Christian Gmeiner · 11 years ago
  40. c15551a dynamic cbmem: fix memconsole and timestamps by Aaron Durbin · 11 years ago
  41. 43e4a80 Fix race condition building console code by Stefan Reinauer · 11 years ago
  42. ae0e8d3 Eliminate do_div(). by David Hendricks · 11 years ago
  43. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  44. 882f7e3 console: Fix using CMOS for options by Patrick Georgi · 11 years ago
  45. 580fa2b console: Only print romstage messages with EARLY_CONSOLE enabled. by Hung-Te Lin · 11 years ago
  46. f7fcb20 console: Always allow setting "EARLY_CONSOLE" configuration. by Hung-Te Lin · 11 years ago
  47. ad173ea console: Revise serial console configuration names. by Hung-Te Lin · 11 years ago
  48. 5f83f6c armv7: Clean up arm/snow bootblock build process. by Hung-Te Lin · 11 years ago
  49. 79e36d9 Improve how our printk calls do_div by using constants. by Ronald G. Minnich · 11 years ago
  50. 8d05322 Fix console.c with serial support disabled by Stefan Reinauer · 11 years ago
  51. 6a503b6 make early serial console support more generic by David Hendricks · 12 years ago
  52. 509f772 WIP: Add support for non-8250 built-in UARTs by Stefan Reinauer · 12 years ago
  53. c2d5a16 Disable CMOS_POST and IO_POST on non-PC80 systems by Stefan Reinauer · 12 years ago
  54. 0f5caa2 Conditionally include mc146818rtc in console.c by David Hendricks · 12 years ago
  55. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  56. 534c8a0 Conditionally #include mc1468181rtc if CMOS_POST is enabled by David Hendricks · 12 years ago
  57. 6b908d0 Make POST codes written to IO port optional by David Hendricks · 12 years ago
  58. 1fc3461 Log unexpected post code from the previous boot by Duncan Laurie · 12 years ago
  59. b6e97b1 Add support for storing POST codes in CMOS by Duncan Laurie · 12 years ago
  60. f88204e Add a capability for mainboard-specific posting. by Alexandru Gagniuc · 12 years ago
  61. 82704c6 USBDEBUG: buffer up to 8 bytes by Sven Schnelle · 12 years ago
  62. f5e9ac4 SMM: Add support for malloc in SMM if using TSEG by Duncan Laurie · 12 years ago
  63. fa418e3 Add uartmem_init prototype. by Marc Jones · 12 years ago
  64. bfff6de Implement %zu / %zd in printk by Stefan Reinauer · 12 years ago
  65. 3aa067f Add support to run SMM handler in TSEG instead of ASEG by Stefan Reinauer · 12 years ago
  66. 1b632af Fix typos in src/console/Kconfig by Stefan Reinauer · 13 years ago
  67. 3e31600 CBMEM CONSOLE: Enable coreboot CBMEM console. by Vadim Bendebury · 13 years ago
  68. 1078c67 CBMEM CONSOLE: Add code using the new console driver. by Vadim Bendebury · 13 years ago
  69. 32da8be CBMEM CONSOLE: Add CBMEM console driver implementation. by Vadim Bendebury · 13 years ago
  70. c34b463 CBMEM CONSOLE: Add config option for CBMEM stored console log. by Vadim Bendebury · 13 years ago
  71. 8907e81 move console includes to central console/console.h by Stefan Reinauer · 13 years ago
  72. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  73. 2b751c6 trivial:change the value type of POST_PORT in Kconfig from int to hex by Vikram Narayanan · 13 years ago
  74. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  75. 20fc631 Fix usb debug dongle support by Sven Schnelle · 13 years ago
  76. 5cfd583 console: support integrated 7-segment displays for POST codes by Christoph Grenz · 13 years ago
  77. d1bc331 Extend coreboot table entry for serial ports by Stefan Reinauer · 13 years ago
  78. 7f0e930 Add support for the tracing infastructure in coreboot. by Rudolf Marek · 13 years ago
  79. a68555f Do full flush on uart8250 only at end of printk. by Kevin O'Connor · 13 years ago
  80. 4885daa Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an by Stefan Reinauer · 13 years ago
  81. f349d55 Get rid of all but one (I/O mapped) UART init functions. by Stefan Reinauer · 13 years ago
  82. 6aca1e8 The UART divider should be calculated based on the base frequency by Stefan Reinauer · 13 years ago
  83. d4814bd more ifdef -> if fixes by Stefan Reinauer · 13 years ago
  84. 42fa7fe run uart_init() from console_init, just like the other console initialization functions. by Stefan Reinauer · 13 years ago
  85. b3ae186 * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value by Stefan Reinauer · 13 years ago
  86. 582d369 rename CONFIG_SERIAL_POST to CONFIG_CONSOLE_POST because that is what it does. by Stefan Reinauer · 13 years ago
  87. 1b34226 move single options out of main menu and remove stray "options" by Stefan Reinauer · 14 years ago
  88. 85b0fa1 drop one more version of doing serial uart output differently. by Stefan Reinauer · 14 years ago
  89. 394965d Workaround to get die.c to work with romcc. by Patrick Georgi · 14 years ago
  90. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  91. fa7efe9 AMD SB600 uses a hardcoded USB Debug Port number. by Uwe Hermann · 14 years ago
  92. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  93. 2a8ad41 Add 2 missing license headers based on svn logs and remove an unneeded #include by Stefan Reinauer · 14 years ago
  94. 7ac4c26 Add a kconfig option to allow the user to select a specific physical by Uwe Hermann · 14 years ago
  95. 02260bc Fix the build, CONFIG_USBDEBUG must always be defined (trivial). by Uwe Hermann · 14 years ago
  96. 65e6034 Only show the USB Debug Port kconfig option to the user if a mainboard by Uwe Hermann · 14 years ago
  97. d6b4f1c Fix some wrong capitalizations, reformat comments, fix a typo. by Stefan Reinauer · 14 years ago
  98. 06694a8 USB Debug Port related license header fixes (trivial). by Uwe Hermann · 14 years ago
  99. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  100. 127e976 Remove warnings from USB debug console code. by Myles Watson · 14 years ago