aboutsummaryrefslogtreecommitdiff
path: root/src/bootsplash.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-04bootsplash: Added support for 16/24/32bpp in one functionJoseph Pacheco-Corwin1-3/+3
2016-06-02splash: Skip the RGB555 modeZheng Bao1-1/+2
2013-12-04Minor - update file comment on bootsplash.c.Kevin O'Connor1-1/+1
2013-09-18Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor1-2/+0
2013-09-18Move fw/smbios.h to std/smbios.h.Kevin O'Connor1-1/+0
2013-09-18Move vbe.h to std/vbe.h.Kevin O'Connor1-1/+1
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-5/+6
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor1-0/+1
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor1-1/+1
2013-02-05POST: Reorganize post init functions for better grouping and reusability.Kevin O'Connor1-0/+2
2012-12-21Minor: Separate UUID display from F12 boot prompt.Kevin O'Connor1-1/+1
2012-09-03bootsplash: Don't pass mode flags to VBE get_mode_info call.Kevin O'Connor1-3/+4
2012-06-02Cache romfile entries.Kevin O'Connor1-1/+0
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