1. e613d70 console: Split loglevel for fast and slow by Kyösti Mälkki · 6 years ago
  2. 7132f25 console: Refactor printk() varargs prototypes by Kyösti Mälkki · 6 years ago
  3. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  4. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  5. 0370bcf complier.h: add __noreturn and use it in code base by Aaron Durbin · 6 years ago
  6. 564547f src/device: Fix discarded-qualifiers compilation issue by Subrata Banik · 6 years ago
  7. 4ecd42f console: Introduce a way for mainboard to override the loglevel by Julien Viard de Galbert · 6 years ago
  8. 4b7b18d console: Add weak method to notify about death by Patrick Rudolph · 7 years ago
  9. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  10. afa9aef include/console: Use IS_ENABLED() macro by Nico Huber · 7 years ago
  11. 54235ca console: Add convenient debug level macros for raminit by Nico Huber · 7 years ago
  12. 6a566d7 src/include: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  13. ec0a393 console: Enable printk for ENV_LIBAGESA by Kyösti Mälkki · 7 years ago
  14. c701393 console: honor CONFIG_POSTCAR_CONSOLE by Aaron Durbin · 8 years ago
  15. 8ffd050 src/include: Improve code formatting by Elyes HAOUAS · 8 years ago
  16. 4f79e66 console: Change CONFIG_CHROMEOS requirement from do_printk_va_list() by Julius Werner · 8 years ago
  17. 8c8403f console: Drop leftover struct console_driver by Kyösti Mälkki · 8 years ago
  18. 049b462 arch/x86: Enable postcar console by Lee Leahy · 8 years ago
  19. 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 8 years ago
  20. 8c8e2b7 arm64: remove secmon by Aaron Durbin · 9 years ago
  21. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  22. dc9f5cd coreboot: introduce commonlib by Aaron Durbin · 9 years ago
  23. aadf2b8 consoles: remove unused infrastructure by Aaron Durbin · 9 years ago
  24. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  25. fd6fb26 verstage: provide support for serial console by Aaron Durbin · 9 years ago
  26. 8fb36c0 console: rename do_vtxprintf to do_printk_va_list and use it by Aaron Durbin · 9 years ago
  27. 90f6cd3 Add console wrapper for UART driver by Vadim Bendebury · 10 years ago
  28. abde3b5 arm64: Add support for secure monitor by Furquan Shaikh · 10 years ago
  29. d686522 misc: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  30. 48713a1 console: Drop EARLY_CONSOLE option by Kyösti Mälkki · 10 years ago
  31. f339086 console: Simplify the enable rules by Kyösti Mälkki · 10 years ago
  32. efb0b51 console: Split ROMCC helpers by Kyösti Mälkki · 10 years ago
  33. 4076072 console: Use romstage code for ramstage and SMM by Kyösti Mälkki · 10 years ago
  34. fd95624 console: Drop driver list in ramstage by Kyösti Mälkki · 11 years ago
  35. 77f43e9 console: Remove old fix for DEBUG_SMI by Kyösti Mälkki · 11 years ago
  36. b04e0ff console: Simplify vtxprintf by Kyösti Mälkki · 11 years ago
  37. 657e0be console: Move newline translation outside console_tx_byte by Kyösti Mälkki · 11 years ago
  38. b3356bb console: Add printk helper for ChromeOS by Kyösti Mälkki · 10 years ago
  39. 56ae139 console: Hide global console_loglevel by Kyösti Mälkki · 10 years ago
  40. 21333f9 console: Split console_init() by Kyösti Mälkki · 11 years ago
  41. 9c479c9 SMM: Only have console with DEBUG_SMI by Kyösti Mälkki · 11 years ago
  42. 1d7541f console: Fix includes by Kyösti Mälkki · 11 years ago
  43. 972d5cf Move hexdump32() to lib/hexdump. by Kyösti Mälkki · 11 years ago
  44. e2227a2 usbdebug: Move under drivers/usb by Kyösti Mälkki · 11 years ago
  45. 8adf7a2 Log device path into CMOS during probe stages by Duncan Laurie · 11 years ago
  46. d5686fe Extend CMOS POST code logging to store extra data by Duncan Laurie · 11 years ago
  47. af0cd09 console: Add hexdump32 function by Marc Jones · 11 years ago
  48. b0aec8f usbdebug: Fix build for ROMCC boards by Kyösti Mälkki · 11 years ago
  49. 0cb07e3 include: Fix spelling by Martin Roth · 11 years ago
  50. fbb11cf ARM: Separate the early console (romstage) from the bootblock console. by Gabe Black · 11 years ago
  51. 711a6fd Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot binary by Ronald G. Minnich · 11 years ago
  52. 45988da spkmodem console by Vladimir Serbinenko · 11 years ago
  53. 1989b4b x86: expose console_tx_flush in romstage by Aaron Durbin · 11 years ago
  54. 580fa2b console: Only print romstage messages with EARLY_CONSOLE enabled. by Hung-Te Lin · 12 years ago
  55. ad173ea console: Revise serial console configuration names. by Hung-Te Lin · 12 years ago
  56. 48a4a7f Provide MRC with a console printing callback function by Vadim Bendebury · 12 years ago
  57. f88204e Add a capability for mainboard-specific posting. by Alexandru Gagniuc · 12 years ago
  58. 32da8be CBMEM CONSOLE: Add CBMEM console driver implementation. by Vadim Bendebury · 13 years ago
  59. 8907e81 move console includes to central console/console.h by Stefan Reinauer · 13 years ago
  60. bbd2f21 Simplify coreboot's console/console.h by Stefan Reinauer · 13 years ago
  61. 5005bb06 Unify use of post_code by Alexandru Gagniuc · 13 years ago
  62. 16ce01b This patch gets usbdebug console working in romstage. by Stefan Reinauer · 14 years ago
  63. 3817494 fix the tree again. by Stefan Reinauer · 14 years ago
  64. 85b0fa1 drop one more version of doing serial uart output differently. by Stefan Reinauer · 14 years ago
  65. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  66. 4f7a5c4 oops. always run abuild on a clean tree with no other patches applied. by Stefan Reinauer · 14 years ago
  67. 2a8ad41 Add 2 missing license headers based on svn logs and remove an unneeded #include by Stefan Reinauer · 14 years ago
  68. 127e976 Remove warnings from USB debug console code. by Myles Watson · 14 years ago
  69. 4aa93cc Add support for the console over Ethernet (through PCI NE2000). by Rudolf Marek · 14 years ago
  70. bf9e538 Remove pc80/serial.c includes in ROMCC boards and include by Patrick Georgi · 14 years ago
  71. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  72. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  73. b4a3fcf oops, sorry, overlapping work by Stefan Reinauer · 14 years ago
  74. 720297c remove some more warnings by Stefan Reinauer · 14 years ago
  75. b54deb7 Fix console prototypes for non-romcc boards. by Myles Watson · 14 years ago
  76. 0c781b2 - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 14 years ago
  77. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  78. b8ac05d mini part of the patch on the mailing list to fix the boards again by Stefan Reinauer · 14 years ago
  79. f0aa09b fix newly introduced printk_foo warnings.. by Stefan Reinauer · 14 years ago
  80. 0364618 Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8. by Myles Watson · 15 years ago
  81. 0001a7f Example how simple it is to use printk instead of printk_something in by Stefan Reinauer · 15 years ago
  82. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  83. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  84. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  85. 5c5beb7 Implement native VGA Support. by Luc Verhaegen · 15 years ago
  86. 16cdbb2 Eliminate various issues brought up by scan-build. by Patrick Georgi · 15 years ago
  87. 90308bb Check the printk format string against the matching arguments. We have by Carl-Daniel Hailfinger · 16 years ago
  88. e0e1378 fix typos reported by Martin Ley by Stefan Reinauer · 19 years ago
  89. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  90. e54d55b added rx support by Greg Watson · 20 years ago
  91. 60e185f patches from Yh Lu. Tested and working on HDAMA by Ronald G. Minnich · 21 years ago
  92. 9b4336c - Major cleanup of the bootpath by Eric Biederman · 21 years ago
  93. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago