[U-Boot] [PATCH v2 11/26] remoteproc: Introduce K3 C66 and C71 remoteproc driver

2019-09-04 Thread Lokesh Vutla
Certain SoCs with K3 architecture have integrated a C66 Corepac DSP subsystem and an advanced C71 DSPs. Introduce a remoteproc driver that that does take care of loading an elf to any of the specified DSPs and start it. Signed-off-by: Lokesh Vutla Signed-off-by: Suman Anna --- drivers/remotepro

Re: [U-Boot] [PATCH v2 11/26] remoteproc: Introduce K3 C66 and C71 remoteproc driver

2019-10-12 Thread Tom Rini
On Wed, Sep 04, 2019 at 04:01:36PM +0530, Lokesh Vutla wrote: > Certain SoCs with K3 architecture have integrated a C66 Corepac DSP > subsystem and an advanced C71 DSPs. Introduce a remoteproc driver > that that does take care of loading an elf to any of the specified > DSPs and start it. > > Sig