From owner-freebsd-arm@freebsd.org Thu Mar 9 19:05:05 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DD20D05166 for ; Thu, 9 Mar 2017 19:05:05 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (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 78DDA1B79 for ; Thu, 9 Mar 2017 19:05:05 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 5d064108-04fb-11e7-ba57-8bc134ee460a X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id 5d064108-04fb-11e7-ba57-8bc134ee460a; Thu, 09 Mar 2017 19:05:30 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v29J4vMf001402; Thu, 9 Mar 2017 12:04:57 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1489086297.40576.17.camel@freebsd.org> Subject: Re: Odd-looking serial console prompt on RPI2 From: Ian Lepore To: bob prohaska Cc: freebsd-arm@freebsd.org, Oleksandr Tymoshenko , Michael Tuexen Date: Thu, 09 Mar 2017 12:04:57 -0700 In-Reply-To: <20170309185554.GA33403@www.zefox.net> References: <20170302000334.GA99403@www.zefox.net> <1488419304.60166.26.camel@freebsd.org> <20170302020116.GA98466@bluezbox.com> <1488420309.60166.32.camel@freebsd.org> <1488664965.69705.24.camel@freebsd.org> <1488817492.18764.14.camel@freebsd.org> <1488936952.18764.63.camel@freebsd.org> <20170309185554.GA33403@www.zefox.net> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2017 19:05:05 -0000 On Thu, 2017-03-09 at 10:55 -0800, bob prohaska wrote: > On Tue, Mar 07, 2017 at 06:35:52PM -0700, Ian Lepore wrote: > > > > > > Could you (and anybody else who has a board that uses pl011 uarts) > > please test the attached patch? ?I tested already on an rpi-b and > > it > > > What's an appropriate source tree revision number for testing the  > patch on an RPI2?  What I have now is 314923, which seems suspect. > > Thanks! > > bob prohaska The last commit I did related to fixing the pl011 uart is r314917 -- Ian