aboutsummaryrefslogtreecommitdiffstats
path: root/src/bootsplash.c
Commit message (Expand)AuthorAgeFilesLines
* splash: Skip the RGB555 modeZheng Bao2016-06-021-1/+2
* Minor - update file comment on bootsplash.c.Kevin O'Connor2013-12-041-1/+1
* Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2013-09-181-2/+0
* Move fw/smbios.h to std/smbios.h.Kevin O'Connor2013-09-181-1/+0
* Move vbe.h to std/vbe.h.Kevin O'Connor2013-09-181-1/+1
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-5/+6
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor2013-09-181-0/+1
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-1/+1
* POST: Reorganize post init functions for better grouping and reusability.Kevin O'Connor2013-02-051-0/+2
* Minor: Separate UUID display from F12 boot prompt.Kevin O'Connor2012-12-211-1/+1
* bootsplash: Don't pass mode flags to VBE get_mode_info call.Kevin O'Connor2012-09-031-3/+4
* Cache romfile entries.Kevin O'Connor2012-06-021-1/+0
* EBDA cleanups.Kevin O'Connor2012-05-201-1/+0
* Merge bootsplash and VGA ROM vbe structure definitionsJulian Pidancet2011-12-201-72/+14
* Fix jpeg decoder problem when it is used in 24 BPP mode.Wayne Xia2011-07-091-1/+2
* Add an option to let seabios show BMP file as a logo.Wayne Xia2011-07-091-26/+79
* Add romfile_loadfile() helper function.Kevin O'Connor2010-12-241-7/+4
* 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