Alight! It booted and loaded seabios. Attached is the entire output.
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
I got this file from gpxe's rom O matic. I tried getting a new one just
in case and got the same error.
--
Hugh Greenberg
Myles Watson wrote:
>
>
> On Wed, Oct 21, 2009 at 2:21 PM, Hugh Greenberg <hng@lanl.gov
>
mailto:hng@lanl.gov> wrote:
>
> Here is the output:
>
>
> before scan bus of PCI: 00:18.0
> amdk8_scan_chains: PCI: 00:18.0, node 0
> amdk8_scan_chains: PCI: 00:18.0, node 0, link 0
> amdk8_scan_chain: PCI: 00:18.0, node 0, link 0
> connected
> Init Complete
> non coherent
> scan chain
> ht_collapse_early_enumeration: PCI: 00:18.0 children PCI: 00:18.0
> offset_unitid0
> ht_collapse_early_enumeration: ctrl = 20
> Check collapse state
> Check collapse state pci_read
> pci_remember_direct: pci_bus_fallback_ops=00000000
> pci_check_direct
>
> It looks like it's dying in pci_check_direct. Hopefully we're getting
> close. Here's another patch.
>
> Thanks,
> Myles