1. 826459d console/vtxprintf.c: Add missing <types.h> by Elyes HAOUAS · 3 years, 5 months ago
  2. 8c99c27 lib/trace: Remove TRACE support by Kyösti Mälkki · 4 years ago
  3. 0ee920b console: Override uart base address by Bryant Ou · 3 years, 10 months ago
  4. 308c1b7 console/init: Drop CONSOLE_LEVEL_CONST by Nico Huber · 3 years, 10 months ago
  5. 12d48cd src: Rename EM100Pro-specific SPI console Kconfig option by Angel Pons · 3 years, 10 months ago
  6. 0938be9 src/console: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  7. 52785ab ec/system76: Add console support by Jeremy Soller · 4 years ago
  8. a3759e3 src: Remove unused 'include <stddef.h> by Elyes HAOUAS · 4 years ago
  9. baba3e9 console: Update for vboot before bootblock by Martin Roth · 4 years, 2 months ago
  10. 5d0893a console, PCI: Remove EARLY_PCI_BRIDGE support in verstage by Kyösti Mälkki · 4 years, 1 month ago
  11. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  12. fbf3a47 src: Replace remaining GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 2 months ago
  13. 101f454 drivers/pc80/rtc: Drop CMOS_POST_EXTRA option by Kyösti Mälkki · 4 years, 6 months ago
  14. b706ab3 src/console: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  15. d615230 treewide: Replace BOARD_EMULATION_QEMU_X86 by Angel Pons · 4 years, 5 months ago
  16. b4cac8f console/post: NOPOST means NOPOST by Patrick Georgi · 4 years, 6 months ago
  17. 10bc806 console/post: Split parts to arch/ by Kyösti Mälkki · 4 years, 6 months ago
  18. 0e557ab console/post: Move cmos_post_code() under pc80/rtc by Kyösti Mälkki · 4 years, 6 months ago
  19. 2879107 drivers/pc80/rtc: Swap cmos_write32() parameter order by Kyösti Mälkki · 4 years, 6 months ago
  20. 94694a8 console,boot_state: Reformat state times output by Kyösti Mälkki · 4 years, 9 months ago
  21. 4a21647 src: Remove some romcc workarounds by Jacob Garber · 4 years, 7 months ago
  22. 494b031 arch/x86: Drop uses of ROMCC_BOOTBLOCK by Arthur Heymans · 4 years, 8 months ago
  23. 1cb9cd5 Drop ROMCC code and header guards by Arthur Heymans · 4 years, 8 months ago
  24. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 7 months ago
  25. 657d68b AGESA,binaryPI: Move PORT80 selection to C bootblock by Kyösti Mälkki · 4 years, 8 months ago
  26. 05fe16c console,monotonic_timer: Avoid calls from APs by Kyösti Mälkki · 4 years, 8 months ago
  27. 8601afb kill CAR_GLOBAL_MIGRATION leftovers by Arthur Heymans · 4 years, 8 months ago
  28. 48ae50c console/init.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 8 months ago
  29. c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 4 years, 8 months ago
  30. 0bb8346 Kconfig: comply to Linux 5.3's Kconfig language rules by Patrick Georgi · 4 years, 8 months ago
  31. 540b2ad src/console: Bring back support for printf'ing 64bit ints by Patrick Georgi · 4 years, 8 months ago
  32. f8dc4bc arch/x86: Remove spinlocks inside CAR by Kyösti Mälkki · 5 years ago
  33. f96d905 Remove MIPS architecture by Julius Werner · 5 years ago
  34. 45ddb43 console,boot_state: Exclude printk() from reported times by Kyösti Mälkki · 4 years, 9 months ago
  35. b43ec47 console/kconfig: Move ONBOARD_VGA_IS_PRIMARY to 'devices' by Arthur Heymans · 5 years ago
  36. 31c4c7b postcar: Fix linking error with disabled postcar console by Patrick Rudolph · 4 years, 9 months ago
  37. e3acc8f src/: Replace some __PRE_RAM__ use by Kyösti Mälkki · 4 years, 10 months ago
  38. 65244a7 AUTHORS: Move src/console copyrights into AUTHORS file by Martin Roth · 4 years, 11 months ago
  39. 21160a7 Add definition for ENV_ROMSTAGE_OR_BEFORE to <rules.h> by Kyösti Mälkki · 5 years ago
  40. 9fc12e0 arch/x86: Enable POSTCAR_CONSOLE by default by Kyösti Mälkki · 5 years ago
  41. 4c33a3a src: Make implicit fall throughs explicit by Jacob Garber · 5 years ago
  42. 3c2e287 console/Kconfig - only print UART addresses for I/O based UARTs by Martin Roth · 5 years ago
  43. 5b99481 console: Correct printing of hexadecimal integers by Jacob Garber · 5 years ago
  44. 60012ac arch/x86: Replace some uses of SMM_TSEG by Kyösti Mälkki · 5 years ago
  45. c764fb2 console: Implement j specifier in vtxprintf() by Jacob Garber · 5 years ago
  46. b19946c console: Remove support for printing extra bases by Jacob Garber · 5 years ago
  47. 393c71c add ctype.h header by Joel Kitching · 5 years ago
  48. deb99af console: Allow using vprintk() with disabled console by Jacob Garber · 5 years ago
  49. 913437e console: Make die() and friends variadic by Jacob Garber · 5 years ago
  50. 66c77c2 console: Move poor-man's atoi() into string.h by Julius Werner · 5 years ago
  51. 15588b0 post_code: add post code for hardware initialization failure by Keith Short · 5 years ago
  52. ba44a27 post: during post_code, only call elog when enabled by Jett Rink · 5 years ago
  53. cc8665e console: Add new function die_with_post_code() by Keith Short · 5 years ago
  54. 55cb5f8 Remove unnecessary ENV_RAMSTAGE guard by Subrata Banik · 5 years ago
  55. 7c712bb Fix code that would trip -Wtype-limits by Julius Werner · 5 years ago
  56. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  57. 3ee8b75 arch/io.h: Separate MMIO and PNP ops by Kyösti Mälkki · 5 years ago
  58. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  59. e613d70 console: Split loglevel for fast and slow by Kyösti Mälkki · 5 years ago
  60. 7132f25 console: Refactor printk() varargs prototypes by Kyösti Mälkki · 5 years ago
  61. 5b14116 device/pci_early.c: Drop some guards by Kyösti Mälkki · 5 years ago
  62. 5e44252 console/init: Print log level in coreboot banner by Paul Menzel · 6 years ago
  63. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  64. f86baf3 soc/samsung/exynos5420: Disable BOOTBLOCK_CONSOLE by Nico Huber · 6 years ago
  65. 1d748c5 console: Change BOOTBLOCK_CONSOLE default to `y` by Nico Huber · 6 years ago
  66. 6627795 console: Add Kconfig debug option DEBUG_CONSOLE_INIT by Kyösti Mälkki · 6 years ago
  67. da8c12b console/Kconfig: Fix dependency of FIXED_UART_FOR_CONSOLE by Nico Huber · 6 years ago
  68. a96e66a soc/intel: Clean mess around UART_DEBUG by Nico Huber · 6 years ago
  69. 3521e26 device/pci_early: Fixes for __SIMPLE_DEVICE__ by Kyösti Mälkki · 6 years ago
  70. 513a1a8 arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  71. 755db95 (console,drivers/uart)/Kconfig: Fix dependencies by Nico Huber · 6 years ago
  72. e64a585 console: Set default loglevel to 8 (SPEW) for CONFIG_CHROMEOS by Julius Werner · 6 years ago
  73. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  74. 06125eb console: Enable CONSOLE_USB by default by Nico Huber · 6 years ago
  75. 0370bcf complier.h: add __noreturn and use it in code base by Aaron Durbin · 6 years ago
  76. c8cf591 arch/x86: Drop leftover ROMCC console support by Kyösti Mälkki · 6 years ago
  77. 4a00ccc console/hw-debug_sink: Do not cache state of log level by Nico Huber · 6 years ago
  78. a418414 src/console: Fix coding style by Elyes HAOUAS · 6 years ago
  79. df3de64 src/console/vtxprintf.c: Remove unneeded 'console.h' include by Elyes HAOUAS · 6 years ago
  80. 64b2999 console: Fix regression on LATE_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  81. 99f4683 Introduce bootblock self-decompression by Julius Werner · 6 years ago
  82. cebb684 console: Skip non-BSP printk() earlier by Kyösti Mälkki · 6 years ago
  83. 715a502 console: Reduce default loglevel to DEBUG by Nico Huber · 6 years ago
  84. 2e0f3d7 console/vtxprintf.c: Add required spaces around '>' by Elyes HAOUAS · 6 years ago
  85. 564547f src/device: Fix discarded-qualifiers compilation issue by Subrata Banik · 6 years ago
  86. 20767ba src/console: Add spaces around '==' by Elyes HAOUAS · 6 years ago
  87. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  88. 6053a9c console: Expose vsnprintf by David Hendricks · 6 years ago
  89. 6032018 console: only allow console messages after initialization by Aaron Durbin · 6 years ago
  90. 4ecd42f console: Introduce a way for mainboard to override the loglevel by Julien Viard de Galbert · 6 years ago
  91. 235daa4 driver/uart: Introduce a way for mainboard to override the baudrate by Julien Viard de Galbert · 6 years ago
  92. c8bc983 console: Ignore loglevel in nvram until ramstage by Kyösti Mälkki · 7 years ago
  93. 4b7b18d console: Add weak method to notify about death by Patrick Rudolph · 7 years ago
  94. d3bb09d src: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  95. 53de6cd src/console: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  96. c4b4ff3 console/flashsconsole: Add spi flash console for debugging by Youness Alaoui · 7 years ago
  97. d906bb6 cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logs by Julius Werner · 7 years ago
  98. 4003950 console: rework log level to not be reliant on ROMSTAGE_CONST by Aaron Durbin · 7 years ago
  99. 8941158 console: Make snprintf available in all stages by Paul Menzel · 7 years ago
  100. aa5c8f7 console: Enable do_printk_va_list for VBOOT by Lee Leahy · 8 years ago