1. a2bc254 Allow to build romstage sources inside the bootblock by Arthur Heymans · 3 years, 3 months ago
  2. 6a07db2 console: Add format-checking __printf() to die() by Nico Huber · 1 year, 3 months ago
  3. a02176d console: Add SimNow console logging by Fred Reitberger · 1 year, 7 months ago
  4. 35c3ae3b treewide: Add 'IWYU pragma: export' comment by Elyes Haouas · 1 year, 10 months ago
  5. 771806d console: Add an SoC-specific post-code call by Martin Roth · 1 year, 10 months ago
  6. 266041f console: Add compile-time fast path when only CBMEM console is used by Julius Werner · 2 years, 6 months ago
  7. 6273130 console: Make get_log_level a public function by Subrata Banik · 2 years, 8 months ago
  8. e74b0b6 console: Remove asmlinkage from console_init by Raul E Rangel · 3 years ago
  9. 470ca571 Move post_codes.h to commonlib/console/ by Ricardo Quesada · 3 years, 1 month ago
  10. 7cc14ac Rename do_printk() to printk() by Nico Huber · 3 years, 5 months ago
  11. 879ccaa console: Always add printf-format attribute to printk() by Nico Huber · 3 years, 4 months ago
  12. 3202c8a console/console.h: Move get_console_loglevel() declaration by Arthur Heymans · 3 years, 7 months ago
  13. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  14. 21a4053 rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE by Julius Werner · 4 years, 4 months ago
  15. ce39ba9 drivers/pc80/rtc: Reorganize prototypes by Kyösti Mälkki · 4 years, 8 months ago
  16. f3dbf4c drivers/pc80/rtc: Clean up post_log_path() by Kyösti Mälkki · 4 years, 8 months ago
  17. 8920ee0 drivers/elog,pc80: Move cmos_post_log() by Kyösti Mälkki · 4 years, 8 months ago
  18. 32859fc src/include: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  19. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  20. a28ee1b drivers/pc80/rtc: Clean up some POST_CODE_EXTRA use by Kyösti Mälkki · 4 years, 8 months ago
  21. 10bc806 console/post: Split parts to arch/ by Kyösti Mälkki · 4 years, 8 months ago
  22. 0e557ab console/post: Move cmos_post_code() under pc80/rtc by Kyösti Mälkki · 4 years, 8 months ago
  23. 1cb9cd5 Drop ROMCC code and header guards by Arthur Heymans · 4 years, 9 months ago
  24. 45ddb43 console,boot_state: Exclude printk() from reported times by Kyösti Mälkki · 4 years, 10 months ago
  25. 92bb832 console: Declare empty printk() for __ROMCC__ by Kyösti Mälkki · 5 years ago
  26. deb99af console: Allow using vprintk() with disabled console by Jacob Garber · 5 years ago
  27. 913437e console: Make die() and friends variadic by Jacob Garber · 5 years ago
  28. cc8665e console: Add new function die_with_post_code() by Keith Short · 5 years ago
  29. be11236 commonlib/loglevel.h: Drop unnecessary include by Elyes HAOUAS · 6 years ago
  30. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  31. e613d70 console: Split loglevel for fast and slow by Kyösti Mälkki · 6 years ago
  32. 7132f25 console: Refactor printk() varargs prototypes by Kyösti Mälkki · 6 years ago
  33. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  34. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  35. 0370bcf complier.h: add __noreturn and use it in code base by Aaron Durbin · 6 years ago
  36. 564547f src/device: Fix discarded-qualifiers compilation issue by Subrata Banik · 6 years ago
  37. 4ecd42f console: Introduce a way for mainboard to override the loglevel by Julien Viard de Galbert · 6 years ago
  38. 4b7b18d console: Add weak method to notify about death by Patrick Rudolph · 7 years ago
  39. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  40. afa9aef include/console: Use IS_ENABLED() macro by Nico Huber · 7 years ago
  41. 54235ca console: Add convenient debug level macros for raminit by Nico Huber · 7 years ago
  42. 6a566d7 src/include: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  43. ec0a393 console: Enable printk for ENV_LIBAGESA by Kyösti Mälkki · 7 years ago
  44. c701393 console: honor CONFIG_POSTCAR_CONSOLE by Aaron Durbin · 8 years ago
  45. 8ffd050 src/include: Improve code formatting by Elyes HAOUAS · 8 years ago
  46. 4f79e66 console: Change CONFIG_CHROMEOS requirement from do_printk_va_list() by Julius Werner · 8 years ago
  47. 8c8403f console: Drop leftover struct console_driver by Kyösti Mälkki · 8 years ago
  48. 049b462 arch/x86: Enable postcar console by Lee Leahy · 8 years ago
  49. 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 8 years ago
  50. 8c8e2b7 arm64: remove secmon by Aaron Durbin · 9 years ago
  51. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  52. dc9f5cd coreboot: introduce commonlib by Aaron Durbin · 9 years ago
  53. aadf2b8 consoles: remove unused infrastructure by Aaron Durbin · 9 years ago
  54. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  55. fd6fb26 verstage: provide support for serial console by Aaron Durbin · 9 years ago
  56. 8fb36c0 console: rename do_vtxprintf to do_printk_va_list and use it by Aaron Durbin · 9 years ago
  57. 90f6cd3 Add console wrapper for UART driver by Vadim Bendebury · 10 years ago
  58. abde3b5 arm64: Add support for secure monitor by Furquan Shaikh · 10 years ago
  59. d686522 misc: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  60. 48713a1 console: Drop EARLY_CONSOLE option by Kyösti Mälkki · 10 years ago
  61. f339086 console: Simplify the enable rules by Kyösti Mälkki · 10 years ago
  62. efb0b51 console: Split ROMCC helpers by Kyösti Mälkki · 10 years ago
  63. 4076072 console: Use romstage code for ramstage and SMM by Kyösti Mälkki · 10 years ago
  64. fd95624 console: Drop driver list in ramstage by Kyösti Mälkki · 11 years ago
  65. 77f43e9 console: Remove old fix for DEBUG_SMI by Kyösti Mälkki · 11 years ago
  66. b04e0ff console: Simplify vtxprintf by Kyösti Mälkki · 11 years ago
  67. 657e0be console: Move newline translation outside console_tx_byte by Kyösti Mälkki · 11 years ago
  68. b3356bb console: Add printk helper for ChromeOS by Kyösti Mälkki · 10 years ago
  69. 56ae139 console: Hide global console_loglevel by Kyösti Mälkki · 10 years ago
  70. 21333f9 console: Split console_init() by Kyösti Mälkki · 11 years ago
  71. 9c479c9 SMM: Only have console with DEBUG_SMI by Kyösti Mälkki · 11 years ago
  72. 1d7541f console: Fix includes by Kyösti Mälkki · 11 years ago
  73. 972d5cf Move hexdump32() to lib/hexdump. by Kyösti Mälkki · 11 years ago
  74. e2227a2 usbdebug: Move under drivers/usb by Kyösti Mälkki · 11 years ago
  75. 8adf7a2 Log device path into CMOS during probe stages by Duncan Laurie · 11 years ago
  76. d5686fe Extend CMOS POST code logging to store extra data by Duncan Laurie · 11 years ago
  77. af0cd09 console: Add hexdump32 function by Marc Jones · 11 years ago
  78. b0aec8f usbdebug: Fix build for ROMCC boards by Kyösti Mälkki · 11 years ago
  79. 0cb07e3 include: Fix spelling by Martin Roth · 11 years ago
  80. fbb11cf ARM: Separate the early console (romstage) from the bootblock console. by Gabe Black · 11 years ago
  81. 711a6fd Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot binary by Ronald G. Minnich · 11 years ago
  82. 45988da spkmodem console by Vladimir Serbinenko · 11 years ago
  83. 1989b4b x86: expose console_tx_flush in romstage by Aaron Durbin · 11 years ago
  84. 580fa2b console: Only print romstage messages with EARLY_CONSOLE enabled. by Hung-Te Lin · 12 years ago
  85. ad173ea console: Revise serial console configuration names. by Hung-Te Lin · 12 years ago
  86. 48a4a7f Provide MRC with a console printing callback function by Vadim Bendebury · 12 years ago
  87. f88204e Add a capability for mainboard-specific posting. by Alexandru Gagniuc · 12 years ago
  88. 32da8be CBMEM CONSOLE: Add CBMEM console driver implementation. by Vadim Bendebury · 13 years ago
  89. 8907e81 move console includes to central console/console.h by Stefan Reinauer · 13 years ago
  90. bbd2f21 Simplify coreboot's console/console.h by Stefan Reinauer · 13 years ago
  91. 5005bb06 Unify use of post_code by Alexandru Gagniuc · 13 years ago
  92. 16ce01b This patch gets usbdebug console working in romstage. by Stefan Reinauer · 14 years ago
  93. 3817494 fix the tree again. by Stefan Reinauer · 14 years ago
  94. 85b0fa1 drop one more version of doing serial uart output differently. by Stefan Reinauer · 14 years ago
  95. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  96. 4f7a5c4 oops. always run abuild on a clean tree with no other patches applied. by Stefan Reinauer · 14 years ago
  97. 2a8ad41 Add 2 missing license headers based on svn logs and remove an unneeded #include by Stefan Reinauer · 14 years ago
  98. 127e976 Remove warnings from USB debug console code. by Myles Watson · 14 years ago
  99. 4aa93cc Add support for the console over Ethernet (through PCI NE2000). by Rudolf Marek · 14 years ago
  100. bf9e538 Remove pc80/serial.c includes in ROMCC boards and include by Patrick Georgi · 14 years ago