aboutsummaryrefslogtreecommitdiffstats
path: root/src/bootsplash.c
Commit message (Expand)AuthorAgeFilesLines
* Only show bootsplash during boot menu.Kevin O'Connor2010-08-251-29/+24
* Add additional debug status messages to bootsplash code.Kevin O'Connor2010-08-031-0/+7
* Allow qemu to use bootsplash code via fwcfg interface.Kevin O'Connor2010-07-301-12/+13
* Default bootsplash on (for coreboot users).Kevin O'Connor2010-07-301-1/+1
* Autodetect video mode based on bootsplash jpeg dimensions.Kevin O'Connor2010-07-301-39/+69
* Rename "decdata" to "jpeg" in bootsplash - to be consistent with jpeg.c.Kevin O'Connor2010-07-301-10/+10
* Breakup jpeg_decode into parsing and displaying phases.Kevin O'Connor2010-07-301-2/+7
* Avoid using BSS variables in jpeg.c.Kevin O'Connor2010-07-301-1/+1
* Cleanup bootsplash vesa signature detection.Kevin O'Connor2010-07-271-5/+6
* Be sure to disable bootsplash on all BIOS boot cases.Kevin O'Connor2010-07-261-3/+6
* Add call16_int10 helper to bootsplash.c.Kevin O'Connor2010-07-261-16/+16
* Don't do "double buffering" in bootsplash code.Kevin O'Connor2010-07-261-40/+9
* Check that malloc succeeds in bootsplash code.Kevin O'Connor2010-07-261-45/+36
* Bootsplash fixes and cleanups.Kevin O'Connor2010-07-261-25/+19
* Initial bootsplash support.Kevin O'Connor2010-06-281-0/+262