Re: [PATCH v3] remoteproc: xlnx: check remote core state
From: Beleswar Prasad Padhi
Date: Wed Apr 29 2026 - 00:29:05 EST
On 29/04/26 03:48, Tanmay Shah wrote:
> The remote state is set to RPROC_DETACHED if the resource table is found
> in the memory. However, this can be wrong if the remote is not started,
> but firmware is still loaded in the memory. Use PM_GET_NODE_STATUS call
> to the firmware to request the state of the RPU node. If the RPU is
> actually out of reset and running, only then move the remote state to
> RPROC_DETACHED, otherwise keep the remote state to RPROC_OFFLINE.
>
> Fixes: bca4b02ef92e ("remoteproc: xlnx: Add attach detach support")
> Signed-off-by: Tanmay Shah <tanmay.shah@xxxxxxx>
Reviewed-by: Beleswar Padhi <b-padhi@xxxxxx>
Thanks,
Beleswar
[...]