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