2 patches attached...
q-vga.c.patch gets virtual consoles working with qemu
arch-mips-Kconfig.patch enables setting little endian for qemu
The q-vga.c changes are just a literal port of some public domain vga
code... specificly http://my.execpc.com/~geezer/osd/graphics/modes.c.
Tested for mipsel. Running vga16fb and a framebuffer console works if
you tweak the relevant depends line in drivers/video/Kconfig.
Note: Setting CONFIG_DEBUG_SPINLOCK=y in the kernel config seems to work
around the boot hang I'm seeing.
Manuel
q-vga.c.patch
Description: Text document
arch-mips-Kconfig.patch
Description: Text document
|