From owner-freebsd-arm@FreeBSD.ORG Sun Jan 27 17:02:01 2013 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EE4A6C44 for ; Sun, 27 Jan 2013 17:02:01 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id BDAC8B52 for ; Sun, 27 Jan 2013 17:02:01 +0000 (UTC) Received: from damnhippie.dyndns.org (daffy.symmetricom.us [206.168.13.218]) by duck.symmetricom.us (8.14.6/8.14.6) with ESMTP id r0RH205K030899 for ; Sun, 27 Jan 2013 10:02:00 -0700 (MST) (envelope-from ian@FreeBSD.org) Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id r0RH1vF0019637 for ; Sun, 27 Jan 2013 10:01:57 -0700 (MST) (envelope-from ian@FreeBSD.org) Subject: DreamPlug support committed From: Ian Lepore To: freebsd-arm Content-Type: text/plain; charset="us-ascii" Date: Sun, 27 Jan 2013 10:01:57 -0700 Message-ID: <1359306117.93359.29.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2013 17:02:02 -0000 FYI, I've committed the last missing bits of support for the DreamPlug, so as of r245955 it's now possible to build for dreamplug without needing any extra patches, using stock kernel config DREAMPLUG-1001. I also included the .dts file for the rare model 1001N (contains nand flash rather than nor flash). The kernel config file has a little comment block at the end that says what to change to build for the 1001N model (of which there are probably only a few dozen in the wild). As the name implies, the kernel and dts config files are for a model 1001 dreamplug, but I think the same config will work properly on an 0901 model as well, at least until we have wifi drivers for both. (As I understand it, different wifi chips are the primary difference between the 0901 and 1001 models.) There's a good chance this config would also work properly for a GuruPlug, or need only minor changes. If anyone has a GuruPlug and wants to try it, I'd be happy to work without you to figure out if there are any changes needed and get them committed too. -- Ian