]> git.ipfire.org Git - thirdparty/grub.git/commit
Detach optional parts of gfxterm and integrate in with coreboot init.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 30 May 2013 22:42:33 +0000 (00:42 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 30 May 2013 22:42:33 +0000 (00:42 +0200)
commitfc4c4fddf68fc6704648a8ea53140dc56cbc5611
treeaaddb9022b0a4bf08c7cff04e67587a98878f5fb
parent6570b2050e7c56dc370142f724a143f43975107c
Detach optional parts of gfxterm and integrate in with coreboot init.
26 files changed:
ChangeLog
gentpl.py
grub-core/Makefile.am
grub-core/Makefile.core.def
grub-core/font/font_cmd.c
grub-core/gfxmenu/gui_label.c
grub-core/gfxmenu/gui_list.c
grub-core/gfxmenu/gui_progress_bar.c
grub-core/gfxmenu/theme_loader.c
grub-core/kern/i386/coreboot/init.c
grub-core/kern/mips/qemu_mips/init.c
grub-core/term/gfxterm.c
grub-core/term/gfxterm_background.c [new file with mode: 0644]
grub-core/term/i386/pc/mda_text.c
grub-core/term/i386/pc/vga_text.c
grub-core/video/bitmap.c
grub-core/video/colors.c
grub-core/video/fb/fbutil.c
grub-core/video/i386/coreboot/cbfb.c
include/grub/bitmap.h
include/grub/color.h [new file with mode: 0644]
include/grub/fbutil.h
include/grub/gfxterm.h
include/grub/i386/coreboot/console.h
include/grub/video.h
util/grub-render-label.c