mods to elf.h to use arch/elf.h

Some updates to the docs, but these will change more. 
add memcmp. Crude implementation, but it really does not matter. 
add compute_ip_checksum.c
mods to elfboot. Thanks to our new design, BOUNCE BUFFERS ARE DEAD. Yee
ha!
updates to makefile

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



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@96 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2007-02-23 12:21:47 +00:00
commit 534f6d31be
6 changed files with 161 additions and 240 deletions

View file

@ -5,7 +5,7 @@
#include <stdint.h>
#include <stddef.h>
#include <arch/boot/boot.h>
#include <arch/elf.h>
/* Type for a 16-bit quantity. */
typedef uint16_t Elf32_Half;