From owner-freebsd-mips@FreeBSD.ORG Fri Oct 21 07:38:07 2011 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 79F08106566C for ; Fri, 21 Oct 2011 07:38:07 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3DEAF8FC18 for ; Fri, 21 Oct 2011 07:38:07 +0000 (UTC) Received: by ywm3 with SMTP id 3so4635761ywm.13 for ; Fri, 21 Oct 2011 00:38:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=I+dSb8jME6iAkK3nJucqC/rWMa9RVYm0/yuCvaqU/Ds=; b=mrISYkElQpFsobewISbjKEF4I8OiYJOFHLrYCcRgYJrrLjbKT9Ie6IOrbnaAUxZ7i/ 3riCoAejiHZT1EZ3hPRqQ8UXLwFjxlNsV+mXuVbxV53fIDWLazk820pJ2ZnNzheunYVq sx6wCXGEaGphGOFjEEdKCkaIJkfBzfwjZitTg= MIME-Version: 1.0 Received: by 10.236.133.241 with SMTP id q77mr17006852yhi.117.1319182686678; Fri, 21 Oct 2011 00:38:06 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.109.39 with HTTP; Fri, 21 Oct 2011 00:38:06 -0700 (PDT) Date: Fri, 21 Oct 2011 15:38:06 +0800 X-Google-Sender-Auth: Iy-1Z1xLY63JfLkWHZ14H6mx7Gg Message-ID: From: Adrian Chadd To: freebsd-mips@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: mips4k support? 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: Fri, 21 Oct 2011 07:38:07 -0000 Hi guys/girls, The Atheros AR2313 is an old SOC which is mips4k based. There's been a few requests to support this (and I've recently acquired a board with this in it) so I'd like to see how feasible it'd be to get going. So what's the state of mips4k support in the tree? I can port over the chipset specific stuff (bus, peripherals, machdep init code, etc) without too much trouble. I'm just still not up to scratch on the CPU side of things. (This is all conjecture and won't occur until after I solve the mips24k platform issues btw. It's just a fishing expedition for more information. :) Thanks, Adrian