coreboot for the Switch
Find a file
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
arch add tables support to LinuxBIOS. 2007-02-26 09:43:12 +00:00
console Various Kconfig fixes and some additional documentation. 2007-02-25 16:27:17 +00:00
device * initial console entries in Kconfig 2007-02-23 11:33:02 +00:00
doc s/linuxbios/LinuxBIOS/ in a number of places (trivial). 2007-02-26 01:19:39 +00:00
include add tables support to LinuxBIOS. 2007-02-26 09:43:12 +00:00
lib add tables support to LinuxBIOS. 2007-02-26 09:43:12 +00:00
mainboard Don't uppercase 'initram' as it's a file name (trivial). 2007-02-26 02:27:20 +00:00
util Various typos, output beautifications and cosmetic fixes (trivial). 2007-02-26 01:38:12 +00:00
COPYING filling in 2006-10-06 19:19:14 +00:00
Kconfig Fix pointer to kconfig-language.txt (trivial). 2007-02-25 20:41:45 +00:00
Makefile Silence warnings and beautify build output. We might want to turn on more 2007-02-26 02:15:40 +00:00