From owner-freebsd-arm@FreeBSD.ORG Sat Jun 4 13:07:08 2011 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35481106564A; Sat, 4 Jun 2011 13:07:08 +0000 (UTC) (envelope-from ben.r.gray@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8820C8FC0A; Sat, 4 Jun 2011 13:07:07 +0000 (UTC) Received: by wwc33 with SMTP id 33so2437158wwc.31 for ; Sat, 04 Jun 2011 06:07:06 -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=UXyUGBlMBzeE0udxd+M4s8YjzBaWyfhwwKMzryB+eL8=; b=NoTh18Cd3s16cP3eWcvynZ70oUfj/qfsEWqAyiNygd6fW/L+XDMTWmG5ZoHRW/PiEZ XmkYDQCegpl+DZCALNfQbw90pWxvTO8DS9VLGXRoK+BXBNBqhg+ZP7T6eOYdZhAy3PYD TzbwI9LXqyl4RRIVY1zIOH0tnOwj9Uia5Vv1w= 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=quVBXHzKmMbc8QssySwhPLsnioepB7hNnUL/wc0PtS09nvJccaIWiDnaz19mq484eA d7QNlLaRdeo5k08y9gooqJFwiyN+bY8ykfU74XRZTDe7u2TQf0zczTOqh4GWoRWlOsAy clfwX85IjQ2pkE/XCYpYQ/xkDFsP7ySxTZbrI= Received: by 10.216.233.224 with SMTP id p74mr2981039weq.4.1307191408932; Sat, 04 Jun 2011 05:43:28 -0700 (PDT) Received: from Bens-MBP.local (93-97-50-127.zone5.bethere.co.uk [93.97.50.127]) by mx.google.com with ESMTPS id f73sm1312703wef.19.2011.06.04.05.43.27 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 04 Jun 2011 05:43:28 -0700 (PDT) Message-ID: <4DEA286E.4070209@gmail.com> Date: Sat, 04 Jun 2011 13:43:26 +0100 From: Ben Gray User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: Benno Rice References: <28DCE45C-DEDD-438B-8799-FE0602374B7E@freebsd.org> In-Reply-To: <28DCE45C-DEDD-438B-8799-FE0602374B7E@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: arm@freebsd.org Subject: Re: Current code for BeagleBoard-xM? 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: Sat, 04 Jun 2011 13:07:08 -0000 Hi Benno, I've done some work on the OMAP3530 (Beagleboard C3) and got it to the point of mounting the rootfs, the code is here: http://code.google.com/p/beagleboard-freebsd/ However there are some very rough edges, especially around the pmap code. I know others are working ARMv7 support and have done the pmap code properly, I think if you scan through the message board history you should be able to find some patches others have posted. At the moment I've put my beagleboard work on hold, as I'm now working on the Pandaboard - We're trying to unify the OMAP3 and OMAP4 trees, as a lot of the drivers carry over between the two. Damjan Marion has setup a gitorious page/repo here: https://gitorious.org/+freebsd-omap-team/freebsd/freebsd-omap this repo has my latest code for OMAP4430 but although the OMAP3350 code is still in the tree it is currently broken. Lastly I believe there are others doing beagleboard/pandaboard development on this board, they probably have nicer patches or code you can use as well. Cheers, Ben. > Hey Guys, > > Where would I go looking for the best code to start working on the BeagleBoard-xM? > > Thanks! >