Kevin O'Connor wrote:
#define OPTIONROM_BDF_1 pci_to_bdf(0x02, 0x00, 0) // pci 02:00.0 #define OPTIONROM_MEM_1 0xfffc0000 // rom address of option rom
It would be awesome if these things could be controlled by a tool after build time.
I'd really like to see further use of the LAR format. With a LAR, SeaBIOS could just scan for the option roms itself.
Me too, but I don't think we'll ever use LAR for v2, which is what SeaBIOS is probably used the most with at this point.
//Peter