From owner-freebsd-arm@FreeBSD.ORG Thu Jan 10 17:34:57 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E7036725 for ; Thu, 10 Jan 2013 17:34:57 +0000 (UTC) (envelope-from roel@bouwman.net) Received: from smtp02.qsp.nl (smtp02.qsp.nl [193.254.214.163]) by mx1.freebsd.org (Postfix) with ESMTP id A35C9B0C for ; Thu, 10 Jan 2013 17:34:57 +0000 (UTC) Received: from smtp02.qsp.nl (localhost [127.0.0.1]) by smtp02.qsp.nl (Postfix) with ESMTP id 568E7FD051; Thu, 10 Jan 2013 18:27:18 +0100 (CET) Received: from nwg.bouwman.net (berl.bouwman.net [80.101.149.113]) by smtp02.qsp.nl (Postfix) with ESMTP; Thu, 10 Jan 2013 18:27:18 +0100 (CET) Received: by nwg.bouwman.net (Postfix, from userid 501) id DB9B545179; Thu, 10 Jan 2013 18:26:56 +0100 (CET) Date: Thu, 10 Jan 2013 18:26:56 +0100 From: Roel Bouwman To: Daisuke Aoyama Subject: Re: FreeBSD/armv6z/clang on Raspberry Pi 512MB (with U-Boot + ubldr) Message-ID: <20130110172656.GD31212@shuttle.bouwman.net> References: <20130109205029.GB3090@shuttle.bouwman.net> <1E4F692C2E774A5C9ED66CE1A502C261@ad.peach.ne.jp> <20130110123605.GC31212@shuttle.bouwman.net> <2678A4FBD40C409F9183A48F449C300F@ad.peach.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2678A4FBD40C409F9183A48F449C300F@ad.peach.ne.jp> User-Agent: Mutt/1.4.2.3i Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 17:34:58 -0000 Hi Daisuke, On Fri, Jan 11, 2013 at 12:07:48AM +0900, you (Daisuke Aoyama) wrote the following: > It seems READ DMA is still broken. > How about this one? > > http://www.peach.ne.jp/archives/rpi/kernel/kernel-p1-20130110.gz Unfortunately, no... FreeBSD 10.0-CURRENT #0 r244906M: Thu Jan 10 23:55:40 JST 2013 aoyama@fbs.local:/usr/obj-rpi-clang/arm.armv6/usr/src/sys/RPI-B-test13 arm ... pid 65 (fsck_ufs), uid 0: exited on signal 11 panic: Bad link elm 0xc10e0984 next->prev != elm KDB: enter: panic [ thread pid 65 tid 100049 ] Stopped at breakpoint: ldrb r15, [r15, r15, ror r15]! db> bt Tracing pid 65 tid 100049 td 0xc2fcc620 end() at 0xd49ab9a8 scp=0xd49ab9a8 rlv=0xc03c8208 (db_trace_self+0x14) rsp=0xd49ab99c rfp=0xc04e6d54 Bad frame pointer: 0xc04e6d54 Regards, Roel.