1. a2bc254 Allow to build romstage sources inside the bootblock by Arthur Heymans · 3 years, 3 months ago
  2. 2fba476 console.c: Enable gdb support in bootblock by Arthur Heymans · 9 months ago
  3. d0cb97e console/spkmodem: Make it work for bootblock by Arthur Heymans · 9 months ago
  4. 91e6117 drivers/net/ne2k: Make it work for bootblock by Arthur Heymans · 9 months ago
  5. 6a07db2 console: Add format-checking __printf() to die() by Nico Huber · 1 year, 3 months ago
  6. a02176d console: Add SimNow console logging by Fred Reitberger · 1 year, 7 months ago
  7. 35c3ae3b treewide: Add 'IWYU pragma: export' comment by Elyes Haouas · 1 year, 10 months ago
  8. 771806d console: Add an SoC-specific post-code call by Martin Roth · 1 year, 10 months ago
  9. 67300f8 drivers/smbus: add smbus console driver by Husni Faiz · 2 years ago
  10. 239b5df include: Add SPDX-License-Identifiers to files missing them by Martin Roth · 2 years, 1 month ago
  11. c516098 cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI by Raul E Rangel · 2 years, 6 months ago
  12. 266041f console: Add compile-time fast path when only CBMEM console is used by Julius Werner · 2 years, 6 months ago
  13. 7cd8ba6 console: Add loglevel prefix to interactive consoles by Julius Werner · 2 years, 7 months ago
  14. 1e1aa0c lib/cbmem_console: Add cbmemc_copy_in function by Raul E Rangel · 2 years, 7 months ago
  15. bf99311 console/cbmem: Add cbmem_dump_console by Raul E Rangel · 2 years, 7 months ago
  16. 41a1a9e console/cbmem_console: Rename cbmem_dump_console by Raul E Rangel · 2 years, 7 months ago
  17. 6273130 console: Make get_log_level a public function by Subrata Banik · 2 years, 8 months ago
  18. e74b0b6 console: Remove asmlinkage from console_init by Raul E Rangel · 3 years ago
  19. 470ca571 Move post_codes.h to commonlib/console/ by Ricardo Quesada · 3 years, 1 month ago
  20. 86b1b68 include/console: Fix FSP Notify phase postcodes discrepancy by Subrata Banik · 3 years, 3 months ago
  21. 8d2b0dc include/console: Rename and update POST_ENTRY_RAMSTAGE postcode by Subrata Banik · 3 years, 3 months ago
  22. 38e4a2d include/console: Fix duplicate entry of postcode 0x79 by Subrata Banik · 3 years, 3 months ago
  23. a2cf341 include/console: Align ramstage Boot State Machine postcodes by Subrata Banik · 3 years, 3 months ago
  24. 7cc14ac Rename do_printk() to printk() by Nico Huber · 3 years, 5 months ago
  25. 879ccaa console: Always add printf-format attribute to printk() by Nico Huber · 3 years, 4 months ago
  26. 3202c8a console/console.h: Move get_console_loglevel() declaration by Arthur Heymans · 3 years, 7 months ago
  27. 0ee920b console: Override uart base address by Bryant Ou · 4 years ago
  28. 8b522db soc/intel/xeon_sp: Move function debug macros by Marc Jones · 3 years, 10 months ago
  29. 12d48cd src: Rename EM100Pro-specific SPI console Kconfig option by Angel Pons · 3 years, 11 months ago
  30. 563fc08 src/include: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  31. e3a1247 include/console/uart: make index parameter unsigned by Felix Held · 4 years ago
  32. 52785ab ec/system76: Add console support by Jeremy Soller · 4 years, 1 month ago
  33. 58e3bc3 include/console/usb.h: Drop dead code by Angel Pons · 4 years, 1 month ago
  34. e5f25ce post_code: reorganize order of postcode defines by Sindhoor Tilak · 4 years, 2 months ago
  35. 33d9c4a drivers/intel/fsp2_0: Add FSP 2.2 specific support by Subrata Banik · 4 years, 3 months ago
  36. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  37. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 3 months ago
  38. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 3 months ago
  39. 21a4053 rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE by Julius Werner · 4 years, 4 months ago
  40. ce39ba9 drivers/pc80/rtc: Reorganize prototypes by Kyösti Mälkki · 4 years, 8 months ago
  41. f3dbf4c drivers/pc80/rtc: Clean up post_log_path() by Kyösti Mälkki · 4 years, 8 months ago
  42. 8920ee0 drivers/elog,pc80: Move cmos_post_log() by Kyösti Mälkki · 4 years, 8 months ago
  43. 32859fc src/include: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  44. a1b1517 create stdio.h and stdarg.h for {,v}snprintf by Joel Kitching · 4 years, 5 months ago
  45. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  46. 5f73e22 src/include: Fix typos by Elyes HAOUAS · 4 years, 7 months ago
  47. a28ee1b drivers/pc80/rtc: Clean up some POST_CODE_EXTRA use by Kyösti Mälkki · 4 years, 8 months ago
  48. 10bc806 console/post: Split parts to arch/ by Kyösti Mälkki · 4 years, 8 months ago
  49. 0e557ab console/post: Move cmos_post_code() under pc80/rtc by Kyösti Mälkki · 4 years, 8 months ago
  50. 1cb9cd5 Drop ROMCC code and header guards by Arthur Heymans · 4 years, 9 months ago
  51. a214837 include: Make stdbool.h a separate file by Julius Werner · 4 years, 9 months ago
  52. 45ddb43 console,boot_state: Exclude printk() from reported times by Kyösti Mälkki · 4 years, 10 months ago
  53. 0688bce src/include/console: Get rid of unused deprecated POST codes by Elyes HAOUAS · 4 years, 10 months ago
  54. 62b6a83 drivers/usb: Enable EHCI debug during verstage by Arthur Heymans · 4 years, 10 months ago
  55. 92bb832 console: Declare empty printk() for __ROMCC__ by Kyösti Mälkki · 5 years ago
  56. deb99af console: Allow using vprintk() with disabled console by Jacob Garber · 5 years ago
  57. 913437e console: Make die() and friends variadic by Jacob Garber · 5 years ago
  58. c58e3bd post_code: add post code for video initialization failure by Keith Short · 5 years ago
  59. 15588b0 post_code: add post code for hardware initialization failure by Keith Short · 5 years ago
  60. 2430263 post_code: add post code for memory error by Keith Short · 5 years ago
  61. bb41aba post_code: add post code for invalid vendor binary by Keith Short · 5 years ago
  62. 1835bf0 post_code: add post code for critical CBFS failures by Keith Short · 5 years ago
  63. 7006458 post_code: add post code for failure to load next stage by Keith Short · 5 years ago
  64. cc8665e console: Add new function die_with_post_code() by Keith Short · 5 years ago
  65. 6f5daca console/qemu_debugcon: Support additional stages by Patrick Rudolph · 5 years ago
  66. be11236 commonlib/loglevel.h: Drop unnecessary include by Elyes HAOUAS · 6 years ago
  67. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  68. e613d70 console: Split loglevel for fast and slow by Kyösti Mälkki · 6 years ago
  69. 7132f25 console: Refactor printk() varargs prototypes by Kyösti Mälkki · 6 years ago
  70. 251514d src: Don't use a #defines like Kconfig symbols by Elyes HAOUAS · 6 years ago
  71. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  72. adc4753 usbdebug: Make the EHCI debug console work in the bootblock by Arthur Heymans · 6 years ago
  73. 63649d2 usbdebug: Refactor init calls by Kyösti Mälkki · 6 years ago
  74. 513a1a8 arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  75. 9706359 console/post_codes: Add post codes for memory param prep callback by Furquan Shaikh · 6 years ago
  76. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  77. 0370bcf complier.h: add __noreturn and use it in code base by Aaron Durbin · 6 years ago
  78. c8cf591 arch/x86: Drop leftover ROMCC console support by Kyösti Mälkki · 6 years ago
  79. 564547f src/device: Fix discarded-qualifiers compilation issue by Subrata Banik · 6 years ago
  80. 1732dcb drivers/uart: Add helper function to allow bit-banging by Julius Werner · 6 years ago
  81. 4ecd42f console: Introduce a way for mainboard to override the loglevel by Julien Viard de Galbert · 6 years ago
  82. 235daa4 driver/uart: Introduce a way for mainboard to override the baudrate by Julien Viard de Galbert · 6 years ago
  83. b29078e mb/*/*: Remove rtc nvram configurable baud rate by Arthur Heymans · 7 years ago
  84. d07f377 usbdebug: Fix init and add support for postcar by Kyösti Mälkki · 7 years ago
  85. 4b7b18d console: Add weak method to notify about death by Patrick Rudolph · 7 years ago
  86. 0755ab9 intel/fsp: Add and use new post codes for FSP phase indication by Subrata Banik · 7 years ago
  87. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  88. e18e642 src: change coreboot to lowercase by Martin Roth · 7 years ago
  89. c4b4ff3 console/flashsconsole: Add spi flash console for debugging by Youness Alaoui · 7 years ago
  90. afa9aef include/console: Use IS_ENABLED() macro by Nico Huber · 7 years ago
  91. 54235ca console: Add convenient debug level macros for raminit by Nico Huber · 7 years ago
  92. 6a566d7 src/include: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  93. 6083c7e src/include: Move constants to the right hand side by Lee Leahy · 7 years ago
  94. 84d20d0 src/include: Remove spaces before tabs by Lee Leahy · 7 years ago
  95. f00e446 src/include: Add parenthesis around macros by Lee Leahy · 7 years ago
  96. ae3fd34 src/include: Add space after comma by Lee Leahy · 7 years ago
  97. ec0a393 console: Enable printk for ENV_LIBAGESA by Kyösti Mälkki · 7 years ago
  98. 96b3c6f drivers/intel/fsp2_0: track end of firmware notifications by Aaron Durbin · 8 years ago
  99. 1e9a914 arch/x86,lib: make cbmem console work in postcar stage by Aaron Durbin · 8 years ago
  100. c701393 console: honor CONFIG_POSTCAR_CONSOLE by Aaron Durbin · 8 years ago