From owner-freebsd-arm@FreeBSD.ORG Fri Jan 11 22:46:38 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 471F2571 for ; Fri, 11 Jan 2013 22:46:38 +0000 (UTC) (envelope-from aoyama@peach.ne.jp) Received: from moon.peach.ne.jp (moon.peach.ne.jp [203.141.148.98]) by mx1.freebsd.org (Postfix) with ESMTP id D181279C for ; Fri, 11 Jan 2013 22:46:37 +0000 (UTC) Received: from moon.peach.ne.jp (localhost [127.0.0.1]) by moon.peach.ne.jp (Postfix) with ESMTP id 1EA7039E56; Sat, 12 Jan 2013 07:46:36 +0900 (JST) Received: from artemis (unknown [172.18.0.20]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by moon.peach.ne.jp (Postfix) with ESMTPSA id 1B24939D62; Sat, 12 Jan 2013 07:46:36 +0900 (JST) Message-ID: From: "Daisuke Aoyama" To: "Roel Bouwman" References: <20130109205029.GB3090@shuttle.bouwman.net> <1E4F692C2E774A5C9ED66CE1A502C261@ad.peach.ne.jp> <20130110123605.GC31212@shuttle.bouwman.net> <2678A4FBD40C409F9183A48F449C300F@ad.peach.ne.jp> <20130110172656.GD31212@shuttle.bouwman.net> In-Reply-To: <20130110172656.GD31212@shuttle.bouwman.net> Subject: Re: FreeBSD/armv6z/clang on Raspberry Pi 512MB (with U-Boot + ubldr) Date: Sat, 12 Jan 2013 07:46:38 +0900 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8117.416 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8117.416 X-Virus-Scanned: ClamAV using ClamSMTP 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: Fri, 11 Jan 2013 22:46:38 -0000 Hi, > 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]! I've uploaded final version. Please try this: http://www.peach.ne.jp/archives/rpi/kernel/kernel-20130112.gz The source/patch is here: http://www.peach.ne.jp/archives/rpi/patch/bcm2835_asm.S http://www.peach.ne.jp/archives/rpi/patch/bcm2835_asm.h http://www.peach.ne.jp/archives/rpi/patch/bcm2835_dma.c http://www.peach.ne.jp/archives/rpi/patch/bcm2835_dma.h http://www.peach.ne.jp/archives/rpi/patch/src-244906-20130112.patch.gz Note: All user of freebsd-pi-clang-20130108.img.gz should update to kernel-20130112.gz. Regards, -- Daisuke Aoyama