From owner-freebsd-arm@FreeBSD.ORG Wed Nov 7 10:28:14 2007 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87BF716A46C for ; Wed, 7 Nov 2007 10:28:14 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 4B7FD13C4BF for ; Wed, 7 Nov 2007 10:28:14 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from webmail.alpha-tierchen.de (port-212-202-41-210.dynamic.qsc.de [212.202.41.210]) by mx02.qsc.de (Postfix) with ESMTP id B08C316C00B7; Wed, 7 Nov 2007 11:02:53 +0100 (CET) Received: from 192.168.1.2 (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Wed, 7 Nov 2007 10:02:50 -0000 (UTC) Message-ID: <55555.192.168.1.2.1194429770.squirrel@webmail.alpha-tierchen.de> Date: Wed, 7 Nov 2007 10:02:50 -0000 (UTC) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: =?iso-8859-1?Q?=CE=E0=D8=D9_=B1=E3=E0=D0=DA?= User-Agent: SquirrelMail/1.4.11 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-arm@freebsd.org Subject: Re: Can't boot FreeBSD-7.0 on KB920C X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 10:28:14 -0000 I had this problem with uboot too. Add the line at91_pio_use_periph_a(AT91RM92_PIOA_BASE, AT91C_PA27_MCCK | AT91C_PA28_MCCDA | AT91C_PA29_MCDA0, 0); to the function board_init() in kb920x_machdep.c and try again. Regards Björn