From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9362 invoked by alias); 15 Jan 2009 15:17:43 -0000 Received: (qmail 9346 invoked by uid 22791); 15 Jan 2009 15:17:43 -0000 X-SWARE-Spam-Status: No, hits=3.7 required=5.0 tests=AWL,BARRACUDA_BRBL,BAYES_50,J_CHICKENPOX_37,KAM_MX,SARE_FREE_WEBM_RuMail,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx44.mail.ru (HELO mx44.mail.ru) (195.239.211.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Jan 2009 15:16:59 +0000 Received: from f164.mail.ru (f164.mail.ru [194.67.57.60]) by mx44.mail.ru (mPOP.Fallback_MX) with ESMTP id D394638009EDC; Thu, 15 Jan 2009 18:13:43 +0300 (MSK) Received: from mail by f164.mail.ru with local id 1LNTuh-000KuA-00; Thu, 15 Jan 2009 18:13:43 +0300 Received: from [213.167.60.22] by win.mail.ru with HTTP; Thu, 15 Jan 2009 18:13:43 +0300 From: Evgeniy Dushistov To: ecos-discuss@ecos.sourceware.org, ecos-devel@ecos.sourceware.org Subject: at91sam9263ek support ver. beta 1 Mime-Version: 1.0 Date: Thu, 15 Jan 2009 15:17:00 -0000 Reply-To: Evgeniy Dushistov Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2009-01/txt/msg00029.txt.bz2 Hi, here is the fresh series of patches to support at91sam9263 ek board. Now it passes near 100 tests from ecos's test suite, uses MMU, support my nor flash (there is empty place to install nor flash, at least on at91sam9263ek rev. B). It still requires at91bootstrap or jtag to run. Here is links to patches, I suppose size too big to attach: Support of 115200 baudrate (common baudrate to work with serial line for u-boot and linux): http://sites.google.com/site/duhistov/Home/0001-change-default-delay-in-get-character-via-serial-lin.patch?attredirects=0 Move pio definitions to differents files to reduce size of common for at91 boards file, and make it easy for editing: http://sites.google.com/site/duhistov/Home/0002-This-patch-separate-board-s-pio-layout.patch?attredirects=0 I need this changes, because of at91sam9 use the same code as arm9 to work with caches: http://sites.google.com/site/duhistov/Home/0003-rename-all-hal_cache.h-to-var_cache.h-and-copy-creat.patch?attredirects=0 Common part for working with arm9 mmu, move it to common files, because of I see a lot of duplication in hal/arm/arm9: http://sites.google.com/site/duhistov/Home/0004-move-common-for-arm9-code-for-work-with-mmu-into-com.patch?attredirects=0 at91sam9263 hal package: http://sites.google.com/site/duhistov/Home/0005-hal-package-for-at91sam9263ek-and-at91sam9.patch?attredirects=0 My nor flash support: http://sites.google.com/site/duhistov/Home/0006-support-of-norflash-for-at91sam9263ek.patch?attredirects=0 Work with pio interrupts like they are real one: http://sites.google.com/site/duhistov/Home/0007-implement-support-pio-interrupts-in-the-way-as-ordin.patch?attredirects=0 the last two patches not require to make full working at91sam9263's hal. Any comments? PS Some time ago(several weeks or whole month), I sent request to fsf, about assigning copyrights, but have no reply, may be they just drop my email.