[U-Boot] Interrupt handler in U-Boot for MIPS based platform

2011-05-26 Thread Pandurang Kale
Hi all, I was working on enabling the watchdog timer in the U-Boot for MIPS based platform. I set up the timer and watchdog. when the timer expires, I need to kick the watchdog until the user timeout period expires. I see that for ARM we have do_irq function which gets called when there is int

Re: [U-Boot] Interrupt handler in U-Boot for MIPS based platform

2011-05-27 Thread Detlev Zundel
Hi Pandu, > Hi all, > > I was working on enabling the watchdog timer in the U-Boot for MIPS > based platform. I set up the timer and watchdog. when the timer expires, I > need to kick the watchdog until the user timeout period expires. > I see that for ARM we have do_irq function which gets ca

Re: [U-Boot] Interrupt handler in U-Boot for MIPS based platform

2011-05-27 Thread Shinya Kuribayashi
On 5/27/11 2:44 AM, Pandurang Kale wrote: >Has any one implemented it for MIPS based platform? If not, any hint to > get it working. https://www.ibm.com/developerworks/mydeveloperworks/blogs/ddou/entry/implementing_mips_interrupts_for_u_boot28?lang=en __