From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32539 invoked by alias); 2 Aug 2004 12:02:21 -0000 Mailing-List: contact ecos-maintainers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@sources.redhat.com Received: (qmail 32521 invoked from network); 2 Aug 2004 12:02:18 -0000 Message-ID: <1091448136.410e2d48adf27@imp5-q.free.fr> Date: Mon, 02 Aug 2004 12:02:00 -0000 From: davarn@free.fr To: Nick Garnett Cc: ecos-patches@ecos.sourceware.org, ecos-maintainers@ecos.sourceware.org Subject: Re: at91 watchdog on eb42 References: <1090845473.4104fb212a10b@imp5-q.free.fr> <1091001934.41075e4ea029d@imp6-q.free.fr> <1091172281.4109f7b959cff@imp5-q.free.fr> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.4 X-Originating-IP: 192.35.17.11 X-SW-Source: 2004-08/txt/msg00001.txt.bz2 Hello, The change is really the minimum, even if it is quite important. Tis is due to the fact that on eb42 board, if Interrupt is used in init_hw, the object is not already intialized so the attach function assert. Moving it in the start function make the thing work, and does not change the behavior at all. To be closer to the original code, it is necessary to investigate object intialization on eb42 board. David ARNAUD Selon Nick Garnett : > davarn@free.fr writes: > > > Here is the patch from current cvs version. > > A precision: ChangeLogvar is ChangeLog from hal/arm/at91/var/current > > If the patch need an assignement, let me know, i will do it quickly. > > > > This patch still seems to contain unnecessary and aparrently arbitrary > changes to the source base. Any changes to support the new EB42 > watchdog should be kept to a minimum. > > Your sourcebase seems to be out of step with current anoncvs. Read the > documentation in http://sources.redhat.com/ecos/patches.html about how > to prepare a patch. > > -- > Nick Garnett eCos Kernel Architect > http://www.ecoscentric.com/ The eCos and RedBoot experts > >