index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
console
/
vtxprintf.c
Age
Commit message (
Expand
)
Author
2020-04-04
src/console: Use SPDX for GPL-2.0-only files
Angel Pons
2019-12-11
printf: Automatically prefix %p with 0x
Julius Werner
2019-11-22
src/console: Bring back support for printf'ing 64bit ints
Patrick Georgi
2019-11-20
Remove MIPS architecture
Julius Werner
2019-09-10
AUTHORS: Move src/console copyrights into AUTHORS file
Martin Roth
2019-07-19
src: Make implicit fall throughs explicit
Jacob Garber
2019-07-10
console: Correct printing of hexadecimal integers
Jacob Garber
2019-07-04
console: Implement j specifier in vtxprintf()
Jacob Garber
2019-07-04
console: Remove support for printing extra bases
Jacob Garber
2019-06-24
add ctype.h header
Joel Kitching
2019-05-23
console: Move poor-man's atoi() into string.h
Julius Werner
2019-05-06
Fix code that would trip -Wtype-limits
Julius Werner
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2018-06-04
src/console: Fix coding style
Elyes HAOUAS
2018-06-04
src/console/vtxprintf.c: Remove unneeded 'console.h' include
Elyes HAOUAS
2018-05-04
console/vtxprintf.c: Add required spaces around '>'
Elyes HAOUAS
2018-04-28
src/console: Add spaces around '=='
Elyes HAOUAS
2017-07-13
src: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2016-11-21
console/vtxprintf.c: cast precision to size_t for string length
Martin Roth
2016-08-31
src/console: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-01-18
console/: add missing license headers
Damien Roth
2015-03-30
Avoid 64bit math on MIPS platforms
Vadim Bendebury
2014-06-25
src/console: Sanitize headers and IS_ENABLED usage
Edward O'Callaghan
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-02-19
printk: support and use %hh prefix
Patrick Georgi
2013-12-07
vtxprintf: Introduce vtxdprintf for the ease of closures
Vladimir Serbinenko
2013-03-08
Eliminate do_div().
David Hendricks
2013-01-31
Improve how our printk calls do_div by using constants.
Ronald G. Minnich
2012-05-26
Implement %zu / %zd in printk
Stefan Reinauer
2012-04-04
Add support to run SMM handler in TSEG instead of ASEG
Stefan Reinauer
2012-03-07
Move C labels to start-of-line
Patrick Georgi
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-16
This patch is what I needed to compile coreboot with LLVM.
Stefan Reinauer
2009-10-24
re-order console output functions, add proper prototypes,
Stefan Reinauer
2007-10-24
smaller changes to silence build warnings. (trivial)
Stefan Reinauer
2004-10-16
- HDAMA boots!
Eric Biederman
2004-05-28
console code cleanup.
Stefan Reinauer