d650e9934f
- 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
9 lines
154 B
Makefile
9 lines
154 B
Makefile
obj-y += biosemu.o
|
|
obj-y += debug.o
|
|
obj-y += device.o
|
|
obj-y += interrupt.o
|
|
obj-y += io.o
|
|
obj-y += mem.o
|
|
obj-y += pmm.o
|
|
obj-y += vbe.o
|
|
subdirs-y += compat
|