[coreboot] r3474 - in trunk/payloads/libpayload: drivers i386 include

Peter Stuge peter at stuge.se
Sat Aug 9 05:21:46 CEST 2008


On Thu, Aug 07, 2008 at 12:21:05PM +0200, svn at coreboot.org wrote:
> Author: stepan
> Date: 2008-08-07 12:21:05 +0200 (Thu, 07 Aug 2008)
> New Revision: 3474
> 
> Added:
>    trunk/payloads/libpayload/drivers/options.c
> Modified:
>    trunk/payloads/libpayload/drivers/Makefile.inc
>    trunk/payloads/libpayload/i386/coreboot.c
>    trunk/payloads/libpayload/include/coreboot_tables.h
>    trunk/payloads/libpayload/include/sysinfo.h
> Log:
> add get_option to libpayload, so coreboot cmos options can be queried.
> 
> Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
> Acked-by: Jordan Crouse <jordan.crouse at amd.com>
> Acked-by: Peter Stuge <peter at stuge.se>

Sorry.

This breaks my build. I should have tested. :\

cc -m32 -Wall -Werror -fno-stack-protector -nostdinc -I./include -I/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/include -c -o drivers/options.o drivers/options.c
cc1: warnings being treated as errors
drivers/options.c: In function 'get_option':
drivers/options.c:93: warning: pointer targets in passing argument 1 of 'memcmp' differ in signedness
make: *** [drivers/options.o] Error 1




More information about the coreboot mailing list