From owner-freebsd-arm@FreeBSD.ORG Tue Oct 22 09:08:16 2013 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 ESMTP id 75547BE1 for ; Tue, 22 Oct 2013 09:08:16 +0000 (UTC) (envelope-from jakob@alvermark.net) Received: from smtprelay-b21.telenor.se (smtprelay-b21.telenor.se [195.54.99.212]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2EF6929EB for ; Tue, 22 Oct 2013 09:08:15 +0000 (UTC) Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-b21.telenor.se (Postfix) with ESMTP id 47CDDEAEFC for ; Tue, 22 Oct 2013 10:37:21 +0200 (CEST) X-SENDER-IP: [85.229.94.62] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq5cAAs4ZlJV5V4+PGdsb2JhbABZgwc4TgaqKIVtji2BJBcDAQEBATg1giUBAQUyASMjEAsOCi4tDAoUBogdAQMFunWPRgeEKQOPGYofiySDYIR6Og X-IronPort-AV: E=Sophos;i="4.93,546,1378850400"; d="scan'208";a="637666553" Received: from c-3e5ee555.06-11-73746f31.cust.bredbandsbolaget.se (HELO sigyn.alvermark.net) ([85.229.94.62]) by ipb2.telenor.se with ESMTP; 22 Oct 2013 10:37:21 +0200 Received: from localhost ([127.0.0.1] helo=webmail.alvermark.net) by sigyn.alvermark.net with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VYXSk-000CRR-K8; Tue, 22 Oct 2013 10:37:14 +0200 Received: from 212.247.8.97 (SquirrelMail authenticated user alvis) by webmail.alvermark.net with HTTP; Tue, 22 Oct 2013 10:37:14 +0200 (CEST) Message-ID: <52937.212.247.8.97.1382431034.squirrel@webmail.alvermark.net> Date: Tue, 22 Oct 2013 10:37:14 +0200 (CEST) Subject: Re: pl011 UART driver (as used on Raspberry Pi) baud rate divisor From: "Jakob Alvermark" To: "Steven Lawrance" User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit References: <1382282023-sup-4600@luwak.koffein.net> <42970.85.229.94.156.1382387492.squirrel@webmail.alvermark.net> <1382417301-sup-1012@luwak.koffein.net> In-Reply-To: <1382417301-sup-1012@luwak.koffein.net> Cc: freebsd-arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 09:08:16 -0000 On Tue, October 22, 2013 06:56, Steven Lawrance wrote: > Excerpts from Jakob Alvermark's message of 2013-10-21 22:31:32 +0200: > >> On Sun, October 20, 2013 17:25, Steven Lawrance wrote: >> >>> this patch allows it to work on an i.MX233 with a fixed 24MHz clock >>> frequency and it obeys the values in the FDT. >> >> This makes me curious, FreeBSD on i.MX233? >> I happen to have a board lying here... >> > > I have just been playing around in my spare time and haven't gotten > too far yet. The board I'm using is an OLinuXino-MINI-WiFi from Olimex. > At the moment, it always panics somewhere very early in the > boot, e.g.: http://pastebin.com/UmkcxpUd Cool, I have the OLinuXino-MICRO myself. How do you boot it? U-boot? I guess you know NetBSD recently got support: http://www.asd.fi/cgi-bin/blog.cgi/NetBSD/NetBSD_OLinuXino.1024px If I could help in any way let me know Jakob