From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xghjo-00085D-1m for qemu-devel@nongnu.org; Tue, 21 Oct 2014 18:17:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xghjh-0003Sm-SF for qemu-devel@nongnu.org; Tue, 21 Oct 2014 18:17:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xghjh-0003Ri-LZ for qemu-devel@nongnu.org; Tue, 21 Oct 2014 18:17:01 -0400 Message-ID: <1413929813.7230.1.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Wed, 22 Oct 2014 00:16:53 +0200 In-Reply-To: References: <1413898431.14632.25.camel@nilsson.home.kraxel.org> <1413916318.14632.32.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] boot arm fedora via u-boot in qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Hans de Goede , Fedora ARM , qemu-devel , Cole Robinson On Di, 2014-10-21 at 20:11 +0100, Peter Maydell wrote: > On 21 October 2014 19:31, Gerd Hoffmann wrote: > > Looking them up in System.map finds me: > > > > c04eee18 T __loop_delay > > c0868a28 T panic > > > > Ok, so the kernel came successfully though the uncompressing + > > relocation + enable paging, but paniced before earlyprintk can print > > something. > > > > Guess I'll have to fetch the vmlinux with debug info so I can get a full > > stack trace and see where it paniced, but not today. > > IIRC you should be able to fish the kernel log out of the > memory buffer where it's currently sitting. I forget what > the symbol name for that is, though. Hmm, it says "Ignoring memory range 0x60000000 - 0x80000000". That looks fishy. "if (base < phys_offset)" in early_init_dt_add_memory_arch triggers. Seems __pa() isn't working correctly. Any chance this can be caused by setting some uboot env var incorrectly? There is a confusing high number of *_addr_* variables ... cheers, Gerd