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@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