From owner-freebsd-arm@FreeBSD.ORG Sat Mar 28 18:22:32 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3811392 for ; Sat, 28 Mar 2015 18:22:32 +0000 (UTC) Received: from dsmdc-mail-smtp.mcomdc.com (mail-smtp03.mcomdc.com [97.64.187.19]) by mx1.freebsd.org (Postfix) with ESMTP id 9EDBD386 for ; Sat, 28 Mar 2015 18:22:31 +0000 (UTC) Received: from mail.neoix.net ([173.18.241.25]) by dsmdc-mail-omta-02 with bizsmtp id 96MP1q00c0Zax2d016MP3s; Sat, 28 Mar 2015 13:21:23 -0500 X-Authority-Analysis: v=2.1 cv=cZFB8BzM c=1 sm=1 tr=0 a=KKVUU0AbUWqlALA1fpMKtQ==:117 a=KKVUU0AbUWqlALA1fpMKtQ==:17 a=eS1r64HiAAAA:8 a=FmEARZ09AAAA:8 a=pGLkceISAAAA:8 a=emO1SXQWCLwA:10 a=R3ydlaUYMLaLJuNZYq4A:9 a=pILNOxqGKmIA:10 a=NEAV23lmAAAA:8 a=LCvcxzK1j0si74d_jXcA:9 a=uW-D66jZlN48nGfk:21 a=_W_S_7VecoQA:10 Received: from dagobah.neoix.net (dagobah.neoix.net [192.168.7.51]) by mail.neoix.net (Postfix) with ESMTPSA id 645F61525 for ; Sat, 28 Mar 2015 13:21:23 -0500 (CDT) From: Jedi Tek'Unum Subject: Pogoplug V4 88F6192 TCLK problem Message-Id: <4FD3E019-2D05-4F55-9E50-766C1D7EBA84@gmail.com> Date: Sat, 28 Mar 2015 13:21:22 -0500 To: freebsd-arm@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2015 18:22:33 -0000 Noob here - be gentle :) I=92ve got a couple Pogoplug V4 boxes that have Kirkwood 88F6192 (A1 = variant) chip which is similar to 88F6281 except it is 800Mhz with = 166Mhz TCLK. Using 10.1 the timekeeping is slow which I believe is because it thinks = this is a 6281/200Mhz. I=92m running a modified u-boot with this curious comment: = u-boot-kirkwood/cpu.c at 2014.07.c-kirkwood =B7 mibodhi/u-boot-kirkwood. = Indeed in freebsd, soc_id() is getting 0x6281 and reports: SOC: Marvell 88F6281 rev A1, TClock 200MHz The chip manual says the PCIE vendor id register is read only and should = give 0x6192 so I=92m confused. I created a conf based on DOCKSTAR and a .dts based on db88f6281.dts so = that pcie is available. With pcie I have the USB 3 ports working and = even wifi. Nice tiny box if only it could keep time!