Some K3 devices like am62x and am64x have a M4 processor in the MCU voltage domain. This patch series introduces remoteproc M4 driver which will be used to load firmware into and start the M4 remote core.
This series also adds support for R5F cores on am64x SoCs in patch 2, sets up environment to load FW in remote cores in patch 3,4,5 and enables config options for remoteproc support in patch 6. This patch series was tested on am64x EVM using commands: => setenv dorprocboot 1 => run boot_rprocs Changes since v3: - Add patches 4 and 5 for remoteproc env support on am62x & am62px - Fix implicitly include warning - Add remoteproc support configs for am62x - Cleanup remoteproc configs for am62p and am64x. Hari Nagalla (6): remoteproc: k3-m4: Introduce K3 remote proc driver for M4 subsystem remoteproc: k3-r5: Add support for R5F cores on AM64x SoCs board: ti: am64x: Add remoteproc specific env support board: ti: am62x: Add remoteproc specific env support board: ti: am62px: Add remoteproc specific env support configs: am6*_evm_a53_defconfig: Enable remoteproc support board/ti/am62px/am62px.env | 6 + board/ti/am62x/am62x.env | 6 + board/ti/am64x/am64x.env | 6 + configs/am62px_evm_a53_defconfig | 1 - configs/am62x_evm_a53_defconfig | 2 + configs/am64x_evm_a53_defconfig | 4 +- drivers/remoteproc/Kconfig | 10 + drivers/remoteproc/Makefile | 1 + drivers/remoteproc/ti_k3_m4_rproc.c | 371 +++++++++++++++++++++++++++ drivers/remoteproc/ti_k3_r5f_rproc.c | 2 + 10 files changed, 407 insertions(+), 2 deletions(-) create mode 100644 drivers/remoteproc/ti_k3_m4_rproc.c base-commit: 021baf7b08cceb58bb850859dba1614424e16a83 -- 2.48.0