summaryrefslogtreecommitdiffstats
path: root/src/console/vtxprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-161-1/+2
* console/vtxprintf.c: Add missing <types.h>Elyes HAOUAS2021-02-161-1/+1
* src/console: Drop unneeded empty linesElyes HAOUAS2020-09-211-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
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-4/+5
* src/console: Bring back support for printf'ing 64bit intsPatrick Georgi2019-11-221-12/+0
* Remove MIPS architectureJulius Werner2019-11-201-4/+0
* AUTHORS: Move src/console copyrights into AUTHORS fileMartin Roth2019-09-101-2/+0
* src: Make implicit fall throughs explicitJacob Garber2019-07-191-0/+1
* console: Correct printing of hexadecimal integersJacob Garber2019-07-101-1/+4
* console: Implement j specifier in vtxprintf()Jacob Garber2019-07-041-2/+5
* console: Remove support for printing extra basesJacob Garber2019-07-041-4/+2
* add ctype.h headerJoel Kitching2019-06-241-0/+1
* console: Move poor-man's atoi() into string.hJulius Werner2019-05-231-18/+4
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-3/+5
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* src/console: Fix coding styleElyes HAOUAS2018-06-041-21/+29
* src/console/vtxprintf.c: Remove unneeded 'console.h' includeElyes HAOUAS2018-06-041-1/+0
* console/vtxprintf.c: Add required spaces around '>'Elyes HAOUAS2018-05-041-1/+1
* src/console: Add spaces around '=='Elyes HAOUAS2018-04-281-2/+2
* src: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-1/+1
* console/vtxprintf.c: cast precision to size_t for string lengthMartin Roth2016-11-211-1/+1
* src/console: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-1/+1
* console/: add missing license headersDamien Roth2016-01-181-2/+13
* Avoid 64bit math on MIPS platformsVadim Bendebury2015-03-301-1/+17
* src/console: Sanitize headers and IS_ENABLED usageEdward O'Callaghan2014-06-251-1/+1
* console: Remove old fix for DEBUG_SMIKyösti Mälkki2014-04-091-5/+0
* console: Simplify vtxprintfKyösti Mälkki2014-04-091-34/+8
* printk: support and use %hh prefixPatrick Georgi2014-02-191-1/+9
* vtxprintf: Introduce vtxdprintf for the ease of closuresVladimir Serbinenko2013-12-071-23/+52
* Eliminate do_div().David Hendricks2013-03-081-15/+2
* Improve how our printk calls do_div by using constants.Ronald G. Minnich2013-01-311-2/+16
* Implement %zu / %zd in printkStefan Reinauer2012-05-261-2/+3
* Add support to run SMM handler in TSEG instead of ASEGStefan Reinauer2012-04-041-0/+6
* Move C labels to start-of-linePatrick Georgi2012-03-071-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-5/+5
* This patch is what I needed to compile coreboot with LLVM.Stefan Reinauer2010-03-161-1/+0
* re-order console output functions, add proper prototypes, Stefan Reinauer2009-10-241-38/+1
* smaller changes to silence build warnings. (trivial)Stefan Reinauer2007-10-241-1/+6
* - HDAMA boots!Eric Biederman2004-10-161-15/+20
* console code cleanup.Stefan Reinauer2004-05-281-0/+303