Hello. I'm interested in interacting with another device via u-boot. I've done som research and I don't see how I can utilize an interrupt handler via u-boot and the OMAP-L137. Any suggestions/help would be appreciated. Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello. I'm interested in interacting with another device via u-boot. I've done som research and I don't see how I can utilize an interrupt handler via u-boot and the OMAP-L137. Any suggestions/help would be appreciated. Thanks.
Hello,
AFAIK, U-Boot in general does not support interrupts. All the peripherals are implemented in polled mode. I have not heard of an instance of anyone using interrupts in U-Boot and adding support for interrupts would be involved task (need to take care of context switching etc).
Thanks,
Sekhar