I'm running linux on ARM and DSPBIOS on the DSP core and I'd like to reserve a RAM area to ARM core and another area to DSP core and to protect those areas from erroneous access attempts from each cores to the other one. To do this I think I should initialize according to my needs the internal Memory protection unit. My question is: where is better to proceed in this kind of operation. I mean ubl, u-boot, linux or dspbios? Is there a kind of driver or software subsystem to configure to do this?
Thank you
Paolo