Re: [PATCH] remoteproc: imx_dsp_rproc: add module parameter to ignore ready flag from remote processor

From: Iuliana Prodan
Date: Tue Jan 17 2023 - 06:06:52 EST


On 1/17/2023 11:28 AM, Daniel Baluta wrote:
On Tue, Jan 17, 2023 at 1:21 AM Iuliana Prodan (OSS)
<iuliana.prodan@xxxxxxxxxxx> wrote:
From: Iuliana Prodan <iuliana.prodan@xxxxxxx>

There are cases when we want to test a simple "hello world"
application on the DSP and we don't have IPC between the cores.
Therefore, skip the wait for remote processor to start.

Added "ignoreready" flag while inserting the module to ignore
remote processor reply after start.
By default, this is off - do not ignore reply from rproc.
I think that ignore_dsp_ready would be a clearer name flag.

Done, I've sent a v3.

Thanks,

Iulia