From owner-freebsd-arm@FreeBSD.ORG Sat Apr 5 21:10:39 2014 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91336530 for ; Sat, 5 Apr 2014 21:10:39 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65D0DE19 for ; Sat, 5 Apr 2014 21:10:38 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WWXrJ-000N3y-8S; Sat, 05 Apr 2014 21:10:37 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s35LAYHd089752; Sat, 5 Apr 2014 15:10:34 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/ZqEIlIA9/qChjz+wbaIIu Subject: Re: MARVELL BOARD: RD-88F6281A -CURRENT From: Ian Lepore To: Andreas Tobler In-Reply-To: <53406D94.5020605@fgznet.ch> References: <53406D94.5020605@fgznet.ch> Content-Type: text/plain; charset="us-ascii" Date: Sat, 05 Apr 2014 15:10:34 -0600 Message-ID: <1396732234.81853.334.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: "'freebsd-arm@freebsd.org'" 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: Sat, 05 Apr 2014 21:10:39 -0000 On Sat, 2014-04-05 at 22:54 +0200, Andreas Tobler wrote: > Hi all, > > I'm very new to arm hardware, but not to FreeBSD. > I got my hands on a broken (software like) ix2-200 Iomega StorCenter. A > few wires and a screen session allowed me to dive into it and I tried to > boot -CURRENT on it. Below where I end. > > The config I used is the DB-88F6XXX with enabling the INVARIANTS etc. > The board itself identifies as the subject says. It has this: > Soc: 88F6281 A0CPU running @ 1000Mhz L2 running @ 333Mhz > SysClock = 333Mhz , TClock = 200Mhz > DRAM (DDR2) CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6 > DRAM CS[0] base 0x00000000 size 256 > > Has anyone a hint or an idea where to start debugging this? > > TIA, > Andreas > > [...] Easy things first, I guess... in sys/boot/fdt/dts/db88f6281.dts I see reg = <0x0 0x20000000>; // 512M at 0x0 Try cutting that in half and rebuilding the kernel. -- Ian