From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2565 invoked by alias); 23 Nov 2008 13:43:14 -0000 Received: (qmail 2488 invoked by uid 22791); 23 Nov 2008 13:43:13 -0000 X-Spam-Level: * X-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.191) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 23 Nov 2008 13:42:23 +0000 Received: by nf-out-0910.google.com with SMTP id g16so878811nfd.16 for ; Sun, 23 Nov 2008 05:42:12 -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=w3V1iO/46Z3Qqjhbdpdcx9DsNK0PzwDOJZsvhFAl+NQ=; b=F1jemQMdUATiANUycQGBLRxcJw+92FbpW2ad4SNKLCkpVAUn7eAVc32F0VPArem6qt 1CAuQHvTxGHMnv6xTmWjqT733+YuKgzCRetDVGy52BIDIS1iK/SXLhU1kZXAVW0k8bPp ibuYgbO55u0VMRpIGuY7dL9eTQQ12A+ukgltU= 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=XnMFC9akgVloTIxODz80nB8VWcCgq3I8L5Pxd2LHXpHzJJf6RmxXOcSTovTBcbVzeq NwTI3E4bqPRhy8aXm9OnYqvf6ICsYx72E6ejUX2WU9m0H7q9K2PumRO3FSVZHouceHVo aujAy2fnH2HYm6mdS9UqF7PwInVCxjcJ2oVwA= Received: by 10.210.57.12 with SMTP id f12mr2626547eba.99.1227447731950; Sun, 23 Nov 2008 05:42:11 -0800 (PST) Received: from smtp.gmail.com ([86.57.141.178]) by mx.google.com with ESMTPS id p10sm4281904gvf.7.2008.11.23.05.42.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 23 Nov 2008 05:42:11 -0800 (PST) Date: Sun, 23 Nov 2008 13:43: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: <20081123134214.GA19454@ubuntu.local> References: <20081103205406.GA9692@ubuntu.local> <20081107182918.GA13070@ubuntu.local> <20081120202139.GK17925@lunn.ch> <20081120204734.GA12716@ubuntu.local> <20081120215747.GL17925@lunn.ch> <20081121022731.GA29411@ubuntu.local> <20081123121630.GQ17925@lunn.ch> <20081123123942.GA15619@ubuntu.local> <20081123124841.GA15719@ubuntu.local> <20081123132741.GT17925@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081123132741.GT17925@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/msg00100.txt.bz2 On Sun, Nov 23, 2008 at 02:27:41PM +0100, Andrew Lunn wrote: > On Sun, Nov 23, 2008 at 02:48:41PM +0200, Sergei Gavrikov wrote: > > On Sun, Nov 23, 2008 at 02:39:42PM +0200, Sergei Gavrikov wrote: > > > On Sun, Nov 23, 2008 at 01:16:30PM +0100, Andrew Lunn wrote: > > > > Here is the first issue i found when compile testing. > > > > > > > > The olpch2294 target includes > > > > CYGPKG_DEVICES_WATCHDOG_ARM_LPC2XXX. However when you include the > > > > generic watchdog package you get: > > > [snip] > > > > It seems like the other targets have the same problem as well. > > > > > > Hi, I ponted on that in past: > > > http://sourceware.org/ml/ecos-discuss/2008-09/msg00038.html > > > > > > It seems that was not been applied. > > The patch in the archive did not compile either. This is the patch i > committed. Please can you test it. > > Thanks > Andrew All works. Thank you. Tested on OLPCH2294. GDB output INFO: PASS: EXIT: Sergei