index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
console
/
printk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
console/printk.c: Add <types.h>
Elyes Haouas
2022-10-06
1
-0
/
+1
*
src/console/Kconfig: Add option to disable loglevel prefix
Igor Bagnucki
2022-03-30
1
-1
/
+2
*
console: Fix LOG_FAST macro
Mario Scheithauer
2022-02-22
1
-1
/
+1
*
console: Add missing va_end() in wrap_interactive_printf()
Julius Werner
2022-02-09
1
-0
/
+1
*
console: Add compile-time fast path when only CBMEM console is used
Julius Werner
2022-02-07
1
-4
/
+6
*
console: Add loglevel marker codes to stored consoles
Julius Werner
2022-02-07
1
-1
/
+9
*
console: Add ANSI escape sequences for highlighting
Julius Werner
2022-02-07
1
-1
/
+11
*
console: Add loglevel prefix to interactive consoles
Julius Werner
2022-02-07
1
-0
/
+26
*
console: Pass log_state to vtxprintf()
Julius Werner
2022-02-04
1
-13
/
+19
*
Rename do_printk() to printk()
Nico Huber
2021-04-14
1
-3
/
+3
*
lib/trace: Remove TRACE support
Kyösti Mälkki
2020-12-02
1
-3
/
+0
*
src: Remove unused 'include <stddef.h>
Elyes HAOUAS
2020-08-18
1
-1
/
+0
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
1
-1
/
+0
*
src/console: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-04
1
-11
/
+3
*
console,boot_state: Reformat state times output
Kyösti Mälkki
2019-12-31
1
-1
/
+1
*
console,monotonic_timer: Avoid calls from APs
Kyösti Mälkki
2019-12-06
1
-3
/
+3
*
kill CAR_GLOBAL_MIGRATION leftovers
Arthur Heymans
2019-11-30
1
-2
/
+1
*
arch/x86: Remove spinlocks inside CAR
Kyösti Mälkki
2019-11-22
1
-14
/
+0
*
console,boot_state: Exclude printk() from reported times
Kyösti Mälkki
2019-11-11
1
-0
/
+46
*
AUTHORS: Move src/console copyrights into AUTHORS file
Martin Roth
2019-09-10
1
-4
/
+0
*
Add definition for ENV_ROMSTAGE_OR_BEFORE to <rules.h>
Kyösti Mälkki
2019-08-26
1
-2
/
+1
*
console: Allow using vprintk() with disabled console
Jacob Garber
2019-06-11
1
-2
/
+2
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
1
-4
/
+4
*
console: Split loglevel for fast and slow
Kyösti Mälkki
2019-02-27
1
-6
/
+16
*
console: Refactor printk() varargs prototypes
Kyösti Mälkki
2019-02-27
1
-11
/
+10
*
src/console: Fix coding style
Elyes HAOUAS
2018-06-04
1
-1
/
+1
*
console: Skip non-BSP printk() earlier
Kyösti Mälkki
2018-05-09
1
-4
/
+3
*
console: Enable do_printk_va_list for VBOOT
Lee Leahy
2016-12-27
1
-2
/
+2
*
console/: add missing license headers
Damien Roth
2016-01-18
1
-3
/
+14
*
src/console: Add x86 romstage spinlock option and printk spinlock support
Timothy Pearson
2015-12-15
1
-0
/
+15
*
console: rename do_vtxprintf to do_printk_va_list and use it
Aaron Durbin
2015-05-05
1
-1
/
+3
*
console: Convert cbmem log line endings to UNIX standard
Timothy Pearson
2015-03-25
1
-2
/
+0
*
src/console: Sanitize headers and IS_ENABLED usage
Edward O'Callaghan
2014-06-25
1
-7
/
+7
*
console: Use romstage code for ramstage and SMM
Kyösti Mälkki
2014-04-18
1
-0
/
+1
*
console: Remove old fix for DEBUG_SMI
Kyösti Mälkki
2014-04-09
1
-2
/
+1
*
console: Simplify vtxprintf
Kyösti Mälkki
2014-04-09
1
-2
/
+8
*
console: Move newline translation outside console_tx_byte
Kyösti Mälkki
2014-04-09
1
-2
/
+10
*
console: Add printk helper for ChromeOS
Kyösti Mälkki
2014-04-09
1
-0
/
+8
*
console: Hide global console_loglevel
Kyösti Mälkki
2014-04-09
1
-2
/
+1
*
console: Unify do_printk()
Kyösti Mälkki
2014-04-09
1
-3
/
+6
*
console: Fix spelling
Martin Roth
2013-07-10
1
-1
/
+1
*
Add support for the tracing infastructure in coreboot.
Rudolf Marek
2011-09-07
1
-0
/
+3
*
This patch is what I needed to compile coreboot with LLVM.
Stefan Reinauer
2010-03-16
1
-9
/
+0
*
This patch is from 2009-10-20
Uwe Hermann
2010-03-05
1
-2
/
+0
*
Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
Myles Watson
2009-11-12
1
-1
/
+1
*
re-order console output functions, add proper prototypes,
Stefan Reinauer
2009-10-24
1
-3
/
+1
*
Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8.
Myles Watson
2009-10-16
1
-1
/
+1
*
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-30
1
-2
/
+2
*
Revert "CMOS: Add set_option and rework get_option."
Luc Verhaegen
2009-06-03
1
-1
/
+10
*
CMOS: Add set_option and rework get_option.
Luc Verhaegen
2009-06-03
1
-10
/
+1
[next]