Age | Commit message (Expand) | Author |
2022-10-06 | console/printk.c: Add <types.h> | Elyes Haouas |
2022-03-30 | src/console/Kconfig: Add option to disable loglevel prefix | Igor Bagnucki |
2022-02-22 | console: Fix LOG_FAST macro | Mario Scheithauer |
2022-02-09 | console: Add missing va_end() in wrap_interactive_printf() | Julius Werner |
2022-02-07 | console: Add compile-time fast path when only CBMEM console is used | Julius Werner |
2022-02-07 | console: Add loglevel marker codes to stored consoles | Julius Werner |
2022-02-07 | console: Add ANSI escape sequences for highlighting | Julius Werner |
2022-02-07 | console: Add loglevel prefix to interactive consoles | Julius Werner |
2022-02-04 | console: Pass log_state to vtxprintf() | Julius Werner |
2021-04-14 | Rename do_printk() to printk() | Nico Huber |
2020-12-02 | lib/trace: Remove TRACE support | Kyösti Mälkki |
2020-08-18 | src: Remove unused 'include <stddef.h> | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-04 | src/console: Use SPDX for GPL-2.0-only files | Angel Pons |
2019-12-31 | console,boot_state: Reformat state times output | Kyösti Mälkki |
2019-12-06 | console,monotonic_timer: Avoid calls from APs | Kyösti Mälkki |
2019-11-30 | kill CAR_GLOBAL_MIGRATION leftovers | Arthur Heymans |
2019-11-22 | arch/x86: Remove spinlocks inside CAR | Kyösti Mälkki |
2019-11-11 | console,boot_state: Exclude printk() from reported times | Kyösti Mälkki |
2019-09-10 | AUTHORS: Move src/console copyrights into AUTHORS file | Martin Roth |
2019-08-26 | Add definition for ENV_ROMSTAGE_OR_BEFORE to <rules.h> | Kyösti Mälkki |
2019-06-11 | console: Allow using vprintk() with disabled console | Jacob Garber |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-02-27 | console: Split loglevel for fast and slow | Kyösti Mälkki |
2019-02-27 | console: Refactor printk() varargs prototypes | Kyösti Mälkki |
2018-06-04 | src/console: Fix coding style | Elyes HAOUAS |
2018-05-09 | console: Skip non-BSP printk() earlier | Kyösti Mälkki |
2016-12-27 | console: Enable do_printk_va_list for VBOOT | Lee Leahy |
2016-01-18 | console/: add missing license headers | Damien Roth |
2015-12-15 | src/console: Add x86 romstage spinlock option and printk spinlock support | Timothy Pearson |
2015-05-05 | console: rename do_vtxprintf to do_printk_va_list and use it | Aaron Durbin |
2015-03-25 | console: Convert cbmem log line endings to UNIX standard | Timothy Pearson |
2014-06-25 | src/console: Sanitize headers and IS_ENABLED usage | Edward O'Callaghan |
2014-04-18 | console: Use romstage code for ramstage and SMM | Kyösti Mälkki |
2014-04-09 | console: Remove old fix for DEBUG_SMI | Kyösti Mälkki |
2014-04-09 | console: Simplify vtxprintf | Kyösti Mälkki |
2014-04-09 | console: Move newline translation outside console_tx_byte | Kyösti Mälkki |
2014-04-09 | console: Add printk helper for ChromeOS | Kyösti Mälkki |
2014-04-09 | console: Hide global console_loglevel | Kyösti Mälkki |
2014-04-09 | console: Unify do_printk() | Kyösti Mälkki |
2013-07-10 | console: Fix spelling | Martin Roth |
2011-09-07 | Add support for the tracing infastructure in coreboot. | Rudolf Marek |
2010-03-16 | This patch is what I needed to compile coreboot with LLVM. | Stefan Reinauer |
2010-03-05 | This patch is from 2009-10-20 | Uwe Hermann |
2009-11-12 | Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. | Myles Watson |
2009-10-24 | re-order console output functions, add proper prototypes, | Stefan Reinauer |
2009-10-16 | Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8. | Myles Watson |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-06-03 | Revert "CMOS: Add set_option and rework get_option." | Luc Verhaegen |
2009-06-03 | CMOS: Add set_option and rework get_option. | Luc Verhaegen |
2005-12-02 | 1201_ht_bus0_dev0_fidvid_core.diff | Stefan Reinauer |
2004-05-28 | console code cleanup. | Stefan Reinauer |
2003-07-12 | - Remove all of the annoying $Id strings | Eric Biederman |
2003-04-22 | - Initial checkin of the freebios2 tree | Eric Biederman |