- 31c4c7b postcar: Fix linking error with disabled postcar console by Patrick Rudolph · 2 years, 9 months ago
- e3acc8f src/: Replace some __PRE_RAM__ use by Kyösti Mälkki · 2 years, 10 months ago
- 65244a7 AUTHORS: Move src/console copyrights into AUTHORS file by Martin Roth · 2 years, 10 months ago
- 21160a7 Add definition for ENV_ROMSTAGE_OR_BEFORE to <rules.h> by Kyösti Mälkki · 2 years, 11 months ago
- 9fc12e0 arch/x86: Enable POSTCAR_CONSOLE by default by Kyösti Mälkki · 2 years, 11 months ago
- 4c33a3a src: Make implicit fall throughs explicit by Jacob Garber · 3 years ago
- 3c2e287 console/Kconfig - only print UART addresses for I/O based UARTs by Martin Roth · 3 years ago
- 5b99481 console: Correct printing of hexadecimal integers by Jacob Garber · 3 years ago
- 60012ac arch/x86: Replace some uses of SMM_TSEG by Kyösti Mälkki · 3 years ago
- c764fb2 console: Implement j specifier in vtxprintf() by Jacob Garber · 3 years ago
- b19946c console: Remove support for printing extra bases by Jacob Garber · 3 years ago
- 393c71c add ctype.h header by Joel Kitching · 3 years, 1 month ago
- deb99af console: Allow using vprintk() with disabled console by Jacob Garber · 3 years, 1 month ago
- 913437e console: Make die() and friends variadic by Jacob Garber · 3 years, 1 month ago
- 66c77c2 console: Move poor-man's atoi() into string.h by Julius Werner · 3 years, 2 months ago
- 15588b0 post_code: add post code for hardware initialization failure by Keith Short · 3 years, 2 months ago
- ba44a27 post: during post_code, only call elog when enabled by Jett Rink · 3 years, 1 month ago
- cc8665e console: Add new function die_with_post_code() by Keith Short · 3 years, 2 months ago
- 55cb5f8 Remove unnecessary ENV_RAMSTAGE guard by Subrata Banik · 3 years, 2 months ago
- 7c712bb Fix code that would trip -Wtype-limits by Julius Werner · 3 years, 2 months ago
- cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 3 years, 4 months ago
- 3ee8b75 arch/io.h: Separate MMIO and PNP ops by Kyösti Mälkki · 3 years, 4 months ago
- 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 3 years, 4 months ago
- e613d70 console: Split loglevel for fast and slow by Kyösti Mälkki · 3 years, 5 months ago
- 7132f25 console: Refactor printk() varargs prototypes by Kyösti Mälkki · 3 years, 5 months ago
- 5b14116 device/pci_early.c: Drop some guards by Kyösti Mälkki · 3 years, 5 months ago
- 5e44252 console/init: Print log level in coreboot banner by Paul Menzel · 3 years, 6 months ago
- 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 6 years ago
- f86baf3 soc/samsung/exynos5420: Disable BOOTBLOCK_CONSOLE by Nico Huber · 3 years, 6 months ago
- 1d748c5 console: Change BOOTBLOCK_CONSOLE default to `y` by Nico Huber · 3 years, 6 months ago
- 6627795 console: Add Kconfig debug option DEBUG_CONSOLE_INIT by Kyösti Mälkki · 3 years, 6 months ago
- da8c12b console/Kconfig: Fix dependency of FIXED_UART_FOR_CONSOLE by Nico Huber · 3 years, 6 months ago
- a96e66a soc/intel: Clean mess around UART_DEBUG by Nico Huber · 3 years, 8 months ago
- 3521e26 device/pci_early: Fixes for __SIMPLE_DEVICE__ by Kyösti Mälkki · 3 years, 6 months ago
- 513a1a8 arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT by Kyösti Mälkki · 4 years, 1 month ago
- 755db95 (console,drivers/uart)/Kconfig: Fix dependencies by Nico Huber · 3 years, 8 months ago
- e64a585 console: Set default loglevel to 8 (SPEW) for CONFIG_CHROMEOS by Julius Werner · 3 years, 9 months ago
- d44221f Move compiler.h to commonlib by Nico Huber · 3 years, 9 months ago
- 06125eb console: Enable CONSOLE_USB by default by Nico Huber · 3 years, 9 months ago
- 0370bcf complier.h: add __noreturn and use it in code base by Aaron Durbin · 3 years, 10 months ago
- c8cf591 arch/x86: Drop leftover ROMCC console support by Kyösti Mälkki · 4 years, 1 month ago
- 4a00ccc console/hw-debug_sink: Do not cache state of log level by Nico Huber · 4 years, 1 month ago
- a418414 src/console: Fix coding style by Elyes HAOUAS · 4 years, 2 months ago
- df3de64 src/console/vtxprintf.c: Remove unneeded 'console.h' include by Elyes HAOUAS · 4 years, 1 month ago
- 64b2999 console: Fix regression on LATE_CBMEM_INIT by Kyösti Mälkki · 4 years, 1 month ago
- 99f4683 Introduce bootblock self-decompression by Julius Werner · 4 years, 2 months ago
- cebb684 console: Skip non-BSP printk() earlier by Kyösti Mälkki · 4 years, 2 months ago
- 715a502 console: Reduce default loglevel to DEBUG by Nico Huber · 4 years, 2 months ago
- 2e0f3d7 console/vtxprintf.c: Add required spaces around '>' by Elyes HAOUAS · 4 years, 2 months ago
- 564547f src/device: Fix discarded-qualifiers compilation issue by Subrata Banik · 4 years, 2 months ago
- 20767ba src/console: Add spaces around '==' by Elyes HAOUAS · 4 years, 2 months ago
- 6403167 compiler.h: add __weak macro by Aaron Durbin · 4 years, 2 months ago
- 6053a9c console: Expose vsnprintf by David Hendricks · 4 years, 5 months ago
- 6032018 console: only allow console messages after initialization by Aaron Durbin · 4 years, 4 months ago
- 4ecd42f console: Introduce a way for mainboard to override the loglevel by Julien Viard de Galbert · 4 years, 4 months ago
- 235daa4 driver/uart: Introduce a way for mainboard to override the baudrate by Julien Viard de Galbert · 4 years, 4 months ago
- c8bc983 console: Ignore loglevel in nvram until ramstage by Kyösti Mälkki · 4 years, 9 months ago
- 4b7b18d console: Add weak method to notify about death by Patrick Rudolph · 5 years ago
- d3bb09d src: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 5 years ago
- 53de6cd src/console: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 5 years ago
- c4b4ff3 console/flashsconsole: Add spi flash console for debugging by Youness Alaoui · 5 years ago
- d906bb6 cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logs by Julius Werner · 5 years ago
- 4003950 console: rework log level to not be reliant on ROMSTAGE_CONST by Aaron Durbin · 5 years ago
- 8941158 console: Make snprintf available in all stages by Paul Menzel · 5 years ago
- aa5c8f7 console: Enable do_printk_va_list for VBOOT by Lee Leahy · 6 years ago
- c83239e Hook up libhwbase in ramstage by Nico Huber · 6 years ago
- ad6c885 console/vtxprintf.c: cast precision to size_t for string length by Martin Roth · 6 years ago
- 96aff03 Revert "[WIP] console/Kconfig: Calculate COM port base addresses only on x86" by Ronald G. Minnich · 6 years ago
- 2c8f3bd [WIP] console/Kconfig: Calculate COM port base addresses only on x86 by Jonathan Neuschäfer · 6 years ago
- 3b87812 Kconfig: Update default hex values to start with 0x by Martin Roth · 6 years ago
- c701393 console: honor CONFIG_POSTCAR_CONSOLE by Aaron Durbin · 6 years ago
- 3c80408 src/console: Add required space before opening parenthesis '(' by Elyes HAOUAS · 6 years ago
- 219c332 console: Add write line routine by Lee Leahy · 6 years ago
- 049b462 arch/x86: Enable postcar console by Lee Leahy · 6 years ago
- 50b9258 skylake/mainboard: Define mainboard hook in bootblock by Subrata Banik · 6 years ago
- 9acd39d console/post: be explicit about conditional cmos_post_log() compiling by Aaron Durbin · 6 years ago
- 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 6 years ago
- d51a089 Kconfig: hide useless options on ARM. by Vladimir Serbinenko · 6 years ago
- cda71b8 console: Add higher baud rates by Lee Leahy · 6 years ago
- f2ad50fe console: Disable SQUELCH_EARLY_SMP if SMP is not selected by Lee Leahy · 6 years ago
- ee464b1 console: Simplify bootblock console Kconfig selection logic by Alexandru Gagniuc · 7 years ago
- 4e7e987 console/: add missing license headers by Damien Roth · 6 years ago
- 44d5342 src/console: Add x86 romstage spinlock option and printk spinlock support by Timothy Pearson · 7 years ago
- 9c073ed console: Allow ARM64 platforms to select bootblock console by Martin Roth · 7 years ago
- ac76ed9 console: Add help for serial IO port selection by Martin Roth · 7 years ago
- aa5f5b1 rules.h: Add ENV_STRING and use it in console_init() by Ben Gardner · 7 years ago
- 1455437 x86: Add Kconfig to disable early bootblock postcodes by Martin Roth · 7 years ago
- 90ca341 src/console: Link die.c in bootblock without BOOTBLOCK_CONSOLE by Alexandru Gagniuc · 7 years ago
- 8c8e2b7 arm64: remove secmon by Aaron Durbin · 7 years ago
- a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 7 years ago
- 75c51d9 x86: add standalone verstage support by Aaron Durbin · 7 years ago
- 3a54318 Add EM100 'hyper term' spi console support in ramstage & smm by Martin Roth · 7 years ago
- aadf2b8 consoles: remove unused infrastructure by Aaron Durbin · 7 years ago
- b890a12 Remove address from GPLv2 headers by Patrick Georgi · 7 years ago
- 59e7b42 arm64: Reorganize payload entry code and related Kconfigs by Julius Werner · 7 years ago
- d4a72f7 console: Bring back newline translation by Kyösti Mälkki · 7 years ago
- fd6fb26 verstage: provide support for serial console by Aaron Durbin · 7 years ago
- aab1326 console: enumerate all known stages by Aaron Durbin · 7 years ago
- 8fb36c0 console: rename do_vtxprintf to do_printk_va_list and use it by Aaron Durbin · 7 years ago
- 6e20e2f cbmem: add and use a function to dump console buffer by Vadim Bendebury · 7 years ago