From owner-freebsd-arm@freebsd.org Sat Apr 9 16:49:05 2016 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 A58EBB09812 for ; Sat, 9 Apr 2016 16:49:05 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 700E714C8 for ; Sat, 9 Apr 2016 16:49:05 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id u39Gn46R001567 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 9 Apr 2016 16:49:05 GMT (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id u39Gn4Zf001566; Sat, 9 Apr 2016 09:49:04 -0700 (PDT) (envelope-from fbsd) Date: Sat, 9 Apr 2016 09:49:03 -0700 From: bob prohaska To: Svatopluk Kraus Cc: "freebsd-arm@freebsd.org" , bob prohaska Subject: Re: No usable event timer found on RPI2 Message-ID: <20160409164903.GG71221@www.zefox.net> References: <20160409020229.GF71221@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2016 16:49:05 -0000 On Sat, Apr 09, 2016 at 10:59:33AM +0200, Svatopluk Kraus wrote: > On Sat, Apr 9, 2016 at 4:02 AM, bob prohaska wrote: > > generic_timer0: irq 10000,10001,10002,10003 on ofwbus0 > > generic_timer0: Unable to alloc int resource. > > device_attach: generic_timer0 attach returned 6 > > generic_timer0: irq 10000,10001,10002,10003 on ofwbus0 > > device_attach: generic_timer0 attach returned 6 > > > The problem is here. Recently, bcm283x interrupt controllers were > reworked for new interrupt framework and enabled by default. As I > don't see that local_intc is attached in your dmesg, you use stale dts > (dtb) files. My rpi2 dmesg looks this way: > Dts seems to be a part of u-boot. The version of u-boot installed is a year old, but updating ports suggests that it hasn't changed. What am I missing? Apologies if it's a lot! Thank you! bob prohaska