On Wed, May 19, 2010 at 7:20 AM, Stefan Reinauer stefan.reinauer@coresystems.de wrote:
Knut, try putting the southbridge on bus 0
I think it is already there, but there is also an 8132 at bus 8.
using genroms/gpxe.rom makes gPXE start but then gPXE isn't able to find the network devices. When I'm using the vendor and device id (pci8086,1079.rom) Seabios doesn't map that option rom to the NICs because Seabios doesn't see them! (please see attached log)
What can I do? to scan also 0a:03.0 and 0a:03.1, which would be my NICs?
Have you tried adding the root bus 0x0a to config.h?
I should have said bus 8. From your lspci:
-+-[0000:08]-+-01.0-[09]-- | +-01.1 Advanced Micro Devices [AMD] AMD-8132 PCI-X IOAPIC [1022:7459] | +-02.0-[0a]--+-03.0 Intel Corporation 82546GB Gigabit Ethernet Controller [8086:1079] | | -03.1 Intel Corporation 82546GB Gigabit Ethernet Controller [8086:1079] | -02.1 Advanced Micro Devices [AMD] AMD-8132 PCI-X IOAPIC [1022:7459]
If that lspci doesn't match the enumeration that Coreboot gives it, use the one that matches your boot logs.
Thanks, Myles