Read-only mirror of https://review.coreboot.org/coreboot.git. Synced every hour. We don't handle Pull Requests. https://coreboot.org
  • C 93.8%
  • ASL 2.2%
  • Makefile 1.1%
  • C++ 0.5%
  • Pawn 0.5%
  • Other 1.8%
Find a file
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
arch newelfboot.c. this elfboot is tremendously simplified so it can run out 2007-02-23 19:53:11 +00:00
console * add config options for serial port and speed 2007-02-23 13:55:28 +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 newelfboot.c. this elfboot is tremendously simplified so it can run out 2007-02-23 19:53:11 +00:00
mainboard get rid of all warnings but one (lb table fake) 2007-02-23 15:35:42 +00:00
util get rid of all warnings but one (lb table fake) 2007-02-23 15:35:42 +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 * add config options for serial port and speed 2007-02-23 13:55:28 +00:00