Hi Juan,
On Wed, Aug 15, 2012 at 6:25 PM, Juan Gutierrez [off-list ref] wrote:
Some remote processors (like Omap4's DSP) need to explicitly
set a boot address from which they start executing code when
taken out of reset.
Support for this has been added to remoteproc code through
a set_bootaddr function in the platform data which, if needed,
must be set according to the backend rproc.
For omap4's dsp we can use the next control funtion:
.set_bootaddr = omap_ctrl_write_dsp_boot_addr
Signed-off-by: Juan Gutierrez <redacted>
Applied with slight changes to the commit log. Thanks!
Ohad.