On Fri, Mar 06, 2009 at 09:46:01PM -0800, Joe Julian wrote:
Kevin O'Connor wrote:
If you're not seeing the correct output, something must be wrong. You'll need to capture the serial output and send the log. With the log, we'll be able to figure out what went wrong.
Thanks for your help. I can't directly apply that patch because it's been superseded by this one http://tracker.coreboot.org/trac/coreboot/changeset/3960 which works for me so far, with the following changes. There's a little bit of workaround there, as I don't know how to patch the HAVE_HIGH_TABLES into src/northbridge/amd/amdfam10/northbridge.c
Here's a link to my log: http://www.privatepaste.com/04ilD2DoPH
Okay. Looks like your tables are being relocated and SeaBIOS is finding them properly. It also looks like gPXE is succesfully running.
Unfortunately, your coreboot mainboard doesn't have any ACPI definitions. (So, the problem isn't SeaBIOS not finding it - instead coreboot is not providing it.)
Extending coreboot to provide acpi definitions is a bit out of my expertise. Someone from the list should be able to suggest a starting point. You are getting very close though.
-Kevin