coreboot/lib
Ronald G. Minnich cd4625560e add tables support to LinuxBIOS.
We have merged the plethora of include files into one. A given linuxbios
target architecture must support all the functions described therein. 
All the structs etc. in include/tables.h are known to be
architecture-independent. 

We hope this new layout is easier to folow than the old one. 

Todo: Remove the LGDT code from tables writing (how did THAT get in
there ;-) and put it somewhere sane; add OFW table support. We are going
to need some nice OFW table code. 

Also, the license headers should be correct in this commit. 

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@128 f3766cd6-281f-0410-b1cd-43a5c92072e9
2007-02-26 09:43:12 +00:00
..
clog2.c Documentation changes 2007-02-25 10:02:11 +00:00
elfboot.c Simplify elfboot, add copyright. newelfboot.c will be removed in a 2007-02-25 10:42:53 +00:00
Kconfig Various Kconfig fixes and some additional documentation. 2007-02-25 16:27:17 +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 Use common license header format (trivial). 2007-02-25 11:30:46 +00:00
mem.c Use common license header format (trivial). 2007-02-25 11:30:46 +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
tables.c add tables support to LinuxBIOS. 2007-02-26 09:43:12 +00:00
uart8250.c Add a first bit of a framework. Builds the following parts, in 2007-01-29 22:09:50 +00:00