There's a tiny problem in the code, which is fixed like this:
diff -Naur libpayload/i386/coreboot.c libpayload.new/i386/coreboot.c --- libpayload/i386/coreboot.c 2008-03-18 22:10:46.000000000 +0100 +++ libpayload.new/i386/coreboot.c 2008-03-18 22:13:34.000000000 +0100 @@ -29,7 +29,6 @@
#include <libpayload.h> #include <sysinfo.h> -#include <ipchecksum.h> #include <coreboot_tables.h>
/* Some of this is x86 specific, and the rest of it
If this whole patchset gets an ACK, the above fix will be committed, too.
Uwe.