coreboot/lib
Ronald G. Minnich 327a4432fe newelfboot.c. this elfboot is tremendously simplified so it can run out
of FLASH. Since it runs out of FLASH, we have removed the need for
bounce buffer support. that in turn rips out all kinds of stuff, so it
is now simpler. We're ripping out all the checksum stuff -- lar does
that. 

lar.c has some debug prints removed. 

elfboot.c has some mods, but elfboot.c is going away. 

cachemain.c has a few mods for using newelfboot. 

Makefile reflects these changes. 

Not tested, I'm going to bed though, so here you are.

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@108 f3766cd6-281f-0410-b1cd-43a5c92072e9
2007-02-23 19:53:11 +00:00
..
clog2.c Library changes. Added malloc. Added mem* ops. Made a few other 2007-02-22 21:22:29 +00:00
compute_ip_checksum.c mods to elf.h to use arch/elf.h 2007-02-23 12:21:47 +00:00
elfboot.c newelfboot.c. this elfboot is tremendously simplified so it can run out 2007-02-23 19:53:11 +00:00
Kconfig Remove unused dummy options, some cosmetic fixes (trivial). 2007-01-30 11:26:16 +00:00
lar.c newelfboot.c. this elfboot is tremendously simplified so it can run out 2007-02-23 19:53:11 +00:00
lzma.c * This patch renames remainders the arch i386 to x86. 2007-01-04 20:12:02 +00:00
lzmadecode.c * This patch renames remainders the arch i386 to x86. 2007-01-04 20:12:02 +00:00
lzmadecode.h * This patch renames remainders the arch i386 to x86. 2007-01-04 20:12:02 +00:00
Makefile * cleanup/refactor makefiles. 2007-02-23 12:19:25 +00:00
malloc.c * rename devices to device for consistency 2007-02-23 11:23:37 +00:00
mem.c * add config options for serial port and speed 2007-02-23 13:55:28 +00:00
newelfboot.c newelfboot.c. this elfboot is tremendously simplified so it can run out 2007-02-23 19:53:11 +00:00
nrv2b.c * This patch renames remainders the arch i386 to x86. 2007-01-04 20:12:02 +00:00
stage2.c fix a warning, clean up code and makefiles 2007-02-23 11:51:32 +00:00
uart8250.c Add a first bit of a framework. Builds the following parts, in 2007-01-29 22:09:50 +00:00