mbox series

[0/4] Add remoteproc driver for AM62a SoC

Message ID 20240509142037.32064-1-hnagalla@ti.com
Headers show
Series Add remoteproc driver for AM62a SoC | expand

Message

Hari Nagalla May 9, 2024, 2:20 p.m. UTC
This series adds relevant ip data in remoteproc driver for AM62a devices.

Logs: https://paste.sr.ht/~hnagalla/5e20838705c1d688bca81886dad56451b56d3913

Hari Nagalla (4):
  remoteproc: k3-dsp: Enable C71x support for AM62A
  remoteproc: k3-r5: Add support for R5F core on AM62A SoCs
  configs: am62ax: enable remote proc drivers
  board: ti: am62ax: Add support for remote proc load

 board/ti/am62ax/am62ax.env           |  4 ++++
 configs/am62ax_evm_a53_defconfig     |  3 +++
 drivers/remoteproc/ti_k3_dsp_rproc.c | 13 +++++++++++--
 drivers/remoteproc/ti_k3_r5f_rproc.c | 29 ++++++++++++++++++++++++++--
 4 files changed, 45 insertions(+), 4 deletions(-)

Comments

Tom Rini May 15, 2024, 11:28 p.m. UTC | #1
On Thu, 09 May 2024 09:20:33 -0500, Hari Nagalla wrote:

> This series adds relevant ip data in remoteproc driver for AM62a devices.
> 
> Logs: https://paste.sr.ht/~hnagalla/5e20838705c1d688bca81886dad56451b56d3913
> 
> Hari Nagalla (4):
>   remoteproc: k3-dsp: Enable C71x support for AM62A
>   remoteproc: k3-r5: Add support for R5F core on AM62A SoCs
>   configs: am62ax: enable remote proc drivers
>   board: ti: am62ax: Add support for remote proc load
> 
> [...]

Applied to u-boot/next, thanks!