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

2009-03-03 Thread Sachin Rane
); value |= TCR_DIE; mtspr(SPRN_TCR, value); /*Sachin: added - end */ //mtspr(SPRN_TCR, TCR_DIE); } Thanks. Regards, Sachin Rane ___ U-Boot

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,

[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

Re: [U-Boot] Watchdog and u-boot command prompt

2009-01-23 Thread Sachin Rane
everyone for helping me to solve this riddle. Regards, Sachin -Original Message- From: Sachin Rane Sent: Thursday, January 15, 2009 6:45 PM To: 'Wolfgang Denk' Cc: u-boot@lists.denx.de Subject: RE: [U-Boot] Watchdog and u-boot command prompt Hi, I suggest you submit a patch? I am

Re: [U-Boot] Watchdog and u-boot command prompt

2009-01-15 Thread Sachin Rane
Hi, I suggest you submit a patch? I am doing some kind of stress tetsing of the code to test the 'CONFIG_WATCHDOG' feature. Once I am done I will definitely give the patch for the 'missing' code. Thanks. Regards, Sachin ___ U-Boot mailing list

Re: [U-Boot] Watchdog and u-boot command prompt

2009-01-12 Thread Sachin Rane
- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Tuesday, January 13, 2009 12:44 AM To: Sachin Rane Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] Watchdog and u-boot command prompt Dear Sachin, In message 73fa539107892c4c8c7a5aca10c161c85be...@mx2.alphioncorp.local you wrote: I have enabled