[coreboot] Absolute paths in configs and redundant pci_rom ids

Peter Stuge peter at stuge.se
Sun Apr 26 12:42:14 CEST 2009


svn at coreboot.org wrote:
> +#pci_rom ../../../misc/kontron-pci8086,27a2.rom vendor_id=0x8086 device_id=0x27a2

Can we improve these relative paths somehow?

Maybe use a variable as top instead? $(TOP)/misc/ ... ?

Absolute or relative does not matter, but so many parent directories
is horrible to have to keep track of.


And vendor_id/device_id looks like they will become highly redundant.
I'd like to either leave out the filename or the ids. Comments?


//Peter




More information about the coreboot mailing list