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 4282d12cdc Initial cleanup of the linuxbios tables code. Now it seems we need
resource .c functions -- sigh -- this will be next. 

fix types, fix some usage, but we do not yet generate pirqi, mptables,
or acpi. This will be next. 

This code will be called from phase6 in stage 2, and probably 
attached to a cpu. Or, it will be inline in the stage2.c code, since 
the need for tables is generic. 

I'm also going to move the cryptic usage of lgdt from here to stage 2,
phase 2, of the cpu code. The device model improvements are making it
easier to think about when things happen, we are finding. 

I'm going to get lunch and go see some of brussels. It's a miserable day
but ... 

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@130 f3766cd6-281f-0410-b1cd-43a5c92072e9
2007-02-26 11:45:51 +00:00
arch Initial cleanup of the linuxbios tables code. Now it seems we need 2007-02-26 11:45:51 +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 Initial cleanup of the linuxbios tables code. Now it seems we need 2007-02-26 11:45:51 +00:00
lib add tables support to LinuxBIOS. 2007-02-26 09:43:12 +00:00
mainboard Initial cleanup of the linuxbios tables code. Now it seems we need 2007-02-26 11:45:51 +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