diff options
| author | Peng Fan <peng.fan@nxp.com> | 2025-11-04 18:05:51 +0800 |
|---|---|---|
| committer | Fabio Estevam <festevam@nabladev.com> | 2025-11-04 12:45:30 -0300 |
| commit | 640fc920e2b929cd16fe3637a32ba569ef0f6867 (patch) | |
| tree | dd8bdacfbdb32ea2a41413d3aefb6004e5bd93bc /MAINTAINERS | |
| parent | e76f9a7c9720ea3be3afe4d28fa494c8535bc505 (diff) | |
remoteproc: Add imx_rproc driver to support NXP i.MX8MP/N
Support i.MX8MP/N with start/stop/device_to_virt/is_running/load
implemented. The device static configuration is mostly reused from
Linux Kernel with adapation to U-Boot dm_rproc_ops.
The booting method:
- load mmc 2:2 0x90000000 /lib/firmware/imx8mp_m7_DDR_rpmsg_lite_str_echo_
rtos.elf
- rproc load 0 0x90000000 ${filesize}
- rproc start 0
Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8c7d0e0ab2f..818a2d74fba 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -319,6 +319,7 @@ F: board/freescale/common/ F: common/spl/spl_imx_container.c F: doc/imx/ F: drivers/mailbox/imx-mailbox.c +F: drivers/remoteproc/imx* F: drivers/serial/serial_mxc.c F: include/imx_container.h |
