From owner-freebsd-embedded@FreeBSD.ORG Fri Apr 5 00:30:15 2013 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4AD05DBC for ; Fri, 5 Apr 2013 00:30:15 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x232.google.com (mail-we0-x232.google.com [IPv6:2a00:1450:400c:c03::232]) by mx1.freebsd.org (Postfix) with ESMTP id DB6F570F for ; Fri, 5 Apr 2013 00:30:14 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id z53so2613425wey.9 for ; Thu, 04 Apr 2013 17:30:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=0S2l7icjYsR9dd6zVID5jE5m87781kFivOy1hWV2GiQ=; b=yu/min08zs6hounKEjMfZ75EK81ERJG7h8ijO3HFSPwunL5/T8Hwcw4JhbswcF8NfL /9d+lcvMjL7ZCIjWFBGsfU9njBRJBQN5OZITszHnvWDB22wTbwxomtQcCc2/2wD+8ArN pTJ055S5aALK7VP250JCwr57KnYXQwEGLeTteHm7AgqbCK0l9zZZA56yxwi9U30wMgCt WMkJ+ntmfY2AgEQUx0AVihpayrlUTNA0z+P9OQ+pmKgF3zAoVnggfWKkVKXSYkgvmwkE kWznAjk3g3y+86SzGJh/zseKDXQpreFZRkRudSGtOw6oDksRDy2Zb2Gb0Ukgq+qxJ8eq qdyw== MIME-Version: 1.0 X-Received: by 10.180.79.227 with SMTP id m3mr578409wix.12.1365121813998; Thu, 04 Apr 2013 17:30:13 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.212.73 with HTTP; Thu, 4 Apr 2013 17:30:13 -0700 (PDT) In-Reply-To: References: Date: Thu, 4 Apr 2013 17:30:13 -0700 X-Google-Sender-Auth: ZyBrd1oZPtHa4aVIxZOr3CGepY4 Message-ID: Subject: Re: FreeBSD on the AP121 (AR9330) From: Adrian Chadd To: freebsd-embedded@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2013 00:30:15 -0000 .. for what it's worth, the basic AP121 CPU + UART support is now in -HEAD. So if you have an AR9330/AR9331 based device, you can start testing out the basic SoC. I'll next work on Ethernet, USB and switch PHY support. That will at least get it in a usable state. The kernel footprint problems are still there. :-) I'd really appreciate some help here! Adrian