From owner-freebsd-arm@FreeBSD.ORG Mon Jul 26 11:06:57 2010 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 DD2171065675 for ; Mon, 26 Jul 2010 11:06:57 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BA7BE8FC28 for ; Mon, 26 Jul 2010 11:06:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6QB6vU5080618 for ; Mon, 26 Jul 2010 11:06:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6QB6uRO080616 for freebsd-arm@FreeBSD.org; Mon, 26 Jul 2010 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 26 Jul 2010 11:06:56 GMT Message-Id: <201007261106.o6QB6uRO080616@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-arm@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-arm@FreeBSD.org 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: Mon, 26 Jul 2010 11:06:57 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o arm/148474 arm MMC timeout too short durring enumeration of cards. o arm/134368 arm [patch] nslu2_led driver for the LEDs on the NSLU2 o arm/134338 arm [patch] Lock GPIO accesses on ixp425 3 problems total. From owner-freebsd-arm@FreeBSD.ORG Mon Jul 26 15:57:03 2010 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 C64DE106567D for ; Mon, 26 Jul 2010 15:57:03 +0000 (UTC) (envelope-from gja@ansley.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8A0C18FC1E for ; Mon, 26 Jul 2010 15:57:03 +0000 (UTC) Received: by gxk24 with SMTP id 24so1100061gxk.13 for ; Mon, 26 Jul 2010 08:57:00 -0700 (PDT) Received: by 10.101.170.3 with SMTP id x3mr7965225ano.142.1280159820205; Mon, 26 Jul 2010 08:57:00 -0700 (PDT) Received: from G5.internal.ansley.com (99-135-104-139.lightspeed.tukrga.sbcglobal.net [99.135.104.139]) by mx.google.com with ESMTPS id h5sm6805271anb.8.2010.07.26.08.56.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 26 Jul 2010 08:56:58 -0700 (PDT) Sender: Greg Ansley Message-ID: <4C4DB049.5030701@ansley.com> Date: Mon, 26 Jul 2010 11:56:57 -0400 From: Greg Ansley User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 MIME-Version: 1.0 To: freebsd-arm@freebsd.org, "M. Warner Losh" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: at91sam9g20: Patches 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: Mon, 26 Jul 2010 15:57:04 -0000 Here is the link to the promised patches (against this mornings head): http://idisk.mac.com/gansley//Public/sam9.diff.gz These patches have been tested on a KB9202C and an Atmel AT91SAM9G20EK Rev B. Adding the SAM926[01] chips should be trivial and only very slightly more effort for the SAM9263. Adding a new at91 cpu/chip should only require adding a new at91${cputype}.c and at91${cputype}reg.h files and possible small additions to at91_machdep.c for anything that has to happen *very* early in the boot process. The drivers now use their resource records to find the correct addresses for the hardware and no longer have hard coded offsets (at91_st.c is an exception since it is only on the RM9200 so I didn't touch it). at91_mci.c: * Compile and run time selection of "Slot B" of mci controller. * Compile and run time selection of 4 wire connection (4x bandwidth to slot). * No byte swapping on non-RM9200 targets. * Fix obscure segfault when bus_dma_load() fails in at91_mci_start_cmd(). at91_pit.c: * Support for full resolution timer counter. * Remove compile time address dependencies. at91_rst.c: (NEW) * Support SAM9 reset controller. * Implement shutdown() on NRST (reset button) and full reset if held for more the 5 seconds. at91_reset.c: (NEW) * SAM9G20 Errata: Reset During SDRAM Accesses at91_wdt.c: (NEW) * Support SAM9 watchdog timer using the watchdog(9) style interface. if_ate.c: * Add support for sam9 "EMAC" controller. * Support for rmii interface to phy. at91.c & at91sam9.c: * Eliminate separate at91sam9.c file. * Eliminate chip specific code. * Allow for automatic chip identification. at91_machdep.c & at at91sam9_machdep.c: * Automatic chip type determination. * Remove compile time chip dependencies. * Eliminate separate at91sam9_machdep.c file. at91_pmc.c: * Corrected support for all of the sam926? and sam9g20 chips. * Remove compile time chip dependencies. * Automatic generation of "peripheral" clocks references using device name/unit e.g. "spi0". at91_twireg.c: * Handle clocking differences for SAM9 family. at91_pio.c * remove unnecessary chip specfic addressing. at91rm9200.c (NEW) * Chip specific initialization. at91sam9g20.c (NEW) * Chip specific initialization. Greg Ansley From owner-freebsd-arm@FreeBSD.ORG Mon Jul 26 16:03:54 2010 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 CB88D1065670 for ; Mon, 26 Jul 2010 16:03:54 +0000 (UTC) (envelope-from gja@ansley.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8F0878FC1D for ; Mon, 26 Jul 2010 16:03:54 +0000 (UTC) Received: by yxe42 with SMTP id 42so145707yxe.13 for ; Mon, 26 Jul 2010 09:03:53 -0700 (PDT) Received: by 10.150.139.21 with SMTP id m21mr2246753ybd.80.1280160233822; Mon, 26 Jul 2010 09:03:53 -0700 (PDT) Received: from G5.internal.ansley.com (99-135-104-139.lightspeed.tukrga.sbcglobal.net [99.135.104.139]) by mx.google.com with ESMTPS id q31sm5892838ybk.1.2010.07.26.09.03.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 26 Jul 2010 09:03:52 -0700 (PDT) Sender: Greg Ansley Message-ID: <4C4DB1E7.7090201@ansley.com> Date: Mon, 26 Jul 2010 12:03:51 -0400 From: Greg Ansley User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 MIME-Version: 1.0 To: "freebsd-arm@FreeBSD.org" References: <4C444E8B.6090104@ansley.com> <20100719153614.GI28908@cicely7.cicely.de> <20100719.182202.918765004097971572.imp@bsdimp.com> <20100720023034.GS28908@cicely7.cicely.de> In-Reply-To: <20100720023034.GS28908@cicely7.cicely.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: at91sam9g20: Ethernet performance 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: Mon, 26 Jul 2010 16:03:54 -0000 Quick (read very very rough) real world numbers using the same (new) if_ate code: "ping -s 1500 -c 1000 -i .006" (from an idle quad core server on a 100BaseT): rm9200: min/avg/max/stddev = 0.826/1.001/2.472/0.063 (if_ate) sam9g20: min/avg/max/stddev = 0.526/0.586/0.892/0.037 (if_ate) While the 9g20 is not blazing it is respectable on a 100Mb link and ~1.7 times faster that the rm9200 even with the receive copies still in place. For reference here are the results from the if_macb driver for sam9 (only) that was committed a few days ago: sam9g20: min/avg/max/stddev = 0.703/0.779/1.000/0.038 (if_macb) Greg On 7/19/10 10:30 PM, Bernd Walter wrote: > The performance has two reasons. > First the fact that the RM9200 ATE can't DMA into non 4-byte aligned > buffers, which requires copying and memory bandwidth is rather slow, > which especially sucks because of the required copy'ing. > IP headers are no n*4 bytes, so you want a 2 byte offset in your > receive buffers otherwise IP code copy'es received buffers. > On sending AFAIK the ATE driver copy'es data into 4 alignment. > The memory interface on SAM9 is much faster because it is DDR, > higher clocked and with it's bus matrix e.g. DMA can access DDRAM > and CPU IO in parallel. > I don't see a technical reason to have different source files. > A few things can be tuned on compiletime, but this is only > a win to save code size - from the runtime point a few rev-checks > in hybrid kernel shouldn't hurt. > From owner-freebsd-arm@FreeBSD.ORG Tue Jul 27 14:36:48 2010 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 947151065675 for ; Tue, 27 Jul 2010 14:36:48 +0000 (UTC) (envelope-from joe@rewt.org.uk) Received: from smtpauth.rollernet.us (smtpauth6.rollernet.us [IPv6:2620:0:950:f000:213:72ff:fe4f:6a76]) by mx1.freebsd.org (Postfix) with ESMTP id 423EF8FC22 for ; Tue, 27 Jul 2010 14:36:48 +0000 (UTC) Received: from smtpauth.rollernet.us (localhost [127.0.0.1]) by smtpauth.rollernet.us (Postfix) with ESMTP id C742C594024 for ; Tue, 27 Jul 2010 07:36:40 -0700 (PDT) Received: from una.stf.rewt.org.uk (unknown [91.208.177.42]) (Authenticated sender: unauna) by smtpauth.rollernet.us (Postfix) with ESMTPA for ; Tue, 27 Jul 2010 07:36:40 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by una.stf.rewt.org.uk (Postfix) with ESMTP id 275222281E for ; Tue, 27 Jul 2010 15:36:35 +0100 (BST) Date: Tue, 27 Jul 2010 15:36:35 +0100 (BST) From: Joe Holden To: freebsd-arm@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Rollernet-Abuse: Processed by Roller Network Mail Services. Contact abuse@rollernet.us to report violations. Abuse policy: http://rollernet.us/abuse.php X-Rollernet-Submit: Submit ID 721.4c4eeef8.af678.0 Subject: Sheevaplug SD Card Reader 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: Tue, 27 Jul 2010 14:36:48 -0000 Hi, Are there any updates on the status of working SD/MMC support for SD(HC) cards on the Sheevaplug yet? TIA, J From owner-freebsd-arm@FreeBSD.ORG Wed Jul 28 04:21:47 2010 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 267AD1065675 for ; Wed, 28 Jul 2010 04:21:47 +0000 (UTC) (envelope-from ravindra.kulkarni@globaledgesoft.com) Received: from gesmail.globaledgesoft.com (gesmail.globaledgesoft.com [203.76.137.4]) by mx1.freebsd.org (Postfix) with ESMTP id 0081F8FC16 for ; Wed, 28 Jul 2010 04:21:45 +0000 (UTC) Received: from [127.0.0.1] (ravindra_k.globaledgesoft.com [172.16.9.37]) by gesmail.globaledgesoft.com (Postfix) with ESMTP id 1112F17B422 for ; Wed, 28 Jul 2010 09:51:43 +0530 (IST) Message-ID: <4C4FB056.1020802@globaledgesoft.com> Date: Wed, 28 Jul 2010 09:51:42 +0530 From: Ravindra User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Unable to mount root file system-NFS 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, 28 Jul 2010 04:21:47 -0000 Hi , I am unable to mount the root file system, please find the boot agrs and kernel boot messages. Can anybody give me solution on this.I am using the Uboot. I am loading the kernel through NFS. set bootargs root=/dev/nfs rw nfsroot=172.16.5.61:/tftpboot/usr ip=172.16.5.150:172.16.5.61 console=ttySA1, 115200 NORMANDY # bootm 31000000 ## Booting image at 31000000 ... Image Name: FreeBSD Created: 2010-07-22 2:08:04 UTC Image Type: ARM Unknown OS Kernel Image (uncompressed) Data Size: 7687685 Bytes = 7.3 MB Load Address: 30408000 Entry Point: 304080e0 Verifying Checksum ... OK OK Starting kernel ... KDB: debugger backends: ddb KDB: current backend: ddb Copyright (c) 1992-2010 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 9.0-CURRENT #39: Thu Jul 22 19:26:40 UTC 2010 root@freebsd.ges.com:/usr/obj/arm.arm/usr/home/user/project/head/sys/LN2410SBC arm WARNING: WITNESS option enabled, expect reduced performance. CPU: ARM920T rev 0 (ARM9TDMI core) DC enabled IC enabled WB enabled LABT 16KB/32B 64-way Instruction cache 16KB/32B 64-way write-back-locking-A Data cache real memory = 67108864 (64 MB) avail memory = 52047872 (49 MB) s3c24x00 on motherboard s3c24x00: Found S3C2410A CPU (Chip ID: 0x32410002) s3c24x00: fclk 202 MHz hclk 101 MHz pclk 50 MHz timer0: on s3c24x00 ohci0: on s3c24x00 ohci0: [ITHREAD] usbus0 on ohci0 uart0: on s3c24x00 uart0: [FILTER] uart1: on s3c24x00 uart1: [FILTER] uart1: console (115200,n,8,1) uart2: on s3c24x00 uart2: [FILTER] clock: hz=100 PCLK=50700000 prescaler=2 tc=15843 timer0: [FILTER] Timecounter "s3c24x0 timer" frequency 1584375 Hz quality 1000 Timecounters tick every 10.000 msec usbus0: 12Mbps Full Speed USB v1.0 ugen0.1: at usbus0 uhub0: on usbus0 panic: bootpc_init: no eligible interfaces KDB: enter: panic [ thread pid 0 tid 100000 ] Stopped at kdb_enter+0x44: ldrb r15, [r15, r15, ror r15]! db> From owner-freebsd-arm@FreeBSD.ORG Wed Jul 28 07:06:40 2010 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 6CC87106564A for ; Wed, 28 Jul 2010 07:06:40 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from raven.bwct.de (raven.bwct.de [85.159.14.73]) by mx1.freebsd.org (Postfix) with ESMTP id 128B18FC18 for ; Wed, 28 Jul 2010 07:06:39 +0000 (UTC) Received: from mail.cicely.de ([10.1.1.37]) by raven.bwct.de (8.13.4/8.13.4) with ESMTP id o6S76XuQ091147 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 28 Jul 2010 09:06:34 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: from cicely7.cicely.de (cicely7.cicely.de [10.1.1.9]) by mail.cicely.de (8.14.3/8.14.3) with ESMTP id o6S76RgL020005 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Jul 2010 09:06:27 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: from cicely7.cicely.de (localhost [127.0.0.1]) by cicely7.cicely.de (8.14.2/8.14.2) with ESMTP id o6S76RNW090434; Wed, 28 Jul 2010 09:06:27 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: (from ticso@localhost) by cicely7.cicely.de (8.14.2/8.14.2/Submit) id o6S76RJp090433; Wed, 28 Jul 2010 09:06:27 +0200 (CEST) (envelope-from ticso) Date: Wed, 28 Jul 2010 09:06:27 +0200 From: Bernd Walter To: Ravindra Message-ID: <20100728070626.GA77280@cicely7.cicely.de> References: <4C4FB056.1020802@globaledgesoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C4FB056.1020802@globaledgesoft.com> X-Operating-System: FreeBSD cicely7.cicely.de 7.0-STABLE i386 User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED=-1, BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01 autolearn=ham version=3.3.0 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on spamd.cicely.de Cc: freebsd-arm@freebsd.org Subject: Re: Unable to mount root file system-NFS X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ticso@cicely.de List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2010 07:06:40 -0000 On Wed, Jul 28, 2010 at 09:51:42AM +0530, Ravindra wrote: > Hi , > > I am unable to mount the root file system, please find the boot agrs and > kernel boot messages. > Can anybody give me solution on this.I am using the Uboot. I am loading > the kernel through NFS. > > set bootargs root=/dev/nfs rw nfsroot=172.16.5.61:/tftpboot/usr > ip=172.16.5.150:172.16.5.61 console=ttySA1, 115200 > > > NORMANDY # bootm 31000000 > ## Booting image at 31000000 ... > Image Name: FreeBSD > Created: 2010-07-22 2:08:04 UTC > Image Type: ARM Unknown OS Kernel Image (uncompressed) > Data Size: 7687685 Bytes = 7.3 MB > Load Address: 30408000 > Entry Point: 304080e0 > Verifying Checksum ... OK > OK > > Starting kernel ... > > KDB: debugger backends: ddb > KDB: current backend: ddb > Copyright (c) 1992-2010 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 9.0-CURRENT #39: Thu Jul 22 19:26:40 UTC 2010 > > root@freebsd.ges.com:/usr/obj/arm.arm/usr/home/user/project/head/sys/LN2410SBC > arm > WARNING: WITNESS option enabled, expect reduced performance. > CPU: ARM920T rev 0 (ARM9TDMI core) > DC enabled IC enabled WB enabled LABT > 16KB/32B 64-way Instruction cache > 16KB/32B 64-way write-back-locking-A Data cache > real memory = 67108864 (64 MB) > avail memory = 52047872 (49 MB) > s3c24x00 on motherboard > s3c24x00: Found S3C2410A CPU (Chip ID: 0x32410002) > s3c24x00: fclk 202 MHz hclk 101 MHz pclk 50 MHz > timer0: on s3c24x00 > ohci0: on s3c24x00 > ohci0: [ITHREAD] > usbus0 on ohci0 > uart0: on s3c24x00 > uart0: [FILTER] > uart1: on s3c24x00 > uart1: [FILTER] > uart1: console (115200,n,8,1) > uart2: on s3c24x00 > uart2: [FILTER] > clock: hz=100 PCLK=50700000 prescaler=2 tc=15843 > timer0: [FILTER] > Timecounter "s3c24x0 timer" frequency 1584375 Hz quality 1000 > Timecounters tick every 10.000 msec > usbus0: 12Mbps Full Speed USB v1.0 > ugen0.1: at usbus0 > uhub0: on usbus0 > panic: bootpc_init: no eligible interfaces This message complains that you have no network interface and you requested networked root filesystem. You should check your kernel config about NIC drivers. > KDB: enter: panic > [ thread pid 0 tid 100000 ] > Stopped at kdb_enter+0x44: ldrb r15, [r15, r15, ror r15]! > db> -- B.Walter http://www.bwct.de Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm. From owner-freebsd-arm@FreeBSD.ORG Wed Jul 28 11:58:57 2010 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 8C77E1065674 for ; Wed, 28 Jul 2010 11:58:57 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 5C3698FC22 for ; Wed, 28 Jul 2010 11:58:57 +0000 (UTC) Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 7151717001D; Wed, 28 Jul 2010 07:58:53 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 28 Jul 2010 07:58:53 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:from:to:cc:subject:message-id:in-reply-to:references:mime-version:content-type:content-transfer-encoding; s=smtpout; bh=Wa2RadKtm6xBKfwR9cj1HeRwMa0=; b=LrWgBRN9wnX9cUy/g8BQdIDU/Ajsd+4Aghl2mL0Vsg7nwWklXVIRg2dzZl+LNnY0pTeq0ieFIWi5GZMgdqPSPfqpQz/YeYcJ4oDu1UfC+2rTsMfaiFMnyXmmUv74mxMYp8TfUfmKNO1Ozw9lIntFkkX9QOALqDo0jftU43jmNu0= X-Sasl-enc: QHzjydrXkKRZBN7jJMTQcBztsnr/hZrEPYeu0xbX2W4P 1280318332 Received: from bender (207.248.69.111.dynamic.snap.net.nz [111.69.248.207]) by mail.messagingengine.com (Postfix) with ESMTPA id 157D14E05BC; Wed, 28 Jul 2010 07:58:51 -0400 (EDT) Date: Wed, 28 Jul 2010 23:59:01 +1200 From: Andrew Turner To: Ravindra Message-ID: <20100728235901.48578d3b@bender> In-Reply-To: <4C4FB056.1020802@globaledgesoft.com> References: <4C4FB056.1020802@globaledgesoft.com> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.0) X-Pirate: Arrrr Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: Unable to mount root file system-NFS 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, 28 Jul 2010 11:58:57 -0000 On Wed, 28 Jul 2010 09:51:42 +0530 Ravindra wrote: > Hi , > > I am unable to mount the root file system, please find the boot agrs > and kernel boot messages. > Can anybody give me solution on this.I am using the Uboot. I am > loading the kernel through NFS. It takes some effort currently to get networking working on the s3c2410. What network chip are you using? Some common embedded parts don't currently have drivers in subversion or they don't work on ARM. > > set bootargs root=/dev/nfs rw nfsroot=172.16.5.61:/tftpboot/usr > ip=172.16.5.150:172.16.5.61 console=ttySA1, 115200 There is no need to set these as FreeBSD doesn't use them. Andrew -- Andrew Turner WhiteQueue Consulting http://whitequeue.com/ Custom FreeBSD and Linux development From owner-freebsd-arm@FreeBSD.ORG Thu Jul 29 11:28:37 2010 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 4EF75106566C for ; Thu, 29 Jul 2010 11:28:37 +0000 (UTC) (envelope-from ravindra.kulkarni@globaledgesoft.com) Received: from gesmail.globaledgesoft.com (gesmail.globaledgesoft.com [203.76.137.4]) by mx1.freebsd.org (Postfix) with ESMTP id 9E2E38FC14 for ; Thu, 29 Jul 2010 11:28:35 +0000 (UTC) Received: from [127.0.0.1] (ravindra_k.globaledgesoft.com [172.16.9.37]) by gesmail.globaledgesoft.com (Postfix) with ESMTP id DB1EF17B438 for ; Thu, 29 Jul 2010 16:58:33 +0530 (IST) Message-ID: <4C5165E2.3000205@globaledgesoft.com> Date: Thu, 29 Jul 2010 16:58:34 +0530 From: Ravindra User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-arm@freebsd.org References: <20100728120015.13EBF1065670@hub.freebsd.org> In-Reply-To: <20100728120015.13EBF1065670@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: freebsd-arm Digest, Vol 226, Issue 3 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: Thu, 29 Jul 2010 11:28:37 -0000 Hi, I am getting following error when booting in S32410, can anybody help. a NFS from server 172.16.5.62; our IP address is 172.16.5.150 Filename '/tftpboot/kernel.boot'. Load address: 0x31000000 Loading: ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# #### done Bytes transferred = 7674827 (751bcb hex) NORMANDY # bootm 3100000000 ## Booting image at 00000000 ... Bad Magic Number NORMANDY # bootm 31000000 ## Booting image at 31000000 ... Image Name: FreeBSD Created: 2010-07-28 23:09:40 UTC Image Type: ARM Unknown OS Kernel Image (uncompressed) Data Size: 7674763 Bytes = 7.3 MB Load Address: 30408000 Entry Point: 304080e0 Verifying Checksum ... OK OK Starting kernel ... KDB: debugger backends: ddb KDB: current backend: ddb control in init_main.c/mi_strtup() Control in restart: label GESL Edited Copyright (c) 1992-2010 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 9.0-CURRENT #44: Thu Jul 29 14:00:54 UTC 2010 root@freebsd.ges.com:/usr/obj/arm.arm/usr/home/user/project/head/sys/LN2410SBC arm WARNING: WITNESS option enabled, expect reduced performance. CPU: ARM920T rev 0 (ARM9TDMI core) DC enabled IC enabled WB enabled LABT 16KB/32B 64-way Instruction cache 16KB/32B 64-way write-back-locking-A Data cache real memory = 67108864 (64 MB) avail memory = 52064256 (49 MB) In proc0_init GESL Edited Creating Process 0 GESL Edited s3c24x00 on motherboard s3c24x00: Found S3C2410A CPU (Chip ID: 0x32410002) s3c24x00: fclk 202 MHz hclk 101 MHz pclk 50 MHz timer0: on s3c24x00 ohci0: on s3c24x00 ohci0: [ITHREAD] usbus0 on ohci0 uart0: on s3c24x00 uart0: [FILTER] uart1: on s3c24x00 uart1: [FILTER] uart1: console (115200,n,8,1) uart2: on s3c24x00 uart2: [FILTER] clock: hz=100 PCLK=50700000 prescaler=2 tc=15843 timer0: [FILTER] Timecounter "s3c24x0 timer" frequency 1584375 Hz quality 1000 Timecounters tick every 10.000 msec usbus0: 12Mbps Full Speed USB v1.0 ugen0.1: at usbus0 uhub0: on usbus0 WARNING: WITNESS option enabled, expect reduced performance. Root mount waiting for: usbus0 uhub0: 2 ports with 2 removable, self powered GESL in vfs_mount file rootmountprepare before getenv :GESL GESL :options value: (null) Trying to mount root from ufs:/dev/md0 ROOT MOUNT ERROR: If you have invalid mount options, reboot, and first try the following from the loader prompt: set vfs.root.mountfrom.options=rw and then remove invalid mount options from /etc/fstab. * Trying to mount root from ufs:da0s1 ROOT MOUNT ERROR: * If you have invalid mount options, reboot, and first try the following from the loader prompt: set vfs.root.mountfrom.options=rw freebsd-arm-request@freebsd.org wrote: > Send freebsd-arm mailing list submissions to > freebsd-arm@freebsd.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > or, via email, send a message with subject or body 'help' to > freebsd-arm-request@freebsd.org > > You can reach the person managing the list at > freebsd-arm-owner@freebsd.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of freebsd-arm digest..." > > > Today's Topics: > > 1. Sheevaplug SD Card Reader (Joe Holden) > 2. Unable to mount root file system-NFS (Ravindra) > 3. Re: Unable to mount root file system-NFS (Bernd Walter) > 4. Re: Unable to mount root file system-NFS (Andrew Turner) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 27 Jul 2010 15:36:35 +0100 (BST) > From: Joe Holden > Subject: Sheevaplug SD Card Reader > To: freebsd-arm@freebsd.org > Message-ID: > Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII > > Hi, > > Are there any updates on the status of working SD/MMC support for SD(HC) > cards on the Sheevaplug yet? > > TIA, > J > > > ------------------------------ > > Message: 2 > Date: Wed, 28 Jul 2010 09:51:42 +0530 > From: Ravindra > Subject: Unable to mount root file system-NFS > To: freebsd-arm@freebsd.org > Message-ID: <4C4FB056.1020802@globaledgesoft.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi , > > I am unable to mount the root file system, please find the boot agrs and > kernel boot messages. > Can anybody give me solution on this.I am using the Uboot. I am loading > the kernel through NFS. > > set bootargs root=/dev/nfs rw nfsroot=172.16.5.61:/tftpboot/usr > ip=172.16.5.150:172.16.5.61 console=ttySA1, 115200 > > > NORMANDY # bootm 31000000 > ## Booting image at 31000000 ... > Image Name: FreeBSD > Created: 2010-07-22 2:08:04 UTC > Image Type: ARM Unknown OS Kernel Image (uncompressed) > Data Size: 7687685 Bytes = 7.3 MB > Load Address: 30408000 > Entry Point: 304080e0 > Verifying Checksum ... OK > OK > > Starting kernel ... > > KDB: debugger backends: ddb > KDB: current backend: ddb > Copyright (c) 1992-2010 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 9.0-CURRENT #39: Thu Jul 22 19:26:40 UTC 2010 > > root@freebsd.ges.com:/usr/obj/arm.arm/usr/home/user/project/head/sys/LN2410SBC > arm > WARNING: WITNESS option enabled, expect reduced performance. > CPU: ARM920T rev 0 (ARM9TDMI core) > DC enabled IC enabled WB enabled LABT > 16KB/32B 64-way Instruction cache > 16KB/32B 64-way write-back-locking-A Data cache > real memory = 67108864 (64 MB) > avail memory = 52047872 (49 MB) > s3c24x00 on motherboard > s3c24x00: Found S3C2410A CPU (Chip ID: 0x32410002) > s3c24x00: fclk 202 MHz hclk 101 MHz pclk 50 MHz > timer0: on s3c24x00 > ohci0: on s3c24x00 > ohci0: [ITHREAD] > usbus0 on ohci0 > uart0: on s3c24x00 > uart0: [FILTER] > uart1: on s3c24x00 > uart1: [FILTER] > uart1: console (115200,n,8,1) > uart2: on s3c24x00 > uart2: [FILTER] > clock: hz=100 PCLK=50700000 prescaler=2 tc=15843 > timer0: [FILTER] > Timecounter "s3c24x0 timer" frequency 1584375 Hz quality 1000 > Timecounters tick every 10.000 msec > usbus0: 12Mbps Full Speed USB v1.0 > ugen0.1: at usbus0 > uhub0: on usbus0 > panic: bootpc_init: no eligible interfaces > KDB: enter: panic > [ thread pid 0 tid 100000 ] > Stopped at kdb_enter+0x44: ldrb r15, [r15, r15, ror r15]! > db> > > > ------------------------------ > > Message: 3 > Date: Wed, 28 Jul 2010 09:06:27 +0200 > From: Bernd Walter > Subject: Re: Unable to mount root file system-NFS > To: Ravindra > Cc: freebsd-arm@freebsd.org > Message-ID: <20100728070626.GA77280@cicely7.cicely.de> > Content-Type: text/plain; charset=us-ascii > > On Wed, Jul 28, 2010 at 09:51:42AM +0530, Ravindra wrote: > >> Hi , >> >> I am unable to mount the root file system, please find the boot agrs and >> kernel boot messages. >> Can anybody give me solution on this.I am using the Uboot. I am loading >> the kernel through NFS. >> >> set bootargs root=/dev/nfs rw nfsroot=172.16.5.61:/tftpboot/usr >> ip=172.16.5.150:172.16.5.61 console=ttySA1, 115200 >> >> >> NORMANDY # bootm 31000000 >> ## Booting image at 31000000 ... >> Image Name: FreeBSD >> Created: 2010-07-22 2:08:04 UTC >> Image Type: ARM Unknown OS Kernel Image (uncompressed) >> Data Size: 7687685 Bytes = 7.3 MB >> Load Address: 30408000 >> Entry Point: 304080e0 >> Verifying Checksum ... OK >> OK >> >> Starting kernel ... >> >> KDB: debugger backends: ddb >> KDB: current backend: ddb >> Copyright (c) 1992-2010 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 9.0-CURRENT #39: Thu Jul 22 19:26:40 UTC 2010 >> >> root@freebsd.ges.com:/usr/obj/arm.arm/usr/home/user/project/head/sys/LN2410SBC >> arm >> WARNING: WITNESS option enabled, expect reduced performance. >> CPU: ARM920T rev 0 (ARM9TDMI core) >> DC enabled IC enabled WB enabled LABT >> 16KB/32B 64-way Instruction cache >> 16KB/32B 64-way write-back-locking-A Data cache >> real memory = 67108864 (64 MB) >> avail memory = 52047872 (49 MB) >> s3c24x00 on motherboard >> s3c24x00: Found S3C2410A CPU (Chip ID: 0x32410002) >> s3c24x00: fclk 202 MHz hclk 101 MHz pclk 50 MHz >> timer0: on s3c24x00 >> ohci0: on s3c24x00 >> ohci0: [ITHREAD] >> usbus0 on ohci0 >> uart0: on s3c24x00 >> uart0: [FILTER] >> uart1: on s3c24x00 >> uart1: [FILTER] >> uart1: console (115200,n,8,1) >> uart2: on s3c24x00 >> uart2: [FILTER] >> clock: hz=100 PCLK=50700000 prescaler=2 tc=15843 >> timer0: [FILTER] >> Timecounter "s3c24x0 timer" frequency 1584375 Hz quality 1000 >> Timecounters tick every 10.000 msec >> usbus0: 12Mbps Full Speed USB v1.0 >> ugen0.1: at usbus0 >> uhub0: on usbus0 >> panic: bootpc_init: no eligible interfaces >> > > This message complains that you have no network interface and you > requested networked root filesystem. > You should check your kernel config about NIC drivers. > > >> KDB: enter: panic >> [ thread pid 0 tid 100000 ] >> Stopped at kdb_enter+0x44: ldrb r15, [r15, r15, ror r15]! >> db> >> > > From owner-freebsd-arm@FreeBSD.ORG Fri Jul 30 16:18:33 2010 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B208106566C; Fri, 30 Jul 2010 16:18:33 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id E221E8FC13; Fri, 30 Jul 2010 16:18:32 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.3) with ESMTP id o6UGIWD7007432; Fri, 30 Jul 2010 12:18:32 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.3/Submit) id o6UGIV9m007431; Fri, 30 Jul 2010 16:18:31 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 30 Jul 2010 16:18:31 GMT Message-Id: <201007301618.o6UGIV9m007431@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2010 16:18:33 -0000 TB --- 2010-07-30 16:15:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-07-30 16:15:00 - starting HEAD tinderbox run for arm/arm TB --- 2010-07-30 16:15:00 - cleaning the object tree TB --- 2010-07-30 16:15:19 - cvsupping the source tree TB --- 2010-07-30 16:15:19 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2010-07-30 16:16:05 - building world TB --- 2010-07-30 16:16:05 - MAKEOBJDIRPREFIX=/obj TB --- 2010-07-30 16:16:05 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2010-07-30 16:16:05 - TARGET=arm TB --- 2010-07-30 16:16:05 - TARGET_ARCH=arm TB --- 2010-07-30 16:16:05 - TZ=UTC TB --- 2010-07-30 16:16:05 - __MAKE_CONF=/dev/null TB --- 2010-07-30 16:16:05 - cd /src TB --- 2010-07-30 16:16:05 - /usr/bin/make -B buildworld >>> World build started on Fri Jul 30 16:16:05 UTC 2010 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools [...] ===> games/fortune/strfile (obj,depend,all,install) /obj/arm.arm/src/tmp/src/games/fortune/strfile created for /src/games/fortune/strfile rm -f .depend mkdep -f .depend -a -I/obj/arm.arm/src/tmp/legacy/usr/include /src/games/fortune/strfile/strfile.c echo strfile: /usr/lib/libc.a /obj/arm.arm/src/tmp/legacy/usr/lib/libegacy.a >> .depend cc -O2 -pipe -std=gnu99 -I/obj/arm.arm/src/tmp/legacy/usr/include -c /src/games/fortune/strfile/strfile.c cc -O2 -pipe -std=gnu99 -I/obj/arm.arm/src/tmp/legacy/usr/include -static -L/obj/arm.arm/src/tmp/legacy/usr/lib -o strfile strfile.o -legacy Syntax error: end of file unexpected (expecting ")") *** Error code 2 Stop in /src/games/fortune/strfile. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2010-07-30 16:18:31 - WARNING: /usr/bin/make returned exit code 1 TB --- 2010-07-30 16:18:31 - ERROR: failed to build world TB --- 2010-07-30 16:18:31 - 137.13 user 23.88 system 211.55 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Jul 30 18:46:49 2010 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 7BD4E106564A for ; Fri, 30 Jul 2010 18:46:49 +0000 (UTC) (envelope-from gja@ansley.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 349DB8FC12 for ; Fri, 30 Jul 2010 18:46:48 +0000 (UTC) Received: by yxe42 with SMTP id 42so924966yxe.13 for ; Fri, 30 Jul 2010 11:46:48 -0700 (PDT) Received: by 10.100.30.1 with SMTP id d1mr2759814and.76.1280515606631; Fri, 30 Jul 2010 11:46:46 -0700 (PDT) Received: from [192.168.1.68] (99-135-104-139.lightspeed.tukrga.sbcglobal.net [99.135.104.139]) by mx.google.com with ESMTPS id h5sm4001413anb.28.2010.07.30.11.46.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 30 Jul 2010 11:46:45 -0700 (PDT) Sender: Greg Ansley Message-ID: <4C531E13.1070008@ansley.com> Date: Fri, 30 Jul 2010 14:46:43 -0400 From: Greg Ansley User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 MIME-Version: 1.0 To: freebsd-arm@freebsd.org, "M. Warner Losh" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: at91sam9260: Patches 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: Fri, 30 Jul 2010 18:46:49 -0000 The following diff on top of my previous diff adds support for the AT91SAM9260 chip and Atmel AT91SAM9260-EK Evaluation card. Using config file SAM9G20EK you can boot on both the 9260 and 9G20 based development cards with the same binary. Also added support for Calao Systems QIL-A9G20-Cxx . Link to sam9260 diff: http://idisk.mac.com/gansley//Public/sam9260.diff.gz Previous sam9 diff: http://idisk.mac.com/gansley//Public/sam9.diff.gz at91sam9260.c & at91sam9260reg.h * Add support for AT91SAM9260 processor. at91_pmc.c * Fix bug computing PLL rate. Greg