[U-Boot-Users] install_hdlr usage for interrupt handling

Hi list, I want an interrupt aware application running on u-boot.I found that install_hdlr() is available in the u-boot api. But jumptable_init() in common/exports.c has install _hdlr going in only for i386 and ppc.. am I missing something here?? Also,what would be the best way to install an interrupt handler?? I am on a custom blackfin 532 based board. TIA -- P

In message Pine.LNX.4.61.0602061932570.3687@mail.rri.local.net you wrote:
Hi list,
No, I'm Wolfgang.
I want an interrupt aware application running on u-boot.I found that install_hdlr() is available in the u-boot api. But jumptable_init() in common/exports.c has install _hdlr going in only for i386 and ppc.. am I
Coirrect. On other architectures this feature is not implemented yet.
missing something here?? Also,what would be the best way to install an interrupt handler?? I am on a custom blackfin 532 based board.
Fix interrupt support for BF and add install_hdlr() ...
Best regards,
Wolfgang Denk
participants (2)
-
Peeyush Prasad
-
Wolfgang Denk