public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Interrupt handlers in u-boot
@ 2009-04-08 11:02 prathika
  2009-04-08 12:42 ` Stefan Roese
  0 siblings, 1 reply; 6+ messages in thread
From: prathika @ 2009-04-08 11:02 UTC (permalink / raw)
  To: u-boot

Hi,
I am working on u-boot 1.1.6 version for PowerPC 440.I am using the 
hello world application from the examples folder.
I had no issues in loading and executing it.
Now I have enabled SPI interrupt in the application. I have written for 
SPI loopback.
My issue is, as there is no interrupt handler defined for the SPI in 
uboot, whenever i execute my application,
it says "Masking bogus interrupt for Vector 0x08". I am calling 
"install_irq_handler" function for assigning my own interrupt handler 
for SPI as part of my application itself.
I can understand that, there is no exclusive handler for SPI in uboot, 
so it is disabling the SPI interrupt and printing the BOGUS INTERRUPT 
message.
Now how do I get rid of this and have my own interrupt handler??
Some one please help.
Thanks all in advance.

Thanks & Regards,
Prathika R

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-04-09  8:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-08 11:02 [U-Boot] Interrupt handlers in u-boot prathika
2009-04-08 12:42 ` Stefan Roese
2009-04-09  4:44   ` prathika
2009-04-09  6:22   ` prathika
2009-04-09  7:06     ` Stefan Roese
2009-04-09  8:22       ` prathika

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox