summaryrefslogtreecommitdiff
path: root/src/console/vtxprintf.c
AgeCommit message (Expand)Author
2021-02-16console/vtxprintf.c: Add missing <types.h>Elyes HAOUAS
2020-09-21src/console: Drop unneeded empty linesElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-04src/console: Use SPDX for GPL-2.0-only filesAngel Pons
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-11-22src/console: Bring back support for printf'ing 64bit intsPatrick Georgi
2019-11-20Remove MIPS architectureJulius Werner
2019-09-10AUTHORS: Move src/console copyrights into AUTHORS fileMartin Roth
2019-07-19src: Make implicit fall throughs explicitJacob Garber
2019-07-10console: Correct printing of hexadecimal integersJacob Garber
2019-07-04console: Implement j specifier in vtxprintf()Jacob Garber
2019-07-04console: Remove support for printing extra basesJacob Garber
2019-06-24add ctype.h headerJoel Kitching
2019-05-23console: Move poor-man's atoi() into string.hJulius Werner
2019-05-06Fix code that would trip -Wtype-limitsJulius Werner
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-06-04src/console: Fix coding styleElyes HAOUAS
2018-06-04src/console/vtxprintf.c: Remove unneeded 'console.h' includeElyes HAOUAS
2018-05-04console/vtxprintf.c: Add required spaces around '>'Elyes HAOUAS
2018-04-28src/console: Add spaces around '=='Elyes HAOUAS
2017-07-13src: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2016-11-21console/vtxprintf.c: cast precision to size_t for string lengthMartin Roth
2016-08-31src/console: Add required space before opening parenthesis '('Elyes HAOUAS
2016-01-18console/: add missing license headersDamien Roth
2015-03-30Avoid 64bit math on MIPS platformsVadim Bendebury
2014-06-25src/console: Sanitize headers and IS_ENABLED usageEdward O'Callaghan
2014-04-09console: Remove old fix for DEBUG_SMIKyösti Mälkki
2014-04-09console: Simplify vtxprintfKyösti Mälkki
2014-02-19printk: support and use %hh prefixPatrick Georgi
2013-12-07vtxprintf: Introduce vtxdprintf for the ease of closuresVladimir Serbinenko
2013-03-08Eliminate do_div().David Hendricks
2013-01-31Improve how our printk calls do_div by using constants.Ronald G. Minnich
2012-05-26Implement %zu / %zd in printkStefan Reinauer
2012-04-04Add support to run SMM handler in TSEG instead of ASEGStefan Reinauer
2012-03-07Move C labels to start-of-linePatrick Georgi
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-16This patch is what I needed to compile coreboot with LLVM.Stefan Reinauer
2009-10-24re-order console output functions, add proper prototypes, Stefan Reinauer
2007-10-24smaller changes to silence build warnings. (trivial)Stefan Reinauer
2004-10-16- HDAMA boots!Eric Biederman
2004-05-28console code cleanup.Stefan Reinauer