From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18236 invoked by alias); 16 Dec 2008 13:07:58 -0000 Received: (qmail 18221 invoked by uid 22791); 16 Dec 2008 13:07:57 -0000 X-SWARE-Spam-Status: No, hits=4.4 required=5.0 tests=AWL,BARRACUDA_BRBL,BAYES_50,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; Tue, 16 Dec 2008 13:07:10 +0000 Received: from f143.mail.ru (f143.mail.ru [194.67.57.136]) by mx44.mail.ru (mPOP.Fallback_MX) with ESMTP id C044B38007C4D; Tue, 16 Dec 2008 16:02:16 +0300 (MSK) Received: from mail by f143.mail.ru with local id 1LCZZ2-0001HX-00; Tue, 16 Dec 2008 16:02:16 +0300 Received: from [213.167.60.22] by win.mail.ru with HTTP; Tue, 16 Dec 2008 16:02:16 +0300 From: Evgeniy Dushistov To: ecos-discuss@ecos.sourceware.org, ecos-patches@ecos.sourceware.org Mime-Version: 1.0 Date: Tue, 16 Dec 2008 17:55:00 -0000 Reply-To: Evgeniy Dushistov Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: X-Spam: Not detected X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] at91sam9263ek support ver. alpha 2 X-SW-Source: 2008-12/txt/msg00092.txt.bz2 Hi, here is series of patches using which I can run redboot and ecoslib + hellow world application on at91sam9263ek board. http://sites.google.com/site/duhistov/Home/0001-This-patch-separate-board-s-pio-layout.patch?attredirects=0 http://sites.google.com/site/duhistov/Home/0002-rename-all-hal_cache.h-to-var_cache.h-and-copy-creat.patch?attredirects=0 http://sites.google.com/site/duhistov/Home/0003-hal-package-for-at91sam9263ek-and-at91sam9.patch?attredirects=0 This patches according current cvs head. The first one patch simplify adding new pio layout to at91. The second one make possible to reuse cache stuff from arm9 in at91sam9 package. The third add support for at91sam9263ek. Changes from last version: - disable caches + remap sram to 0x0 address on start. - fix mlt_*.ldi so it is possible boot redboot using at91bootstrap here is config which I use to run ecos + hello world application: http://sites.google.com/site/duhistov/Home/ecoslib.ecc?attredirects=0 here is config which I use to build redboot: http://sites.google.com/site/duhistov/Home/sam9_redboot.ecc?attredirects=0 Any comments? -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss