On Mon, Apr 27, 2009 at 4:15 PM, Peter Stuge peter@stuge.se wrote:
Patrick Georgi wrote:
+#pci_rom $(TOP)/via-cx700.rom vendor_id=0x1106 device_id=0x3157
Is this the VGA option ROM? Maybe via-cx700-vga.rom then?
I really like having the PCI ID in the filename though. I favor removing vendor_id and device_id from pci_rom. The filename could be checked to really include the IDs.
How would you do that at build time? There are boards that need multiple ROMS (scsi, nic, vga ...) Another problem is that sometimes you want to have pxe be the ROM. The point is that the filename is whatever the user wants to call it in his own filesystem, but the pci IDs have to be right or it won't work.
Myles