On Wed, Oct 21, 2009 at 3:03 PM, Hugh Greenberg hng@lanl.gov wrote:
Alight! It booted and loaded seabios. Attached is the entire output.
Great. So the two problems were init_timer and pci_check_direct, right?
I've attached the two patches.
Signed-off-by: Myles Watson mylesgw@gmail.com
One thing though, it failed to load gpxe. The only thing related to this that looks like an error is:
File pci14e4,16a6.rom is of type 63000000 instead oftype 30 and this PCI Expansion ROM, signature 0x0000, INIT size 0x0000, data ptr 0x0000 Incorrect Expansion ROM Header Signature 0000
This should be OK because you don't want it to run before Coreboot is through. I think SeaBIOS should run it, right?
I don't know anything about gpxe. I'm assuming you followed the instructions here: http://www.coreboot.org/SeaBIOS#Adding_gpxe_support
Did you try pushing f12 to see the boot menu?
Thanks, Myles