From owner-freebsd-mips@FreeBSD.ORG Wed Apr 14 23:11:27 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 706051065670 for ; Wed, 14 Apr 2010 23:11:27 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-yx0-f174.google.com (mail-yx0-f174.google.com [209.85.210.174]) by mx1.freebsd.org (Postfix) with ESMTP id 2BA258FC13 for ; Wed, 14 Apr 2010 23:11:26 +0000 (UTC) Received: by yxe4 with SMTP id 4so356788yxe.28 for ; Wed, 14 Apr 2010 16:11:26 -0700 (PDT) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.231.144.11 with HTTP; Wed, 14 Apr 2010 16:11:06 -0700 (PDT) From: Juli Mallett Date: Wed, 14 Apr 2010 16:11:06 -0700 X-Google-Sender-Auth: add4794465ab1f5c Received: by 10.150.250.42 with SMTP id x42mr7612562ybh.193.1271286686238; Wed, 14 Apr 2010 16:11:26 -0700 (PDT) Message-ID: To: freebsd-mips@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: My MIPS branch's patches for review. n32, n64 support; general cleanup X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 23:11:27 -0000 Hey folks, As many of you know I've been working on a branch, /user/jmallett/octeon, in Subversion for improving Octeon, new ABI, 64-bit and general MIPS support. I've reached the point where I have too many outstanding changes and am going to work on merging many of them in the near future. I've posted a diff here: http://people.freebsd.org/~jmallett/octeon-branch.diff And a summary of the changes here: http://people.freebsd.org/~jmallett/octeon-branch.txt If you have any specific questions or comments, please let me know! I'll probably update the patch and summary as things are merged or fixed. And if you wish to try out e.g. an n32 world and kernel from that patch or my branch, just set TARGET_ABI to n32 and use buildworld and buildkernel, and set TARGET_CPUTYPE to mips32 or mips64 or whatever is appropriate for your system. Thanks! Juli.