YABEL update
authorStefan Reinauer <stepan@coresystems.de>
Mon, 22 Feb 2010 04:33:13 +0000 (04:33 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 22 Feb 2010 04:33:13 +0000 (04:33 +0000)
commitd650e9934ff8da9b9cb69e42e642c0ee6d390bf6
tree8c6982efa868e828c21d4d427d2678e7e0804668
parent30b90fe4f0b31aa6676f507d3913579453942ba8
YABEL update
- drop x86emu + old biosemu in favor of YABEL
- Add YABEL_DIRECTHW to get the old biosemu behavior
- add support for vesa console using YABEL
- add coreboot table entry with console information
- add bootsplash support (reads /bootsplash.jpg from CBFS)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Pattrick Hueper <phueper@hueper.net>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5135 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
18 files changed:
src/arch/i386/boot/coreboot_table.c
src/arch/i386/include/arch/byteorder.h
src/devices/Kconfig
src/include/boot/coreboot_tables.h
src/lib/Makefile.inc
src/lib/cbfs.c
src/lib/fallback_boot.c
src/lib/jpeg.c [new file with mode: 0644]
src/lib/jpeg.h [new file with mode: 0644]
util/x86emu/Makefile
util/x86emu/Makefile.inc
util/x86emu/biosemu.c
util/x86emu/yabel/Makefile.inc
util/x86emu/yabel/biosemu.c
util/x86emu/yabel/compat/functions.c
util/x86emu/yabel/io.c
util/x86emu/yabel/mem.c
util/x86emu/yabel/vbe.c