From owner-freebsd-arm@FreeBSD.ORG Thu Nov 5 20:12:31 2009 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 577F41065670 for ; Thu, 5 Nov 2009 20:12:31 +0000 (UTC) (envelope-from gballet@gmail.com) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id E49E28FC18 for ; Thu, 5 Nov 2009 20:12:30 +0000 (UTC) Received: by ewy18 with SMTP id 18so167155ewy.43 for ; Thu, 05 Nov 2009 12:12:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=9es1UsqhY1u5E2gcziknU5RYGSu3uMeoiu3TnaBrSn0=; b=bZjxFun0Wtd3MzdsIKOXJzf/YNA9wFdzwKtAkTyDfBy6eivKJmfLT9ujqJ7/a7TTdw D6CH7XIiX9SRnBrLoFIexL3bN8WpyAinBi2AcFMRXBtLzHA9Rrzjo5WZskdId0V1ztVD ZmgKiQPHIMqUDFGvdHa/qJDnpFC4iKh0mN3IM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=xeCogrCvnNNAXmYVC4r5hDmLeC7Lh2b+7w5jSWREOS7owlZwtPsyEoqJSygQlF2lUl RaG9Ys5PhBB38yEmXO0Z/W/+8c5LTxVPmUOO9RsOjaXIBKeCv2g5xSl/gDhPy6lU9Dk0 6Qryk7znq9FM2E7nN/7m0kDoeneShz9Z3IpZE= MIME-Version: 1.0 Received: by 10.213.23.81 with SMTP id q17mr592657ebb.93.1257451949922; Thu, 05 Nov 2009 12:12:29 -0800 (PST) Date: Thu, 5 Nov 2009 21:12:29 +0100 Message-ID: From: Guillaume Ballet To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Initarm function for the Beagleboard 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: Thu, 05 Nov 2009 20:12:31 -0000 Hello list, I have just submitted the first of many files of my port fo FreeBSD the BeagleBoard. This is the initarm function. The cleanup continues and I will submit the rest as soon a possible, but I figured it would be great if I could have some feedback already. Link to the file: http://code.google.com/p/freebsd-bgb/source/browse/trunk/cortexa8_machdep.c For instance, suggestions on how to use DOMAIN_CLIENT instead of DOMAIN_MANAGER on line 265 would be particularly appreciated. Note that this is the backward-compatibility version. I am working on integrating some of the ARMv[67] features, but that will come later. Guillaume