From owner-svn-src-all@FreeBSD.ORG Thu May 29 17:41:34 2014 Return-Path: Delivered-To: svn-src-all@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 632744BA; Thu, 29 May 2014 17:41:34 +0000 (UTC) Received: from gromit.grondar.org (grandfather.grondar.org [IPv6:2a01:348:0:15:5d59:5c20:0:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BDF622A2; Thu, 29 May 2014 17:41:34 +0000 (UTC) Received: from [2001:470:9174:1:15cb:b075:b4d8:4c48] by gromit.grondar.org with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Wq4KV-00097w-60; Thu, 29 May 2014 18:41:31 +0100 Subject: Re: svn commit: r266083 - in head/sys/arm: arm include Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Content-Type: text/plain; charset=windows-1252 From: Mark R V Murray In-Reply-To: <53871493.2010502@selasky.org> Date: Thu, 29 May 2014 18:41:52 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201405141911.s4EJBFZZ097826@svn.freebsd.org> <537D0952.2040001@selasky.org> <7610C8E6-3F01-4317-BC1A-67645A162CD7@FreeBSD.org> <53871493.2010502@selasky.org> To: Hans Petter Selasky X-Mailer: Apple Mail (2.1878.2) X-SA-Score: -1.0 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 17:41:34 -0000 On 29 May 2014, at 12:05, Hans Petter Selasky wrote: > On 05/22/14 09:09, Mark R V Murray wrote: >>=20 >> On 21 May 2014, at 21:15, Hans Petter Selasky = wrote: >>=20 >>> On 05/14/14 21:11, Mark Murray wrote: >>>> Author: markm >>>> Date: Wed May 14 19:11:15 2014 >>>> New Revision: 266083 >>>> URL: http://svnweb.freebsd.org/changeset/base/266083 >>>>=20 >>>> Log: >>>> Give suitably-endowed ARMs a register similar to the x86 TSC = register. >>>>=20 >>>=20 >>> Hi, >>>=20 >>> Regression issue: >>> This commit prevents RPI-B from booting. >>=20 >> Thanks, I=92ll look at it ASAP. >>=20 >> M >>=20 >=20 > Any news on this issue? Hi Yes, thanks! I can make it work on RPI, but trying to find what else it will/won=92t = work on is more problematic. I=92m considering disabling this on RPI, and then spending a bit of time = writing a full driver for this counter, then the annoying details of the = problem can be solved in FDT code. M --=20 Mark R V Murray