Aurelien Jarno schrieb: > Please note that at least qemu-system-arm, qemu-system-mips and > qemu-system-mipsel are broken by this commit: > > commit c169998802505c244b8bcad562633f29de7d74a4 > Author: Glauber Costa <glom...@redhat.com> > Date: Thu Nov 5 16:05:15 2009 -0200 > > v3: don't call reset functions on cpu initialization > ...
Hi, at least for MIPS Malta, cirrus vga is broken, too. I see unassigned memory writes in low memory when linux tries to blink the soft cursor, and there is no output on the vga display. The reset problem can be fixed partially with a simple code change: removing load_kernel() in function main_cpu_reset allows malta to boot again (only serial console, see above). Reboot from linux does not work. Regards, Stefan