From owner-freebsd-arm@FreeBSD.ORG Sun Jan 12 11:25:28 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D1F5724; Sun, 12 Jan 2014 11:25:28 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5FE9194D; Sun, 12 Jan 2014 11:25:27 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id b13so5379395wgh.19 for ; Sun, 12 Jan 2014 03:25:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=istksU+DBBDptg2iacA3uhD4DJqdAK1oMyGUW3z2pY4=; b=rLUD+/8H/tUfoguhRqEKnH9QDxOe8/E50WqdiHG4aujyIIcTUswXZp2IvTFF1NFx1n jDtXKv4jzTY2R3H+Q1r2xZsv5vlHNj8M4JZX1tOHCwZ4+had+Jx9SFRA1dR3Ff8M147b sFNzBJyvTZgE+SZMJltg0BFiVXa3ZYmTSalJzj+e1gNlYsuL6IQIBH8KvziAo6KEvBBE LJaDfVmwFJXzGUNmlx39A7urCuBCSR62rHDPjuPD0+QXnv/MHyrLDZb8MqCTAt2bj8WU jx8VqaBO1bdJz0Yub51b75sraF74ST28XifEqgNbqk4LfSxEci9XbyS4wAZwFPF+dFF6 5qEg== MIME-Version: 1.0 X-Received: by 10.180.12.115 with SMTP id x19mr10635296wib.49.1389525926157; Sun, 12 Jan 2014 03:25:26 -0800 (PST) Received: by 10.217.114.10 with HTTP; Sun, 12 Jan 2014 03:25:26 -0800 (PST) In-Reply-To: <20140111205303.GZ46596@funkthat.com> References: <201311210108.rAL18AoQ051365@svn.freebsd.org> <20131221061048.GC99167@funkthat.com> <20140108071643.GB99167@funkthat.com> <1389197091.1158.370.camel@revolution.hippie.lan> <20140108173909.GF99167@funkthat.com> <20140110230241.GS46596@funkthat.com> <20140111135156.251a70fa@bender.Home> <20140111205303.GZ46596@funkthat.com> Date: Sun, 12 Jan 2014 12:25:26 +0100 Message-ID: Subject: Re: svn commit: r258412 - in head/sys/arm: at91 econa s3c2xx0 sa11x0 xscale/i80321 xscale/i8134x xscale/ixp425 xscale/pxa From: Berislav Purgar To: Andrew Turner , Ian Lepore , "freebsd-arm@freebsd.org" , andrew@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jan 2014 11:25:28 -0000 On Sat, Jan 11, 2014 at 9:53 PM, John-Mark Gurney wrote: > > I have verified that this patch allows me to boot a kernel till it > mounts root... As I haven't put together a root fs yet, I can't say > if it goes to single/multiuser yet... > > Thanks! > > -- > John-Mark Gurney Voice: +1 415 225 5579 > > "All that I will do, has been done, All that I have, has not." > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > Hello . I confirm that this patch works but i got panic when traying to mount root fs . NFS ROOT: 10.42.1.1:/data/freebsd/gateworks Interface npe0 IP-Address 10.42.1.15 Broadcast 10.42.1.255 Setting hostuuid: de4c14a8-7b7b-11e3-b57a-00d012035923. Setting hostid: 0x3b43b7a9. No suitable dump device was found. Entropy harvesting: interrupts ethernet point_to_point swi. Starting file system checks: Fatal kernel mode data abort: 'Alignment Fault 3' trapframe: 0xcd17dc90 FSR=00000003, FAR=c120926c, spsr=60000013 r0 =00000000, r1 =0000026c, r2 =00000000, r3 =00000000 r4 =00000000, r5 =00000000, r6 =c12867e0, r7 =c122fec0 r8 =c10dc100, r9 =00000000, r10=00000001, r11=c1209000 r12=c0666c38, ssp=cd17dce0, slr=000000f9, pc =c046fa08 [ thread pid 63 tid 100046 ] Stopped at vn_seek+0x298: und 0xe18b20f1 full dump is here : http://pastebin.com/HPHFgeFs http://pastebin.com/tu6gKaGb Beri