coreboot/src
Carl-Daniel Hailfinger 90308bb752 Check the printk format string against the matching arguments. We have
this type of checking in the v3 code since ages, but v2 will happily
compile any code with bogus printk format strings and/or parameters.
This can cause real bugs and at least needs to emit a warning, if not
an
error. Go with a warning for now since most of the flagged format
strings are wrong but harmless in a 32-bit x86 environment.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3872 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-01-20 18:37:26 +00:00
..
arch Ignore some more sections, created by newer toolchains 2009-01-11 00:35:30 +00:00
boot Fix compile errors if CONFIG_FS_PAYLOAD=1: 2008-11-03 23:16:00 +00:00
config ouch. never do last minute changes. :-( 2009-01-19 21:34:41 +00:00
console fix warning in vga console code (trivial) 2008-08-01 11:38:23 +00:00
cpu First shot at factoring SMM code into generic parts and southbridge specific 2009-01-19 21:20:22 +00:00
devices Changes required to the device allocator: 2008-10-29 03:15:42 +00:00
drivers The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of 2008-10-01 12:52:52 +00:00
include Check the printk format string against the matching arguments. We have 2009-01-20 18:37:26 +00:00
lib Drop tons of duplicated debug.c files, move common file to 2008-10-12 22:34:08 +00:00
mainboard The DBM90T code sets bit 10 in _PSS as part of the control value, but 2009-01-16 12:44:41 +00:00
northbridge First part of heterogenous dualchannel support. 2009-01-16 03:44:41 +00:00
pc80 Made await_ide(), which polls for an ide status change, check the status 2008-10-22 22:30:17 +00:00
pmc/altimus/mpc7410 Please bear with me - another rename checkin. This qualifies as trivial, no 2008-01-18 10:35:56 +00:00
ram use printk, when possible. (trivial) 2008-08-01 12:12:37 +00:00
sdram fix typo in commend of generic_sdram.c (trivial) 2008-08-01 11:36:40 +00:00
southbridge First shot at factoring SMM code into generic parts and southbridge specific 2009-01-19 21:20:22 +00:00
stream Fix compile errors if CONFIG_FS_PAYLOAD=1: 2008-11-03 23:16:00 +00:00
superio Add support for the Winbond W83627UHG Super I/O. 2009-01-06 00:33:30 +00:00