Initial bootsplash support.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 28 Jun 2010 11:34:53 +0000 (07:34 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 28 Jun 2010 11:34:53 +0000 (07:34 -0400)
commitafbed1bde45edc7829ac02644815796efc7dd4ac
tree6a2ba982d4402a1a64e298a58be9bf231034942c
parent83d6ed63495db1a8db314225a9eb20a770152360
Initial bootsplash support.

Support displaying a jpeg file (stored in cbfs) during bootup.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Makefile
TODO
src/boot.c
src/bootsplash.c [new file with mode: 0644]
src/config.h
src/jpeg.c [new file with mode: 0644]
src/jpeg.h [new file with mode: 0644]
src/optionroms.c
src/util.h