From owner-freebsd-arm@FreeBSD.ORG Sun Apr 28 21:07:55 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9A929B9 for ; Sun, 28 Apr 2013 21:07:55 +0000 (UTC) (envelope-from jakob@alvermark.net) Received: from smtprelay-b31.telenor.se (smtprelay-b31.telenor.se [213.150.131.20]) by mx1.freebsd.org (Postfix) with ESMTP id 327B8151A for ; Sun, 28 Apr 2013 21:07:54 +0000 (UTC) Received: from ipb3.telenor.se (ipb3.telenor.se [195.54.127.166]) by smtprelay-b31.telenor.se (Postfix) with ESMTP id 49FE0EA6B6 for ; Sun, 28 Apr 2013 22:39:24 +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: AtHMABOIfVFV5V4+PGdsb2JhbABTgwYBNrdNhnQEgQAXAwEBAQE4NYJYASOBMQwKDog5CJ0wnnUEjU0VG4E6gzkDjlaYI4RiOoEu X-IronPort-AV: E=Sophos;i="4.87,568,1363129200"; d="scan'208";a="322134097" Received: from c-3e5ee555.06-11-73746f31.cust.bredbandsbolaget.se (HELO sigyn.alvermark.net) ([85.229.94.62]) by ipb3.telenor.se with ESMTP; 28 Apr 2013 22:39:24 +0200 Received: from localhost ([127.0.0.1] helo=alvermark.net) by sigyn.alvermark.net with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UWYNX-000LCa-4n for freebsd-arm@freebsd.org; Sun, 28 Apr 2013 22:39:23 +0200 Received: from 85.229.95.25 (SquirrelMail authenticated user alvis) by alvermark.net with HTTP; Sun, 28 Apr 2013 22:39:23 +0200 (CEST) Message-ID: <53141.85.229.95.25.1367181563.squirrel@alvermark.net> Date: Sun, 28 Apr 2013 22:39:23 +0200 (CEST) Subject: could not process 'interrupts' property From: "Jakob Alvermark" To: freebsd-arm@freebsd.org User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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: Sun, 28 Apr 2013 21:07:55 -0000 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>