Hallo, we previously implemented interprocessor communications between ARM -DSP on OMAP l-138 using dsp link,
for ARM-DSP , on ARM side we use the msgq.h feature e.g. MSGQ-alloc,MSGQ_get, MSGQ_put,,..
on the DSP side as the one receive the notification, we use #include "core/cl_ipc_inbound.h" #include "core/cl_ipc_outbound.h", features.
for DSP-ARM we use the Notify.h features using the NOTIFY_register and NOTIFY_notify functions.
I understand that the dsplink is being used in user space.
Now , we would like to have interprocessor communications ARM-DSP , DSP-ARM in kernel space.
Could we link to the dsplink on the kernel space, if not, then how could we implement the ARM-DSP DSP-ARM interprocessor communications, how
can ARM-DSP notifies each other in kernel space.
Regards
Ibrahim Budiarjo