[SeaBIOS] [PATCH 0/5] More bootsplash enhancements

Kevin O'Connor kevin at koconnor.net
Fri Jul 30 20:14:42 CEST 2010


This series further enhances the bootsplash code.  The last patch
enables it by default (for coreboot users).

Kevin O'Connor (5):
  Avoid using BSS variables in jpeg.c.
  Breakup jpeg_decode into parsing and displaying phases.
  Rename "decdata" to "jpeg" in bootsplash - to be consistent with
    jpeg.c.
  Autodetect video mode based on bootsplash jpeg dimensions.
  Default bootsplash on (for coreboot users).

 src/bootsplash.c |  117 +++++++++++++-------
 src/config.h     |   10 +--
 src/jpeg.c       |  307 +++++++++++++++++++++++++++++-------------------------
 src/jpeg.h       |   37 +------
 4 files changed, 248 insertions(+), 223 deletions(-)

-- 
1.7.2




More information about the SeaBIOS mailing list