coreboot-kgpe-d16/src/lib
Myles Watson fa12b67771 Remove warnings from compilation of the s2892 with and without CBFS.
I didn't try to remove "defined but not used" warnings because there are too
many ifdefs to be sure I wouldn't break something.

For shadowed variable declarations I renamed the inner-most variable.  

The one in src/pc80/keyboard.c might need help.  I didn't change the
functionality but it looks like a bug.

I boot tested it on s2892 and abuild tested it.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4240 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-04-30 22:45:41 +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
cbfs.c Remove warnings from compilation of the s2892 with and without CBFS. 2009-04-30 22:45:41 +00:00
clog2.c
compute_ip_checksum.c fix shadow variable in compute_ip_checksum.c 2009-03-31 16:42:57 +00:00
debug.c Drop tons of duplicated debug.c files, move common file to 2008-10-12 22:34:08 +00:00
delay.c
fallback_boot.c
lzma.c Remove the inclusion of lzma.c (which really contains code) 2009-04-24 16:44:34 +00:00
lzmadecode.c fix variable shadowing in lzmadecode.c (trivial) 2009-04-04 13:28:40 +00:00
lzmadecode.h
malloc.c use pointers instead of size_t when dealing with pointers. Also fix a few 2009-03-06 17:22:35 +00:00
memcmp.c
memcpy.c fix compiler warnings (trivial) 2009-01-20 21:40:16 +00:00
memmove.c
memset.c fix compiler warnings (trivial) 2009-01-20 21:40:16 +00:00
nrv2b.c AMD Rev F support 2006-10-04 20:46:15 +00:00
uart8250.c Add serial stream payload support from Ed Swierk <eswierk@arastra.com> 2006-10-07 00:13:24 +00:00
usbdebug_direct.c - function prototypes do not need "extern" 2009-04-21 23:05:13 +00:00
version.c Rename almost all occurences of LinuxBIOS to coreboot. 2008-01-18 15:08:58 +00:00
xmodem.c replace table based crc with computational one. by Ed Swierk. 2006-10-09 22:35:45 +00:00