Knut Kujat wrote:
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 0x43a40 null 769650
where 1002,515e is the VGA rom and 8086,1076 is the gPXE rom.
Is that type 99? I don't know if it must be, but that's what is used in examples at http://www.coreboot.org/SeaBIOS
You could also try storing gPXE as genroms/gPXE.rom instead of pciVVVV,DDDD.rom.
Finally I would go over the build time options for SeaBIOS in case there's something that needs to be enabled, though I don't think there is..
//Peter