aboutsummaryrefslogtreecommitdiff
path: root/src/bootsplash.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-20EBDA cleanups.Kevin O'Connor1-1/+0
2011-12-20Merge bootsplash and VGA ROM vbe structure definitionsJulian Pidancet1-72/+14
2011-07-09Fix jpeg decoder problem when it is used in 24 BPP mode.Wayne Xia1-1/+2
2011-07-09Add an option to let seabios show BMP file as a logo.Wayne Xia1-26/+79
2010-12-24Add romfile_loadfile() helper function.Kevin O'Connor1-7/+4
2010-08-25Only show bootsplash during boot menu.Kevin O'Connor1-29/+24
2010-08-03Add additional debug status messages to bootsplash code.Kevin O'Connor1-0/+7
2010-07-30Allow qemu to use bootsplash code via fwcfg interface.Kevin O'Connor1-12/+13
2010-07-30Default bootsplash on (for coreboot users).Kevin O'Connor1-1/+1
2010-07-30Autodetect video mode based on bootsplash jpeg dimensions.Kevin O'Connor1-39/+69
2010-07-30Rename "decdata" to "jpeg" in bootsplash - to be consistent with jpeg.c.Kevin O'Connor1-10/+10
2010-07-30Breakup jpeg_decode into parsing and displaying phases.Kevin O'Connor1-2/+7
2010-07-30Avoid using BSS variables in jpeg.c.Kevin O'Connor1-1/+1
2010-07-27Cleanup bootsplash vesa signature detection.Kevin O'Connor1-5/+6
2010-07-26Be sure to disable bootsplash on all BIOS boot cases.Kevin O'Connor1-3/+6
2010-07-26Add call16_int10 helper to bootsplash.c.Kevin O'Connor1-16/+16
2010-07-26Don't do "double buffering" in bootsplash code.Kevin O'Connor1-40/+9
2010-07-26Check that malloc succeeds in bootsplash code.Kevin O'Connor1-45/+36
2010-07-26Bootsplash fixes and cleanups.Kevin O'Connor1-25/+19
2010-06-28Initial bootsplash support.Kevin O'Connor1-0/+262