coreboot-kgpe-d16/src/console
Carl-Daniel Hailfinger 87e7050bff die() does never return. Annotate it as such.
Any endless loop after die() can be eliminated.
Dereferencing a NULL pointer is bad. die() instead.
Replace endless loops with die().

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4340 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-06-05 11:41:51 +00:00
..
btext_console.c Rename almost all occurences of LinuxBIOS to coreboot. 2008-01-18 15:08:58 +00:00
Config.lb Refactor copy_and_run so that it uses a single code base instead of 2009-04-30 07:07:22 +00:00
console.c die() does never return. Annotate it as such. 2009-06-05 11:41:51 +00:00
font-8x16.c btext fix 2004-12-16 02:44:25 +00:00
logbuf_console.c Another CONSTification... 2007-10-24 14:42:12 +00:00
printk.c Revert "CMOS: Add set_option and rework get_option." 2009-06-03 14:19:33 +00:00
uart8250_console.c Revert "CMOS: Add set_option and rework get_option." 2009-06-03 14:19:33 +00:00
usbdebug_direct_console.c Eliminate various issues brought up by scan-build. 2009-04-21 20:14:31 +00:00
vga_console.c Implement native VGA Support. 2009-05-29 03:04:16 +00:00
vsprintf.c Make vsprintf reentrant. More importantly, eliminate global variable. 2009-05-26 14:31:37 +00:00
vtxprintf.c smaller changes to silence build warnings. (trivial) 2007-10-24 11:12:15 +00:00