summaryrefslogtreecommitdiffstats
path: root/src/console/printk.c
Commit message (Expand)AuthorAgeFilesLines
* src/console/Kconfig: Add option to disable loglevel prefixIgor Bagnucki2022-03-301-1/+2
* console: Fix LOG_FAST macroMario Scheithauer2022-02-221-1/+1
* console: Add missing va_end() in wrap_interactive_printf()Julius Werner2022-02-091-0/+1
* console: Add compile-time fast path when only CBMEM console is usedJulius Werner2022-02-071-4/+6
* console: Add loglevel marker codes to stored consolesJulius Werner2022-02-071-1/+9
* console: Add ANSI escape sequences for highlightingJulius Werner2022-02-071-1/+11
* console: Add loglevel prefix to interactive consolesJulius Werner2022-02-071-0/+26
* console: Pass log_state to vtxprintf()Julius Werner2022-02-041-13/+19
* Rename do_printk() to printk()Nico Huber2021-04-141-3/+3
* lib/trace: Remove TRACE supportKyösti Mälkki2020-12-021-3/+0
* src: Remove unused 'include <stddef.h>Elyes HAOUAS2020-08-181-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/console: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-11/+3
* console,boot_state: Reformat state times outputKyösti Mälkki2019-12-311-1/+1
* console,monotonic_timer: Avoid calls from APsKyösti Mälkki2019-12-061-3/+3
* kill CAR_GLOBAL_MIGRATION leftoversArthur Heymans2019-11-301-2/+1
* arch/x86: Remove spinlocks inside CARKyösti Mälkki2019-11-221-14/+0
* console,boot_state: Exclude printk() from reported timesKyösti Mälkki2019-11-111-0/+46
* AUTHORS: Move src/console copyrights into AUTHORS fileMartin Roth2019-09-101-4/+0
* Add definition for ENV_ROMSTAGE_OR_BEFORE to <rules.h>Kyösti Mälkki2019-08-261-2/+1
* console: Allow using vprintk() with disabled consoleJacob Garber2019-06-111-2/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-4/+4
* console: Split loglevel for fast and slowKyösti Mälkki2019-02-271-6/+16
* console: Refactor printk() varargs prototypesKyösti Mälkki2019-02-271-11/+10
* src/console: Fix coding styleElyes HAOUAS2018-06-041-1/+1
* console: Skip non-BSP printk() earlierKyösti Mälkki2018-05-091-4/+3
* console: Enable do_printk_va_list for VBOOTLee Leahy2016-12-271-2/+2
* console/: add missing license headersDamien Roth2016-01-181-3/+14
* src/console: Add x86 romstage spinlock option and printk spinlock supportTimothy Pearson2015-12-151-0/+15
* console: rename do_vtxprintf to do_printk_va_list and use itAaron Durbin2015-05-051-1/+3
* console: Convert cbmem log line endings to UNIX standardTimothy Pearson2015-03-251-2/+0
* src/console: Sanitize headers and IS_ENABLED usageEdward O'Callaghan2014-06-251-7/+7
* console: Use romstage code for ramstage and SMMKyösti Mälkki2014-04-181-0/+1
* console: Remove old fix for DEBUG_SMIKyösti Mälkki2014-04-091-2/+1
* console: Simplify vtxprintfKyösti Mälkki2014-04-091-2/+8
* console: Move newline translation outside console_tx_byteKyösti Mälkki2014-04-091-2/+10
* console: Add printk helper for ChromeOSKyösti Mälkki2014-04-091-0/+8
* console: Hide global console_loglevelKyösti Mälkki2014-04-091-2/+1
* console: Unify do_printk()Kyösti Mälkki2014-04-091-3/+6
* console: Fix spellingMartin Roth2013-07-101-1/+1
* Add support for the tracing infastructure in coreboot.Rudolf Marek2011-09-071-0/+3
* This patch is what I needed to compile coreboot with LLVM.Stefan Reinauer2010-03-161-9/+0
* This patch is from 2009-10-20Uwe Hermann2010-03-051-2/+0
* Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson2009-11-121-1/+1
* re-order console output functions, add proper prototypes, Stefan Reinauer2009-10-241-3/+1
* Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8.Myles Watson2009-10-161-1/+1
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-2/+2
* Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen2009-06-031-1/+10
* CMOS: Add set_option and rework get_option.Luc Verhaegen2009-06-031-10/+1
* 1201_ht_bus0_dev0_fidvid_core.diffStefan Reinauer2005-12-021-1/+1