From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8846 invoked by alias); 20 Jul 2008 08:03:29 -0000 Received: (qmail 8838 invoked by uid 22791); 20 Jul 2008 08:03:28 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 20 Jul 2008 08:03:03 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1KKTse-0002my-00; Sun, 20 Jul 2008 10:02:56 +0200 Date: Sun, 20 Jul 2008 08:03:00 -0000 From: Andrew Lunn To: David Luca Cc: ecos-devel Subject: Re: eCos Port for Freescale MC9328MXL (ARM920T) Message-ID: <20080720080256.GW4167@lunn.ch> References: <003601c8e9e5$3896d210$0103a8c0@alien> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003601c8e9e5$3896d210$0103a8c0@alien> User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2008-07/txt/msg00000.txt.bz2 On Sat, Jul 19, 2008 at 10:20:06PM +0100, David Luca wrote: > Hello, > > I worked last year for porting eCos to Freescale MC9328MXL board and > I think I succeded about 90%, that's because last part was booting > Redboot from flash and loading eCos which I never finished, at that > time the 28F320B3 flash was not supported. I had a MC9328MXL board > available and a BDI2000 debugger and I manage to start RAM version > of Redboot and could recognize the flash, also erasing, but > unfortunately I had to work on something else and never finished the > flash driver. > The MC9328MXL board has a default Micromonitor installed and for now > the eCos application is succesfully started from command line of > this bootloader. The devices drivers that work with this board > (serial, ethernet, touchscreen) have been tested as well. > If someone is interested continuing, I attached the mc9328mxl.rar > file which contains the HAL source code files for this board, I think you forgot the attachment :-( > I don't know if I'll ever get my hands on a MC9328MXL + BDI2000 > hardware, but I would to know that this work is not lost, so fell > free to ask any questions, I'll be happy to help. Would you be willing to assign the copyright to the FSF? We cannot include the code into the anonymous CVS repository without this. http://ecos.sourceware.org/assign.html This is particular important if somebody does pick up this code and finishes it, and then wants to get it included in the official eCos repository. Thanks Andrew