[SeaBIOS] [PATCH v4 4/4] Boot up with a splash picture configurable

Kevin O'Connor kevin at koconnor.net
Mon Jul 4 21:28:10 CEST 2011


On Tue, Jul 05, 2011 at 01:19:43AM +0800, Wayne Xia wrote:
> added an option to do LZMA decompress on the splash data, in order to do this,
> adjusted some code in other files.
> 
> Signed-off-by: Wayne Xia <xiawenc at linux.vnet.ibm.com>

This not needed.  On coreboot, just having a file named
"bootsplash.bmp.lzma" is all that is needed to cause the lzma decoder
to be invoked - the code is in the romfile logic.  On qemu/kvm,
there's no reason to use lzma - the time it would take to uncompress
would likely be longer than the time to transfer the image.

-Kevin



More information about the SeaBIOS mailing list