Add an option to let seabios show BMP file as a logo.
authorWayne Xia <xiawenc@linux.vnet.ibm.com>
Fri, 8 Jul 2011 03:02:09 +0000 (11:02 +0800)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 9 Jul 2011 13:49:40 +0000 (09:49 -0400)
commit5042ca50f4dd808957d5550615e6c469147c9cf2
tree63152b7bbc83cfbab33c8079a4813da629e8edd6
parente5de5ec102b5490279ceb64328bd734ddb7eaed1
Add an option to let seabios show BMP file as a logo.

Signed-off-by: Wayne Xia <xiawenc@linux.vnet.ibm.com>
Makefile
src/bmp.c [new file with mode: 0644]
src/bmp.h [new file with mode: 0644]
src/bootsplash.c