From owner-freebsd-arm@FreeBSD.ORG Sun Jan 5 20:49:18 2014 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AEDEC258 for ; Sun, 5 Jan 2014 20:49:18 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D120124D for ; Sun, 5 Jan 2014 20:49:18 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1VzudJ-00037L-D1; Sun, 05 Jan 2014 20:49:17 +0000 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 s05KnCK5026634; Sun, 5 Jan 2014 13:49:12 -0700 (MST) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19j+ci2NRsRm6pYjMyRjW9n Subject: Re: FreeBSD 10 on Dockstar (Marvell Kirkwood) From: Ian Lepore To: "army.of.root" In-Reply-To: <52C8DCCA.9050908@googlemail.com> References: <20131231211054.GA90299@moore.morphism.de> <52C8DCCA.9050908@googlemail.com> Content-Type: text/plain; charset="us-ascii" Date: Sun, 05 Jan 2014 13:49:12 -0700 Message-ID: <1388954952.1158.324.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-arm@FreeBSD.org, Markus Pfeiffer 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 20:49:18 -0000 On Sun, 2014-01-05 at 05:17 +0100, army.of.root wrote: > Am 31/12/13 22:10, schrieb Markus Pfeiffer: > > Hi all, > > > > I managed "fixing" it by editing the dockstar.dts file and putting for ranges: > > > > ranges = <0x0 0x2f 0xf9300000 0x00100000> > > > > Now I just have to figure out why this "fixes" it, and what damage that patch > > does. > > I also have some pathces for the LED on the dockstar which will tip up in my > > github soon. > > > > Cheers, > > markus > > > > Hello there, > > I ran into the same Problem back in September, though I had no clue how to fix it. > > But while work on the dockstar.dts file is done, maybe someone could work in > this http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/181975 > > Thanks for fixing the dockstar :D I always wanted to run one of mine with FBSD 10. > > Best Regards I added the crypto config to the DOCKSTAR kernel. In your PR you said "but the state of the DOCKSTAR kernel config is pretty desolate," which I interpretted to mean that there was so little in the config the system wasn't really very useful. I added lots of devices and options to make it similar to the config for other sheeva-based systems. Adding so much stuff may go too far in the other direction, but probably it's better to have lots of stuff by default so it's easy to create a quick image and test with it, and folks can do custom configs that trim down the system if they need to. -- Ian