From owner-freebsd-arm@FreeBSD.ORG Tue Mar 29 13:29:42 2011 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 B47671065670; Tue, 29 Mar 2011 13:29:42 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.c2i.net [212.247.154.130]) by mx1.freebsd.org (Postfix) with ESMTP id 134288FC0A; Tue, 29 Mar 2011 13:29:41 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=upTJuTb3ngPPUUVVSPoyO7jwIWz3rzPtkQxI490l6Ks= c=1 sm=1 a=IU0TiZmyZPMA:10 a=Q9fys5e9bTEA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=6I5d2MoRAAAA:8 a=IyIDQHVexqpq9AENqakA:9 a=Z-OhgXC44D-2sVbT8EcA:7 a=I4ZVeiiVfRvJH2hDpAxxW6cc_dYA:4 a=PUjeQqilurYA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 105708263; Tue, 29 Mar 2011 15:19:38 +0200 From: Hans Petter Selasky To: freebsd-arm@freebsd.org Date: Tue, 29 Mar 2011 15:18:50 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: In-Reply-To: X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201103291518.50048.hselasky@c2i.net> Cc: Subject: Re: Beagleboard stuff 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: Tue, 29 Mar 2011 13:29:42 -0000 On Tuesday 29 March 2011 13:27:33 Mark Murray wrote: > Hi * > > I'm keen "go embedded". I have a Beagleboard-xM, and I haven't had the > time I'd like to do much with it. > > A fellow called Ben Gray has done some of the work to get FreeBSD > working on this unit, but used FreeBSD-8 as a base. I've taken his > work and made it compile on current (mostly). He had some hacks > (beagle_brintf, beagle_panic etc) which I've removed, along with some > stuff (that may have broken things) in PMAP. > > The diffs are in http://people.freebsd.org/~markm/src.beagleboard.diff. > > Is this of any use? :-) > > M The USB EHCI support looks OK. Does this hardware have an OHCI? --HPS