index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bootsplash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
splash: Skip the RGB555 mode
Zheng Bao
2016-06-02
1
-1
/
+2
*
Minor - update file comment on bootsplash.c.
Kevin O'Connor
2013-12-04
1
-1
/
+1
*
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
2013-09-18
1
-2
/
+0
*
Move fw/smbios.h to std/smbios.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move vbe.h to std/vbe.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-5
/
+6
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-1
/
+1
*
POST: Reorganize post init functions for better grouping and reusability.
Kevin O'Connor
2013-02-05
1
-0
/
+2
*
Minor: Separate UUID display from F12 boot prompt.
Kevin O'Connor
2012-12-21
1
-1
/
+1
*
bootsplash: Don't pass mode flags to VBE get_mode_info call.
Kevin O'Connor
2012-09-03
1
-3
/
+4
*
Cache romfile entries.
Kevin O'Connor
2012-06-02
1
-1
/
+0
*
EBDA cleanups.
Kevin O'Connor
2012-05-20
1
-1
/
+0
*
Merge bootsplash and VGA ROM vbe structure definitions
Julian Pidancet
2011-12-20
1
-72
/
+14
*
Fix jpeg decoder problem when it is used in 24 BPP mode.
Wayne Xia
2011-07-09
1
-1
/
+2
*
Add an option to let seabios show BMP file as a logo.
Wayne Xia
2011-07-09
1
-26
/
+79
*
Add romfile_loadfile() helper function.
Kevin O'Connor
2010-12-24
1
-7
/
+4
*
Only show bootsplash during boot menu.
Kevin O'Connor
2010-08-25
1
-29
/
+24
*
Add additional debug status messages to bootsplash code.
Kevin O'Connor
2010-08-03
1
-0
/
+7
*
Allow qemu to use bootsplash code via fwcfg interface.
Kevin O'Connor
2010-07-30
1
-12
/
+13
*
Default bootsplash on (for coreboot users).
Kevin O'Connor
2010-07-30
1
-1
/
+1
*
Autodetect video mode based on bootsplash jpeg dimensions.
Kevin O'Connor
2010-07-30
1
-39
/
+69
*
Rename "decdata" to "jpeg" in bootsplash - to be consistent with jpeg.c.
Kevin O'Connor
2010-07-30
1
-10
/
+10
*
Breakup jpeg_decode into parsing and displaying phases.
Kevin O'Connor
2010-07-30
1
-2
/
+7
*
Avoid using BSS variables in jpeg.c.
Kevin O'Connor
2010-07-30
1
-1
/
+1
*
Cleanup bootsplash vesa signature detection.
Kevin O'Connor
2010-07-27
1
-5
/
+6
*
Be sure to disable bootsplash on all BIOS boot cases.
Kevin O'Connor
2010-07-26
1
-3
/
+6
*
Add call16_int10 helper to bootsplash.c.
Kevin O'Connor
2010-07-26
1
-16
/
+16
*
Don't do "double buffering" in bootsplash code.
Kevin O'Connor
2010-07-26
1
-40
/
+9
*
Check that malloc succeeds in bootsplash code.
Kevin O'Connor
2010-07-26
1
-45
/
+36
*
Bootsplash fixes and cleanups.
Kevin O'Connor
2010-07-26
1
-25
/
+19
*
Initial bootsplash support.
Kevin O'Connor
2010-06-28
1
-0
/
+262