From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Date: Mon, 15 Sep 2003 10:00:05 +0300 Subject: [U-Boot-Users] watchdog reset in mpc824x timer interrupt. In-Reply-To: <20030914190535.A20F2C59E4@atlas.denx.de> References: <20030914151427.GA16669@nbase.co.il> <20030914190535.A20F2C59E4@atlas.denx.de> Message-ID: <20030915070005.GC16669@nbase.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Denk, I've looked at timer_interrupt() on all Motorola CPUs and it seems it is possible to move most of the code from cpu/$(CPU)/interrupt.c directory to one common place (ppc_lib/interrupt.c for instance). Unfortunately I have only MPC8245 CPU for testing. On Sun, Sep 14, 2003 at 09:05:30PM +0200, Wolfgang Denk wrote: > Dear Gleb, > > in message <20030914151427.GA16669@nbase.co.il> you wrote: > > > > Attached patch makes timer_interrupt to perform watchdog reset on all > > boards that support watchdog and not only for OXC. > > Thanks, added. Will show up on CVS "soon" :-( > > Best regards, > > Wolfgang Denk > > -- > Software Engineering: Embedded and Realtime Systems, Embedded Linux > Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de > I am not now, nor have I ever been, a member of the demigodic party. > -- Dennis Ritchie > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > U-Boot-Users mailing list > U-Boot-Users at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/u-boot-users -- Gleb.