From owner-freebsd-arm@FreeBSD.ORG Tue Mar 29 15:06:25 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 36E8A106566C for ; Tue, 29 Mar 2011 15:06:25 +0000 (UTC) (envelope-from marktinguely@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id E0EC38FC1F for ; Tue, 29 Mar 2011 15:06:24 +0000 (UTC) Received: by gxk28 with SMTP id 28so125345gxk.13 for ; Tue, 29 Mar 2011 08:06:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=lHwu45Gw4XCffFE5d0GGIBY1/49QEeJb2h2Z73rrM2s=; b=loc7byv/lgsD2Sg4fXQS9+lHm0QT1Fviu9rSL0Lgd/3hJW98Cuh1NXenU78F7Bl7y2 l8Vj/lfK+deSNmZIKO69ctr4OXt+MDDTIdq5vserSY10q1xqtX6lvrr/F5mnH7/s/Cmu ouBpU5BEIxWmIh/Eagx0M4YZJ5WaQlVYvAzGU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=yE0IffCZr52XRSIWafGZcJ02Y5frspTiCCf4W1jmeWfqcexTSLiX29alvud0ot7UvD OEAxvNb6GMMdizyZx6kL7EZZcpIj0xBlovsiHlpPS5rkFZu4HFGdqfys5NWY4qR0QwkQ Z4vJ0TGdGwJFs/X6hLXe1RumQTIsEWILbNegw= Received: by 10.236.79.70 with SMTP id h46mr7255151yhe.278.1301409502454; Tue, 29 Mar 2011 07:38:22 -0700 (PDT) Received: from [192.168.1.101] (c-24-245-26-12.hsd1.mn.comcast.net [24.245.26.12]) by mx.google.com with ESMTPS id h44sm2484493yhm.63.2011.03.29.07.38.21 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Mar 2011 07:38:21 -0700 (PDT) Message-ID: <4D91EEDB.5030501@gmail.com> Date: Tue, 29 Mar 2011 09:38:19 -0500 From: Mark Tinguely User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: Hans Petter Selasky References: <201103291518.50048.hselasky@c2i.net> In-Reply-To: <201103291518.50048.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org 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 15:06:25 -0000 On 3/29/2011 8:18 AM, Hans Petter Selasky wrote: > 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 > _______________________________________________ The OMAP35xx supports an "On the Go", OHCI and ECHI USB, but the Beagleboard does not use the OHCI. --Mark