From owner-freebsd-arm@FreeBSD.ORG Mon Aug 20 03:24:33 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70B211065670; Mon, 20 Aug 2012 03:24:33 +0000 (UTC) (envelope-from mcgovern@beta.com) Received: from spoon.beta.com (spoon.beta.com [199.165.180.2]) by mx1.freebsd.org (Postfix) with ESMTP id 1846F8FC08; Mon, 20 Aug 2012 03:24:32 +0000 (UTC) Received: from [199.165.180.40] (dhcp10.beta.com [199.165.180.40]) by spoon.beta.com (8.14.5/8.14.5) with ESMTP id q7K2waaT025599; Sun, 19 Aug 2012 22:58:36 -0400 (EDT) (envelope-from mcgovern@beta.com) From: "Brian J. McGovern" To: freebsd-arm@freebsd.org, hrs@freebsd.org In-Reply-To: <20120803120026.2196B106568F@hub.freebsd.org> References: <20120803120026.2196B106568F@hub.freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Sun, 19 Aug 2012 22:58:36 -0400 Message-ID: <1345431516.1608.6.camel@fbsd-workstation.beta.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.0 required=5.0 tests=T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on spoon.beta.com Cc: Subject: Re: freebsd-arm Digest, Vol 329, Issue 5 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2012 03:24:33 -0000 On Fri, 2012-08-03 at 12:00 +0000, freebsd-arm-request@freebsd.org wrote: > Date: Fri, 3 Aug 2012 05:58:53 GMT > From: hrs@FreeBSD.org > Subject: Re: arm/156814: OpenRD Ultimate does not boot on DB-88F6XXX > or SHEEVAPLUG kernel configurations > To: hrs@FreeBSD.org, freebsd-arm@FreeBSD.org, hrs@FreeBSD.org > Message-ID: <201208030558.q735wrqE082699@freefall.freebsd.org> > > Synopsis: OpenRD Ultimate does not boot on DB-88F6XXX or SHEEVAPLUG > kernel configurations > > Responsible-Changed-From-To: freebsd-arm->hrs > Responsible-Changed-By: hrs > Responsible-Changed-When: Fri Aug 3 05:58:30 UTC 2012 > Responsible-Changed-Why: > I'll take this. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=156814 > > I have a patch set working based on FreeBSD 9.0 for the OpenRD Ultimate derived from the patch set in the bug (with additional contributions and changes). It boots the kernel from NAND, and I have a mostly working driver for the SD card. There appears to be an initialization problem in the code - presently, I have about a half dozen lines #ifdef'ed so that it will work with an already installed SD (it will panic if its removed and reinserted), or it will work if you insert the SD card after boot (you can insert and remove to your heart's content, but if you boot the box with an SD card installed, it will panic). Late last week, I had started the process of building some diffs from my code base to move it forward to 9.1 or -current. If this would be helpful to you in any way, let me know. Similarly, if you need any testing... -Brian