From owner-freebsd-arm@FreeBSD.ORG Sun Jan 5 17:10:32 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55E523D0 for ; Sun, 5 Jan 2014 17:10:32 +0000 (UTC) Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com [209.85.160.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2690E1266 for ; Sun, 5 Jan 2014 17:10:31 +0000 (UTC) Received: by mail-pb0-f42.google.com with SMTP id uo5so17661430pbc.29 for ; Sun, 05 Jan 2014 09:10:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=H994Ewyv7R2c47YaEYsSW89syOk24KM/MXM4nF4Pw3E=; b=FO8dgYipMOCWncnfhHBCJGQ2lGOEOc3lKFZuKgqFzxMKgW8fpQjXiqhY0bpbPQD9yp si4XAlzeYp4y6KTkxriXJZiYxfTtPDeJy17p6dPCpjAu3OF+FuBWxfzgRdjZNQlLN8KU 9x2QECd8GVSUt52KRAcG7R5fHVinTXgY71LIkRKQOhEqGFsdH+SuQ3bY5BikV6EF0SUm UQVLFRcExDXSnSVzqowoMA2yOBM58++uIg3S6bCv+m9eq9lGukdF46rvzb5Ewon4fhV5 0og/CXvuJ2plxM4646NDJl7gno6QRkizVIQwLLROHj/9e1nJwv9qmG27PFcLVf5+w2Mo C1mA== X-Gm-Message-State: ALoCoQlGOACAYXHvJVs2xG4KxthTOvzPKBeI2YChVwg+UL4X6K6Sz8El1LKb+X37mokj6W/86FCm X-Received: by 10.68.219.167 with SMTP id pp7mr117089357pbc.125.1388941825764; Sun, 05 Jan 2014 09:10:25 -0800 (PST) Received: from fusion-mac.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id sg1sm123091975pbb.16.2014.01.05.09.10.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 05 Jan 2014 09:10:25 -0800 (PST) Sender: Warner Losh Subject: Re: FreeBSD 10 on Dockstar (Marvell Kirkwood) Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <20140105144044.4fe6b8e063a664e4010c4cc4@getmail.no> Date: Sun, 5 Jan 2014 10:10:23 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20131231211054.GA90299@moore.morphism.de> <1388770603.1158.273.camel@revolution.hippie.lan> <20140103175914.GC98342@moore.morphism.de> <20140105144044.4fe6b8e063a664e4010c4cc4@getmail.no> To: Torfinn Ingolfsen X-Mailer: Apple Mail (2.1085) Cc: freebsd-arm@FreeBSD.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2014 17:10:32 -0000 On Jan 5, 2014, at 6:40 AM, Torfinn Ingolfsen wrote: > On Fri, 3 Jan 2014 17:59:14 +0000 > Markus Pfeiffer wrote: >=20 >> It does indeed work. I am a bit surprised that noone seems to be = running >> FreeBSD on a dockstar seriously enough to run into these problems. >=20 > FWIW, my Dockstar still runs FreeBSD 8.2-stable from 2011, due to = problems getting anything newer working on it[1]. >=20 > Another thing, how does one set up a build environment that doesn't = clobber source builds on the host? > The last time I did this, I just let the Kirkwood build clobber the = files on the host and fixed it afterwards. > Having a permanent build environment for Kirkwood would be much nicer. DESTDIR? >> I hacked a bit on the gpio/led driver to make the LED work with = gpioled, I'll >> post a patch to the mailing list when it's cleaned up if that's ok. >=20 > Getting the LED controlled would be very nice. Warner