Re: [U-Boot] Watchdog timer and booting in Linux kernel

2009-03-03 Thread Sachin Rane
Hi, We able to integrate u-boot with Linux along with Watchdog enabled for PPC440gx processor. Here I am giving the modification we did to make it work. The intention to write this mail is to provide a reference code for the people who wants to use Watchdog feature with PPC440gx. We have used u-

Re: [U-Boot] Watchdog timer and booting in Linux kernel

2009-01-28 Thread Wolfgang Denk
Dear "Sachin Rane", In message <73fa539107892c4c8c7a5aca10c161c85be...@mx2.alphioncorp.local> you wrote: > > >Why don't you use the existing code for example for 440EPx from our > kernel tree? > > Are you pointing to the code which comes under 'CONFIG_BOOKE_WDT' in > 'arch/powerpc/kernel/traps

Re: [U-Boot] Watchdog timer and booting in Linux kernel

2009-01-28 Thread Sachin Rane
Hi, Thanks for the reply. >Why don't you use the existing code for example for 440EPx from our kernel tree? Are you pointing to the code which comes under 'CONFIG_BOOKE_WDT' in 'arch/powerpc/kernel/traps.c'? If not, can you give me the location of the 'example' code in kerenl code? Regards, S

Re: [U-Boot] Watchdog timer and booting in Linux kernel

2009-01-27 Thread Wolfgang Denk
Dear Sachin Rane, In message <73fa539107892c4c8c7a5aca10c161c85be...@mx2.alphioncorp.local> you wrote: > > I am using u-boot and linux kernel on our custom PPC440gx board. > The board was booting without any issue. > > The board started rebooting while booting in linux kernel after enabled > t

[U-Boot] Watchdog timer and booting in Linux kernel

2009-01-27 Thread Sachin Rane
Hi, I am using u-boot and linux kernel on our custom PPC440gx board. The board was booting without any issue. The board started rebooting while booting in linux kernel after enabled the watchdog timer in u-boot by defining 'CONFIG_WATCHDOG'. I have observed that the board gets reset while booti