From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23575 invoked by alias); 20 Nov 2008 20:48:15 -0000 Received: (qmail 23538 invoked by uid 22791); 20 Nov 2008 20:48:14 -0000 X-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_34,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.172) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 20 Nov 2008 20:47:35 +0000 Received: by ug-out-1314.google.com with SMTP id m2so416790ugc.30 for ; Thu, 20 Nov 2008 12:47:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=/GiMJljtz0TpTZGSTHTlLKrqNuBZIXPaXuiFpi4SnOg=; b=PfhjB4EeO7mmI8Z0jNo8vFFBAIADvQGMMFMMGHXT65dD06b19To4Jq33plQPq8hjN7 dQJLuOZl8QYU0sHUgCRZMPnoCIWP4y0TPl0ua/8njQKgruJjy6md1+iS0T2mLjlEQ6jl uCzk/iTIa401WYasSX8yAQbyNE2RlaPnAbYzs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=VJ2XL6XsiM4nTKZxQVy9mcUhI3uVVcS7TD/HIbyJH7ujop+uVT02+sww3OB59wzipS TgXK45z8fBLULvbj+PjUSwGpfmnGUm7QW8bMYnFE252tOW+V29psWPU8Wma+ZzTySUPm Vi3ZLJBg39t4J2whghk77LgWMmcx+1mzHXoDA= Received: by 10.210.37.11 with SMTP id k11mr2309800ebk.153.1227214051678; Thu, 20 Nov 2008 12:47:31 -0800 (PST) Received: from smtp.gmail.com ([86.57.139.75]) by mx.google.com with ESMTPS id g9sm2585165gvc.0.2008.11.20.12.47.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 20 Nov 2008 12:47:31 -0800 (PST) Date: Thu, 20 Nov 2008 20:48:00 -0000 From: Sergei Gavrikov To: Andrew Lunn Cc: eCos patches list Subject: Re: Support for Olimex LPC-H2294, LPC-E2294, LPC-L2294-1M targets Message-ID: <20081120204734.GA12716@ubuntu.local> References: <20081103205406.GA9692@ubuntu.local> <20081107182918.GA13070@ubuntu.local> <20081120202139.GK17925@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081120202139.GK17925@lunn.ch> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-IsSubscribed: yes 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: 2008-11/txt/msg00076.txt.bz2 On Thu, Nov 20, 2008 at 09:21:39PM +0100, Andrew Lunn wrote: > On Fri, Nov 07, 2008 at 08:29:18PM +0200, Sergei Gavrikov wrote: > > On Mon, Nov 03, 2008 at 10:54:06PM +0200, Sergei Gavrikov wrote: > > > Hello, > > > > > > Got the assignment from FSF, I ask about merge my old code with eCos > > > anonymous CVS tree. Those were 3 targets for ARM7TDMI boards from > > > Olimex: LPC-H2294, LPC-E2294, LPC-L2294-1M ...Thinking that patch is > > > too big to attach it, I did upload the assignment in PDF and gziped > > > patch for all targets into incoming folder at eCosCentric FTP. It was > > > possible to upload, but I can't list anything. I think that's normal. > > > If I remember I read somewhere in the past that we must use incoming > > > folder for same patches. But, perhaps, I forgot the URL. If I've done > > > a wrong thing, please, correct me. > > Hi Sergei > > It looks like the three flash drivers are identical. Could you rework > this into one olpcX2294 flash package. I will do. One question, Is it normal to have upcase(x) there? in dirname? What is a practic? Sergei