From owner-freebsd-arm@FreeBSD.ORG Mon Apr 29 09:54:45 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0374B5AA for ; Mon, 29 Apr 2013 09:54:45 +0000 (UTC) (envelope-from adutkowski@gmail.com) Received: from mail-oa0-f50.google.com (mail-oa0-f50.google.com [209.85.219.50]) by mx1.freebsd.org (Postfix) with ESMTP id C588B14E9 for ; Mon, 29 Apr 2013 09:54:44 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id j6so5906906oag.9 for ; Mon, 29 Apr 2013 02:54:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=fN+M8Jp8vP4/UCoedGILELLW/zWyCdDPZGFaNYWDgOE=; b=0m6on7P5A4O9HxyDaCs/9CtoMpTegV68kcQ/jkOlwhydJHoN/7mGdWw3PHPnq/VFRy QSFKeIPjSN7LgURK7AUoGh27xhvhNjV5X+aRCQXmqcyiIj5IWQIhH0U54Ds0ZvsliVSN W3jUZTRCBBZ+qCmcbRMq/JVRipRxtY8YOEmbWAjWTjGDc8droW6Yk3HMsJss2ZHLPHnk mAWQnl3UlkHRUbu9uM6jKN2NtJU6pcz19h0FRxVFv2m+5mhe2KPqI0EGwM/C1PX+Ut44 +aoFIT3Gqm7TvD0MM36z3VzwoBy4aBLmH3uZKDa5XvSkXztJjU22XHW7ZOO2GHKtt2s8 M9nw== MIME-Version: 1.0 X-Received: by 10.60.99.68 with SMTP id eo4mr23215123oeb.126.1367229278157; Mon, 29 Apr 2013 02:54:38 -0700 (PDT) Sender: adutkowski@gmail.com Received: by 10.76.95.194 with HTTP; Mon, 29 Apr 2013 02:54:37 -0700 (PDT) In-Reply-To: <53141.85.229.95.25.1367181563.squirrel@alvermark.net> References: <53141.85.229.95.25.1367181563.squirrel@alvermark.net> Date: Mon, 29 Apr 2013 11:54:37 +0200 X-Google-Sender-Auth: xOBCjxpDkkg0dY8iz44CyBwm0G8 Message-ID: Subject: Re: could not process 'interrupts' property From: Aleksander To: Jakob Alvermark Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-arm@freebsd.org 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: Mon, 29 Apr 2013 09:54:45 -0000 this info is also shown, when you have no interrupt decoding function. For example, for TI OMAP, the function is in sys/arm/ti/common.c [1] [1] http://svnweb.freebsd.org/base/head/sys/arm/ti/common.c?revision=239281&view=markup On Sun, Apr 28, 2013 at 10:39 PM, Jakob Alvermark wrote: > Hi! > > I got my hands on an Olinuxino A13 > (https://www.olimex.com/Products/OLinuXino/A13/A13-OLinuXino/) > It is based on the Allwinner A13, which is a stripped down A10 (no SATA, > HDMI, only one USB host, fewer UARTs) > > Since we have (limited) A10 support in HEAD I thought I would give it a > try. > Starting from cubieboard I essentially just removed the second USB host > and changed UART0 to UART1. > When it boots I get the results below, "could not process 'interrupts' > property". > > I can't figure out what's wrong, does anyone have a clue? > > Jakob > > > > > > U-Boot 2012.10-04259-g832a8e5 (Nov 08 2012 - 06:49:37) Allwinner Technology > > CPU: SUNXI Family > Board: A13-OLinuXino > I2C: ready > DRAM: 512 MiB > MMC: SUNXI SD/MMC: 0 > In: serial > Out: serial > Err: serial > Hit any key to stop autoboot: 0 > sun5i#fatload mmc 0 0x40200000 kernel.bin > reading kernel.bin > > 3800740 bytes read > sun5i#go 0x40200000 > ## Starting application at 0x40200000 ... > KDB: debugger backends: ddb > KDB: current backend: ddb > Copyright (c) 1992-2013 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD is a registered trademark of The FreeBSD Foundation. > FreeBSD 10.0-CURRENT #13 r250014M: Sun Apr 28 16:06:38 CEST 2013 > root@test10:/home/jakob/a13-gonzo/obj/arm.armv6/usr/src/sys/A13 arm > FreeBSD clang version 3.3 (trunk 178860) 20130405 > WARNING: WITNESS option enabled, expect reduced performance. > CPU: Cortex A8-r3 rev 2 (Cortex-A core) > Supported features: ARM_ISA THUMB2 JAZELLE THUMBEE ARMv4 Security_Ext > WB disabled EABT branch prediction enabled > LoUU:2 LoC:2 LoUIS:1 > Cache level 1: > 32KB/64B 4-way data cache WT WB Read-Alloc > 32KB/64B 4-way instruction cache Read-Alloc > Cache level 2: > 256KB/64B 8-way unified cache WT WB Read-Alloc Write-Alloc > real memory = 536870912 (512 MB) > avail memory = 511303680 (487 MB) > random device not loaded; using insecure entropy > simplebus0: on fdtbus0 > simplebus0: timer@01c20c00: could not process 'interrupts' property > simplebus0: gpio@01c20800: could not process 'interrupts' property > simplebus0: usb@01c14000: could not process 'interrupts' property > simplebus0: serial@01c28400: could not process 'interrupts' property > aintc0: mem 0x1c20400-0x1c207ff on > simplebus0 > a13_ccm0: mem 0x1c20000-0x1c203ff on > simplebus0 > a13wd0: mem 0x1c20c90-0x1c20c97 on simplebus0 > panic: No usable event timer found! > KDB: enter: panic > [ thread pid 0 tid 100000 ] > Stopped at kdb_enter+0x4c: ldrb r15, [r15, r15, ror r15]! > db> > > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > -- regards aleek