rename linuxbios -> coreboot

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3055 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2008-01-18 15:33:49 +00:00
committed by Stefan Reinauer
parent 8df401db3b
commit f527e70333
27 changed files with 181 additions and 179 deletions

View File

@@ -6,9 +6,10 @@
#include <stdint.h>
#include "ip_checksum.h"
/* Note: The contents of this file were borrowed from the LinuxBIOS source
* code which may be obtained from http://www.linuxbios.org.
* Specifically, this code was obtained from LinuxBIOS version 1.0.0.8.
/* Note: The contents of this file were borrowed from the coreboot source
* code which may be obtained from http://www.coreboot.org.
* Specifically, this code was obtained from coreboot (LinuxBIOS)
* version 1.0.0.8.
*/
unsigned long compute_ip_checksum(void *addr, unsigned long length)