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
/
vtxprintf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
printf: Automatically prefix %p with 0x
Julius Werner
2019-12-11
1
-4
/
+5
*
src/console: Bring back support for printf'ing 64bit ints
Patrick Georgi
2019-11-22
1
-12
/
+0
*
Remove MIPS architecture
Julius Werner
2019-11-20
1
-4
/
+0
*
AUTHORS: Move src/console copyrights into AUTHORS file
Martin Roth
2019-09-10
1
-2
/
+0
*
src: Make implicit fall throughs explicit
Jacob Garber
2019-07-19
1
-0
/
+1
*
console: Correct printing of hexadecimal integers
Jacob Garber
2019-07-10
1
-1
/
+4
*
console: Implement j specifier in vtxprintf()
Jacob Garber
2019-07-04
1
-2
/
+5
*
console: Remove support for printing extra bases
Jacob Garber
2019-07-04
1
-4
/
+2
*
add ctype.h header
Joel Kitching
2019-06-24
1
-0
/
+1
*
console: Move poor-man's atoi() into string.h
Julius Werner
2019-05-23
1
-18
/
+4
*
Fix code that would trip -Wtype-limits
Julius Werner
2019-05-06
1
-3
/
+5
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
1
-1
/
+1
*
src/console: Fix coding style
Elyes HAOUAS
2018-06-04
1
-21
/
+29
*
src/console/vtxprintf.c: Remove unneeded 'console.h' include
Elyes HAOUAS
2018-06-04
1
-1
/
+0
*
console/vtxprintf.c: Add required spaces around '>'
Elyes HAOUAS
2018-05-04
1
-1
/
+1
*
src/console: Add spaces around '=='
Elyes HAOUAS
2018-04-28
1
-2
/
+2
*
src: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-13
1
-1
/
+1
*
console/vtxprintf.c: cast precision to size_t for string length
Martin Roth
2016-11-21
1
-1
/
+1
*
src/console: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-08-31
1
-1
/
+1
*
console/: add missing license headers
Damien Roth
2016-01-18
1
-2
/
+13
*
Avoid 64bit math on MIPS platforms
Vadim Bendebury
2015-03-30
1
-1
/
+17
*
src/console: Sanitize headers and IS_ENABLED usage
Edward O'Callaghan
2014-06-25
1
-1
/
+1
*
console: Remove old fix for DEBUG_SMI
Kyösti Mälkki
2014-04-09
1
-5
/
+0
*
console: Simplify vtxprintf
Kyösti Mälkki
2014-04-09
1
-34
/
+8
*
printk: support and use %hh prefix
Patrick Georgi
2014-02-19
1
-1
/
+9
*
vtxprintf: Introduce vtxdprintf for the ease of closures
Vladimir Serbinenko
2013-12-07
1
-23
/
+52
*
Eliminate do_div().
David Hendricks
2013-03-08
1
-15
/
+2
*
Improve how our printk calls do_div by using constants.
Ronald G. Minnich
2013-01-31
1
-2
/
+16
*
Implement %zu / %zd in printk
Stefan Reinauer
2012-05-26
1
-2
/
+3
*
Add support to run SMM handler in TSEG instead of ASEG
Stefan Reinauer
2012-04-04
1
-0
/
+6
*
Move C labels to start-of-line
Patrick Georgi
2012-03-07
1
-1
/
+1
*
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-27
1
-5
/
+5
*
This patch is what I needed to compile coreboot with LLVM.
Stefan Reinauer
2010-03-16
1
-1
/
+0
*
re-order console output functions, add proper prototypes,
Stefan Reinauer
2009-10-24
1
-38
/
+1
*
smaller changes to silence build warnings. (trivial)
Stefan Reinauer
2007-10-24
1
-1
/
+6
*
- HDAMA boots!
Eric Biederman
2004-10-16
1
-15
/
+20
*
console code cleanup.
Stefan Reinauer
2004-05-28
1
-0
/
+303