vgabios: Unify code to generate the vbe mode list.
[seabios.git] / src / bootsplash.c
2011-12-21 Julian PidancetMerge bootsplash and VGA ROM vbe structure definitions
2011-07-09 Wayne XiaFix jpeg decoder problem when it is used in 24 BPP...
2011-07-09 Wayne XiaAdd an option to let seabios show BMP file as a logo.
2010-12-24 Kevin O'ConnorAdd romfile_loadfile() helper function.
2010-08-26 Kevin O'ConnorOnly show bootsplash during boot menu.
2010-08-04 Kevin O'ConnorAdd additional debug status messages to bootsplash...
2010-07-30 Kevin O'ConnorAllow qemu to use bootsplash code via fwcfg interface.
2010-07-30 Kevin O'ConnorDefault bootsplash on (for coreboot users).
2010-07-30 Kevin O'ConnorAutodetect video mode based on bootsplash jpeg dimensions.
2010-07-30 Kevin O'ConnorRename "decdata" to "jpeg" in bootsplash - to be consis...
2010-07-30 Kevin O'ConnorBreakup jpeg_decode into parsing and displaying phases.
2010-07-30 Kevin O'ConnorAvoid using BSS variables in jpeg.c.
2010-07-27 Kevin O'ConnorCleanup bootsplash vesa signature detection.
2010-07-27 Kevin O'ConnorBe sure to disable bootsplash on all BIOS boot cases.
2010-07-27 Kevin O'ConnorAdd call16_int10 helper to bootsplash.c.
2010-07-27 Kevin O'ConnorDon't do "double buffering" in bootsplash code.
2010-07-27 Kevin O'ConnorCheck that malloc succeeds in bootsplash code.
2010-07-27 Kevin O'ConnorBootsplash fixes and cleanups.
2010-06-28 Kevin O'ConnorInitial bootsplash support.