From owner-svn-src-all@FreeBSD.ORG Thu May 29 11:05:15 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 9CEAD3B4; Thu, 29 May 2014 11:05:15 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E8FE2CED; Thu, 29 May 2014 11:05:15 +0000 (UTC) Received: from laptop015.home.selasky.org (c113.sec.cl.cam.ac.uk [128.232.18.113]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id CD00B1FE026; Thu, 29 May 2014 13:05:14 +0200 (CEST) Message-ID: <53871493.2010502@selasky.org> Date: Thu, 29 May 2014 13:05:55 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Mark R V Murray Subject: Re: svn commit: r266083 - in head/sys/arm: arm include References: <201405141911.s4EJBFZZ097826@svn.freebsd.org> <537D0952.2040001@selasky.org> <7610C8E6-3F01-4317-BC1A-67645A162CD7@FreeBSD.org> In-Reply-To: <7610C8E6-3F01-4317-BC1A-67645A162CD7@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit 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 11:05:15 -0000 On 05/22/14 09:09, Mark R V Murray wrote: > > On 21 May 2014, at 21:15, Hans Petter Selasky wrote: > >> 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 >>> >>> Log: >>> Give suitably-endowed ARMs a register similar to the x86 TSC register. >>> >> >> Hi, >> >> Regression issue: >> This commit prevents RPI-B from booting. > > Thanks, I’ll look at it ASAP. > > M > Any news on this issue? --HPS