1. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  2. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 4 months ago
  3. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 4 months ago
  4. 21a4053 rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE by Julius Werner · 4 years, 4 months ago
  5. ce39ba9 drivers/pc80/rtc: Reorganize prototypes by Kyösti Mälkki · 4 years, 8 months ago
  6. f3dbf4c drivers/pc80/rtc: Clean up post_log_path() by Kyösti Mälkki · 4 years, 8 months ago
  7. 8920ee0 drivers/elog,pc80: Move cmos_post_log() by Kyösti Mälkki · 4 years, 8 months ago
  8. 32859fc src/include: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  9. a1b1517 create stdio.h and stdarg.h for {,v}snprintf by Joel Kitching · 4 years, 5 months ago
  10. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  11. 5f73e22 src/include: Fix typos by Elyes HAOUAS · 4 years, 7 months ago
  12. a28ee1b drivers/pc80/rtc: Clean up some POST_CODE_EXTRA use by Kyösti Mälkki · 4 years, 8 months ago
  13. 10bc806 console/post: Split parts to arch/ by Kyösti Mälkki · 4 years, 8 months ago
  14. 0e557ab console/post: Move cmos_post_code() under pc80/rtc by Kyösti Mälkki · 4 years, 8 months ago
  15. 1cb9cd5 Drop ROMCC code and header guards by Arthur Heymans · 4 years, 9 months ago
  16. a214837 include: Make stdbool.h a separate file by Julius Werner · 4 years, 9 months ago
  17. 45ddb43 console,boot_state: Exclude printk() from reported times by Kyösti Mälkki · 4 years, 10 months ago
  18. 0688bce src/include/console: Get rid of unused deprecated POST codes by Elyes HAOUAS · 4 years, 10 months ago
  19. 62b6a83 drivers/usb: Enable EHCI debug during verstage by Arthur Heymans · 4 years, 10 months ago
  20. 92bb832 console: Declare empty printk() for __ROMCC__ by Kyösti Mälkki · 5 years ago
  21. deb99af console: Allow using vprintk() with disabled console by Jacob Garber · 5 years ago
  22. 913437e console: Make die() and friends variadic by Jacob Garber · 5 years ago
  23. c58e3bd post_code: add post code for video initialization failure by Keith Short · 5 years ago
  24. 15588b0 post_code: add post code for hardware initialization failure by Keith Short · 5 years ago
  25. 2430263 post_code: add post code for memory error by Keith Short · 5 years ago
  26. bb41aba post_code: add post code for invalid vendor binary by Keith Short · 5 years ago
  27. 1835bf0 post_code: add post code for critical CBFS failures by Keith Short · 5 years ago
  28. 7006458 post_code: add post code for failure to load next stage by Keith Short · 5 years ago
  29. cc8665e console: Add new function die_with_post_code() by Keith Short · 5 years ago
  30. 6f5daca console/qemu_debugcon: Support additional stages by Patrick Rudolph · 5 years ago
  31. be11236 commonlib/loglevel.h: Drop unnecessary include by Elyes HAOUAS · 6 years ago
  32. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  33. e613d70 console: Split loglevel for fast and slow by Kyösti Mälkki · 6 years ago
  34. 7132f25 console: Refactor printk() varargs prototypes by Kyösti Mälkki · 6 years ago
  35. 251514d src: Don't use a #defines like Kconfig symbols by Elyes HAOUAS · 6 years ago
  36. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  37. adc4753 usbdebug: Make the EHCI debug console work in the bootblock by Arthur Heymans · 6 years ago
  38. 63649d2 usbdebug: Refactor init calls by Kyösti Mälkki · 6 years ago
  39. 513a1a8 arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  40. 9706359 console/post_codes: Add post codes for memory param prep callback by Furquan Shaikh · 6 years ago
  41. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  42. 0370bcf complier.h: add __noreturn and use it in code base by Aaron Durbin · 6 years ago
  43. c8cf591 arch/x86: Drop leftover ROMCC console support by Kyösti Mälkki · 6 years ago
  44. 564547f src/device: Fix discarded-qualifiers compilation issue by Subrata Banik · 6 years ago
  45. 1732dcb drivers/uart: Add helper function to allow bit-banging by Julius Werner · 6 years ago
  46. 4ecd42f console: Introduce a way for mainboard to override the loglevel by Julien Viard de Galbert · 6 years ago
  47. 235daa4 driver/uart: Introduce a way for mainboard to override the baudrate by Julien Viard de Galbert · 6 years ago
  48. b29078e mb/*/*: Remove rtc nvram configurable baud rate by Arthur Heymans · 7 years ago
  49. d07f377 usbdebug: Fix init and add support for postcar by Kyösti Mälkki · 7 years ago
  50. 4b7b18d console: Add weak method to notify about death by Patrick Rudolph · 7 years ago
  51. 0755ab9 intel/fsp: Add and use new post codes for FSP phase indication by Subrata Banik · 7 years ago
  52. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  53. e18e642 src: change coreboot to lowercase by Martin Roth · 7 years ago
  54. c4b4ff3 console/flashsconsole: Add spi flash console for debugging by Youness Alaoui · 7 years ago
  55. afa9aef include/console: Use IS_ENABLED() macro by Nico Huber · 7 years ago
  56. 54235ca console: Add convenient debug level macros for raminit by Nico Huber · 7 years ago
  57. 6a566d7 src/include: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  58. 6083c7e src/include: Move constants to the right hand side by Lee Leahy · 7 years ago
  59. 84d20d0 src/include: Remove spaces before tabs by Lee Leahy · 7 years ago
  60. f00e446 src/include: Add parenthesis around macros by Lee Leahy · 7 years ago
  61. ae3fd34 src/include: Add space after comma by Lee Leahy · 7 years ago
  62. ec0a393 console: Enable printk for ENV_LIBAGESA by Kyösti Mälkki · 7 years ago
  63. 96b3c6f drivers/intel/fsp2_0: track end of firmware notifications by Aaron Durbin · 8 years ago
  64. 1e9a914 arch/x86,lib: make cbmem console work in postcar stage by Aaron Durbin · 8 years ago
  65. c701393 console: honor CONFIG_POSTCAR_CONSOLE by Aaron Durbin · 8 years ago
  66. 8ffd050 src/include: Improve code formatting by Elyes HAOUAS · 8 years ago
  67. 4f79e66 console: Change CONFIG_CHROMEOS requirement from do_printk_va_list() by Julius Werner · 8 years ago
  68. 219c332 console: Add write line routine by Lee Leahy · 8 years ago
  69. 8c8403f console: Drop leftover struct console_driver by Kyösti Mälkki · 8 years ago
  70. 049b462 arch/x86: Enable postcar console by Lee Leahy · 8 years ago
  71. 918535a src/include: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  72. 3eabe6e drivers/uart: Enable debug serial output during postcar by Lee Leahy · 8 years ago
  73. 4cff1d5 soc/intel/common/acpi: Add _PTS, _WAK methods by Hannah Williams · 8 years ago
  74. 1487621 drivers/uart: Enable override for input clock divider by Lee Leahy · 8 years ago
  75. 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 8 years ago
  76. fd277d8 header files: Fix guard name comments to match guard names by Martin Roth · 9 years ago
  77. 2ed0aa2 Correct some common spelling mistakes by Martin Roth · 9 years ago
  78. fb50983 intel/fsp: Add post codes for FSP phases by Duncan Laurie · 9 years ago
  79. 8c8e2b7 arm64: remove secmon by Aaron Durbin · 9 years ago
  80. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  81. 079fb3f cbmem console: make verstage first class citizen by Aaron Durbin · 9 years ago
  82. 3a54318 Add EM100 'hyper term' spi console support in ramstage & smm by Martin Roth · 9 years ago
  83. dc9f5cd coreboot: introduce commonlib by Aaron Durbin · 9 years ago
  84. 1f38d79 Clearly define printk log level use cases. by Nicky Sielicki · 9 years ago
  85. 4fbac46 cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API by Kyösti Mälkki · 10 years ago
  86. aadf2b8 consoles: remove unused infrastructure by Aaron Durbin · 9 years ago
  87. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  88. 2591e93 secmon: allow for serial console by Aaron Durbin · 9 years ago
  89. fd6fb26 verstage: provide support for serial console by Aaron Durbin · 9 years ago
  90. 8fb36c0 console: rename do_vtxprintf to do_printk_va_list and use it by Aaron Durbin · 9 years ago
  91. 6e20e2f cbmem: add and use a function to dump console buffer by Vadim Bendebury · 9 years ago
  92. d70bf7c cbmem_console: fix it for x86 by Aaron Durbin · 9 years ago
  93. 90f6cd3 Add console wrapper for UART driver by Vadim Bendebury · 10 years ago
  94. abde3b5 arm64: Add support for secure monitor by Furquan Shaikh · 10 years ago
  95. 408ebe6 console: Fix broken early_print.h include guards by Stefan Reinauer · 10 years ago
  96. 8659e40 CBMEM console: Fix and enhance pre-RAM support by Kyösti Mälkki · 10 years ago
  97. d686522 misc: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  98. 2507820 src/include: Doxygen fixes by Martin Roth · 10 years ago
  99. 4397aa1 vboot: Add a new post code for TPM failure by Duncan Laurie · 10 years ago
  100. 71b2145 CBMEM console: Fix boards with BROKEN_CAR_MIGRATE by Kyösti Mälkki · 10 years ago