From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IdP6o-0005GM-Fa for qemu-devel@nongnu.org; Thu, 04 Oct 2007 07:43:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IdP6k-0005AW-Vc for qemu-devel@nongnu.org; Thu, 04 Oct 2007 07:43:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdP6k-0005AM-Qd for qemu-devel@nongnu.org; Thu, 04 Oct 2007 07:43:10 -0400 Received: from mail.bawue.net ([193.7.176.63]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IdP6k-0003On-F8 for qemu-devel@nongnu.org; Thu, 04 Oct 2007 07:43:10 -0400 Received: from lagash (intrt.mips-uk.com [194.74.144.130]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bawue.net (Postfix) with ESMTP id 0FAADE0231 for ; Thu, 4 Oct 2007 13:43:22 +0200 (CEST) Received: from ths by lagash with local (Exim 4.67) (envelope-from ) id 1IdP6i-0006hC-29 for qemu-devel@nongnu.org; Thu, 04 Oct 2007 12:43:08 +0100 Date: Thu, 4 Oct 2007 12:43:08 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] U-Boot patch for qemu -M mips Message-ID: <20071004114308.GS16772@networkno.de> References: <4702185B.3010807@comsys.ro> <20071002164027.GG16772@networkno.de> <470352E7.8050200@comsys.ro> <20071003133706.GM16772@networkno.de> <47039DDF.7050004@comsys.ro> <20071003194744.GO16772@networkno.de> <4704C5EC.4040603@comsys.ro> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4704C5EC.4040603@comsys.ro> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Vlad Lungu wrote: [snip] >>> put some info somewhere (RAM, register, >>> emulated DIP-dwitch), like RAM size, endianness of the CPU. >>> >> >> Endianness is rather pointless. If your U-Boot binary doesn't explode >> immediately you got the right endianness. :-) >> >> > It doesn't actually explode, it sort of almost hits the exception handler > and freezes there. I don't have a mipsel gdb at hand > to watch it, but it should be fun. > pc=EPC 0xbfc00380 > ds 0006 > > STATUS 0x00400006 > CAUSE 0x00000428 > CONFIG0 0x80000082 > CONFIG1 0x9e190c8b Try "qemu-system-mipsel ... -d all", and watch /tmp/qemu.log. :-) Thiemo