switch-coreboot/include
Ronald G. Minnich 08016c4ca8 Basic elfboot functionality is in now.
We're trying to avoid the bounce buffer mess, which is really complex, 
by running elfboot out of the boot block. This code includes a really 
dumb allocator in elfboot which may or may not work. It basically
allocates off the elfboot() stack. 

This builds, but elfboot is not tested. That's next. 
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@102 f3766cd6-281f-0410-b1cd-43a5c92072e9
2007-02-23 13:39:07 +00:00
..
console * fix some license headers 2007-02-23 11:03:56 +00:00
cpu/generic/x86 add the arch-dependent elf defines. 2007-02-23 12:38:34 +00:00
device * rename devices to device for consistency 2007-02-23 11:23:37 +00:00
elf.h Basic elfboot functionality is in now. 2007-02-23 13:39:07 +00:00
elf_boot.h Files needs for booting a payload. We are reducing the number of 2007-02-23 10:58:00 +00:00
fallback.h For some files: 2007-01-30 13:15:04 +00:00
ip_checksum.h ip checksum file for elf booting. 2007-02-23 11:02:04 +00:00
lar.h Basic elfboot functionality is in now. 2007-02-23 13:39:07 +00:00
lib.h * fix some license headers 2007-02-23 11:03:56 +00:00
linuxbios_tables.h Files needs for booting a payload. We are reducing the number of 2007-02-23 10:58:00 +00:00
string.h For some files: 2007-01-30 13:15:04 +00:00
tables.h Files needs for booting a payload. We are reducing the number of 2007-02-23 10:58:00 +00:00
uart8250.h For some files: 2007-01-30 13:15:04 +00:00