From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13839 invoked by alias); 14 Sep 2009 07:25:22 -0000 Received: (qmail 13820 invoked by uid 22791); 14 Sep 2009 07:25:21 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_05 X-Spam-Check-By: sourceware.org Received: from mtaout02-winn.ispmail.ntl.com (HELO mtaout02-winn.ispmail.ntl.com) (81.103.221.48) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Sep 2009 07:25:16 +0000 Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090914072509.PRGX6611.mtaout02-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com>; Mon, 14 Sep 2009 08:25:09 +0100 Received: from cog.dallaway.org.uk ([86.9.207.237]) by aamtaout03-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090914072509.UGGM2093.aamtaout03-winn.ispmail.ntl.com@cog.dallaway.org.uk>; Mon, 14 Sep 2009 08:25:09 +0100 Received: from cog.dallaway.org.uk (cog.dallaway.org.uk [127.0.0.1]) by cog.dallaway.org.uk (8.13.8/8.13.8) with ESMTP id n8E7P3QP007631; Mon, 14 Sep 2009 08:25:04 +0100 Message-ID: <4AADEFCF.4080401@dallaway.org.uk> Date: Mon, 14 Sep 2009 07:25:00 -0000 From: John Dallaway User-Agent: Thunderbird 2.0.0.22 (X11/20090625) MIME-Version: 1.0 To: Evgeniy Dushistov , Nick Garnett CC: eCos Patches List Subject: Re: [Bug 1000819] New: Add support for Atmel AT91SAM9263 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org X-SW-Source: 2009-09/txt/msg00013.txt.bz2 Evgeniy, many thanks for this contribution. > Here is patchset that introduces support for at91sam9263 cpu, > it splited to logic steps: > > 1)introduce arm7 package > 2)fix hal_diag to handle 115200 baudrate > 3)separate board's pio layout > 4)move common for arm9 code for work with mmu into common header > 5)hal packages for at91sam9263ek and at91sam9 > 6)implement support pio interrupts in the way as ordinal interrupt > 7)support of norflash for at91sam9263 > 8)can support for at91sam9263ek There's quite a lot to digest here. In particular, the introduction of the ARM7 package is welcome but needs careful consideration to ensure that the abstraction is correct. Nick, since you have AT91SAM9 expertise, are you able to review this contribution? John Dallaway