coreboot-kgpe-d16/src/console
Stefan Reinauer 68a564f7ac This patch is what I needed to compile coreboot with LLVM.
- call va_* directly if coreboot is running on GCC so we don't need 
  to maintain hacks to get to stdarg.h
- only define LIBGCC_FILE_NAME if it's an absolute path. GCC and LLVM
  just print "libgcc.a" if the file is not there.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5215 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-03-16 01:02:18 +00:00
..
btext_console.c Rename almost all occurences of LinuxBIOS to coreboot. 2008-01-18 15:08:58 +00:00
console.c Revert deletion that snuck in to 4794. Sorry. 2009-10-16 20:15:06 +00:00
font-8x16.c btext fix 2004-12-16 02:44:25 +00:00
Kconfig Various smaller console option fixes as suggested by Peter Stuge: 2009-10-26 23:52:34 +00:00
logbuf_console.c Another CONSTification... 2007-10-24 14:42:12 +00:00
Makefile.inc re-order console output functions, add proper prototypes, 2009-10-24 13:06:04 +00:00
printk.c This patch is what I needed to compile coreboot with LLVM. 2010-03-16 01:02:18 +00:00
uart8250_console.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
usbdebug_direct_console.c Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. 2009-10-16 16:32:57 +00:00
vga_console.c Implement native VGA Support. 2009-05-29 03:04:16 +00:00
vsprintf.c This patch is what I needed to compile coreboot with LLVM. 2010-03-16 01:02:18 +00:00
vtxprintf.c This patch is what I needed to compile coreboot with LLVM. 2010-03-16 01:02:18 +00:00