On Mon, May 17, 2010 at 10:29 AM, Knut Kujat knuku@gap.upv.es wrote:
Hi, I was asked to add PXE support to the BIOS so I'm trying Seabios in combination with gPXE, I add a gPXE rom (build from the rom-o-matic page) and add it via cbfstool to the coreboot.rom file: Name Offset Type Size fallback/romstage 0x0 stage 81096 fallback/coreboot_ram 0x13d00 stage 43730 fallback/payload 0x1e840 payload 34069 pci1002,515e.rom 0x26dc0 optionrom 45056 pci8086,1076.rom 0x31e00 unknown 72704
I just looked up one of your old messages that had an lspci. It looks like your NIC is 8086,1079. Have you tried that ID?
Quoted from your earlier mail:
I attached several lspci outputs for the h8qme-2+ board ...
0a:03.0 Ethernet controller: Intel Corporation 82546GB Gigabit Ethernet Controller (rev 03) 0a:03.1 Ethernet controller: Intel Corporation 82546GB Gigabit Ethernet Controller (rev 03)
-+-[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]
Thanks, Myles