From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3785 invoked by alias); 29 Mar 2010 16:01:52 -0000 Received: (qmail 3639 invoked by uid 22791); 29 Mar 2010 16:01:51 -0000 X-SWARE-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_NONE 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, 29 Mar 2010 16:01:47 +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 <20100329160139.EULT10460.mtaout02-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com>; Mon, 29 Mar 2010 17:01:39 +0100 Received: from cog.dallaway.org.uk ([213.106.80.48]) by aamtaout03-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20100329160139.NIUV2093.aamtaout03-winn.ispmail.ntl.com@cog.dallaway.org.uk>; Mon, 29 Mar 2010 17:01:39 +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 o2TG1bFs016435; Mon, 29 Mar 2010 17:01:37 +0100 Message-ID: <4BB0CEE1.6090109@dallaway.org.uk> Date: Mon, 29 Mar 2010 16:01:00 -0000 From: John Dallaway User-Agent: Thunderbird 2.0.0.24 (X11/20100318) MIME-Version: 1.0 To: "Choi, David" CC: "Li, Charles" , eCos Maintainers Subject: Re: boot loader References: <4B6BD6D8.3010906@dallaway.org.uk> <4B6C5F41.5020000@dallaway.org.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-maintainers-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@ecos.sourceware.org X-SW-Source: 2010-03/txt/msg00021.txt.bz2 Hi David Choi, David wrote: > Under eCos, I make a network device driver for ks8851 MLL from Micrel > Inc. > > I want to put my driver in eCos source tree. > > Could you tell me the procedure to put my driver in eCos so that > everybody can use it? Firstly, thank you for your interest in contributing to the eCos project. The basic procedure for contributing code is described at: http://ecos.sourceware.org/contrib.html Note that all contributions are subject to review and that everyone who has contributed to the device driver will need to assign copyright to the Free Software Foundation. I recommend that you start the process of copyright assignment as soon as possible as it can take some time to complete. Ref: http://ecos.sourceware.org/assign.html When your driver is ready for review, please create a new Bugzilla report at http://bugs.ecos.sourceware.org and attach your source code to the Bugzilla report. John Dallaway eCos maintainer