coreboot/arch/x86
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
..
archelfboot.c Basic elfboot functionality is in now. 2007-02-23 13:39:07 +00:00
cache_as_ram.S Add a first bit of a framework. Builds the following parts, in 2007-01-29 22:09:50 +00:00
cachemain.c Basic elfboot functionality is in now. 2007-02-23 13:39:07 +00:00
config.h Architecture changes. This gets us through stage 2. 2007-02-22 21:39:25 +00:00
console.c fix more warnings. 2007-02-23 12:36:45 +00:00
init.S Add a first bit of a framework. Builds the following parts, in 2007-01-29 22:09:50 +00:00
Kconfig * This patch renames remainders the arch i386 to x86. 2007-01-04 20:12:02 +00:00
ldscript.ld These changes get us past stage0, past stage1, and into the search for a 2007-02-14 17:08:15 +00:00
macros.h Add a license header where it was missing. 2007-01-30 11:10:39 +00:00
Makefile Basic elfboot functionality is in now. 2007-02-23 13:39:07 +00:00
mtrr.h Add a first bit of a framework. Builds the following parts, in 2007-01-29 22:09:50 +00:00
reset.S Add a license header where it was missing. 2007-01-30 11:10:39 +00:00
serial.c Add a first bit of a framework. Builds the following parts, in 2007-01-29 22:09:50 +00:00
stage0_i586.S Pick a safer default for CacheBase -- not C segment. 2007-02-23 07:15:58 +00:00