On Sun, Apr 26, 2009 at 11:40:38PM -0400, Kevin O'Connor wrote:
SeaBIOS does not yet support compressed option roms. The cbfstool doesn't seem to support this yet - support will be added to SeaBIOS as it becomes available.
I have a proposal for adding compressed option roms. Right now, option roms are stored as "pciVVVV,DDDD.rom". Instead, regular uncompressed option roms could be stored as "rom/pciVVVV,DDDD" and lzma compressed roms could be stored as "rom/pciVVVV,DDDD.lzma".
This solution is simple and wouldn't require any special cbfstool support.
Comments? -Kevin