
18 Jun
2024
18 Jun
'24
8:46 p.m.
This series adds support for M4 remoteproc driver for K3 devices.
Logs: https://paste.sr.ht/~hnagalla/62811c4003c27ada83bc1c94500f7714ab30092a
Hari Nagalla (3): remoteproc: k3-m4: Introduce K3 remote proc driver for M4 subsystem configs: am62x_evm_a53_defconfig: Enable M4 remote proc driver board: ti: am62x: Add remote proc env variables
board/ti/am62x/am62x.env | 4 + configs/am62x_evm_a53_defconfig | 2 + drivers/remoteproc/Kconfig | 10 + drivers/remoteproc/Makefile | 1 + drivers/remoteproc/ti_k3_m4_rproc.c | 421 ++++++++++++++++++++++++++++ 5 files changed, 438 insertions(+) create mode 100644 drivers/remoteproc/ti_k3_m4_rproc.c
--
2.34.1