coreboot for the Switch
Find a file
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
arch Basic elfboot functionality is in now. 2007-02-23 13:39:07 +00:00
console * initial console entries in Kconfig 2007-02-23 11:33:02 +00:00
device * initial console entries in Kconfig 2007-02-23 11:33:02 +00:00
doc mods to elf.h to use arch/elf.h 2007-02-23 12:21:47 +00:00
include Basic elfboot functionality is in now. 2007-02-23 13:39:07 +00:00
lib Basic elfboot functionality is in now. 2007-02-23 13:39:07 +00:00
mainboard * cleanup/refactor makefiles. 2007-02-23 12:19:25 +00:00
util fix more warnings. 2007-02-23 12:36:45 +00:00
COPYING filling in 2006-10-06 19:19:14 +00:00
Kconfig * initial console entries in Kconfig 2007-02-23 11:33:02 +00:00
Makefile * cleanup/refactor makefiles. 2007-02-23 12:19:25 +00:00