From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6547 invoked by alias); 19 May 2011 12:48:32 -0000 Received: (qmail 6523 invoked by uid 22791); 19 May 2011 12:48:31 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 May 2011 12:48:16 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id B413615181B9 for ; Thu, 19 May 2011 13:48:15 +0100 (BST) Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E1Ah6dspIwFX; Thu, 19 May 2011 13:48:11 +0100 (BST) From: bugzilla-daemon@bugs.ecos.sourceware.org To: ecos-patches@ecos.sourceware.org Subject: [Bug 1000819] Add support for Atmel AT91SAM9263 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: Patches and contributions X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ilijak@siva.com.mk X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: normal X-Bugzilla-Assigned-To: john@dallaway.org.uk X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC In-Reply-To: References: X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 19 May 2011 12:48:00 -0000 Message-Id: <20110519124811.2DE5F151829B@mail.ecoscentric.com> 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: 2011-05/txt/msg00022.txt.bz2 Please do not reply to this email. Use the web interface provided at: http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000819 Ilija Kocho changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ilijak@siva.com.mk --- Comment #30 from Ilija Kocho 2011-05-19 13:48:04 BST --- (In reply to comment #29) [snip] > would be my humble opinion. The problem I see with supporting the SAM3 from the > same IO package is that the peripheral bus structure usually implemented on > cortex devices is not the same as the earlier models. Perhaps the IO package > should be divided by peripheral bus structure AHB,AMBA etc. Okay that's enough > from me. For example of grafting legacy ARM peripherals to Cortex-M3 you can look at LPC-17xx port Bug 1001114 being combined with LPC-2xxx peripherals Bug 1001115 . However if larger re-organization of AT91 port is considered, I would propose moving AT91 peripherals out of ARM devs subdirectories (except for peripherals based on ARM IP, if any). Something like this: packages-+ +-devs+ +-serial+ +-AT91-+ +-current-+... Also following scheme could be considered (although radical) if same devices are shared among all AT91 platforms: packages-+ +-devs-+ +-Atmel(AT91)-+ +-serial-+... +-ethernet-+... +-spi-+... Ilija -- Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.