summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/ti_k3_m4_rproc.c
AgeCommit message (Collapse)Author
2023-12-01Merge tag '09.01.00.006' into toradex_ti-09.01.00.006Emanuele Ghidoli
RC Release 09.01.00.006
2023-10-18remoteproc: ti_k3_m4_rproc: Fix build warningVignesh Raghavendra
Fix below warning by including appropriate header file drivers/remoteproc/ti_k3_m4_rproc.c: In function 'k3_m4_load': drivers/remoteproc/ti_k3_m4_rproc.c:151:9: warning: implicit declaration of function 'ti_secure_image_post_process' [-Wimplicit-function-declaration] 151 | ti_secure_image_post_process(&image_addr, &size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fixes: cf4727c2f602 ("remoteproc: k3-m4: Introduce K3 remote proc driver for M4 subsystem") Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
2023-09-05remoteproc: k3-m4: add missing security.h includeAndrejs Cainikovs
This change fixes following build error: drivers/remoteproc/ti_k3_m4_rproc.c:151:9: error: implicit declaration of function 'ti_secure_image_post_process' Upstream-Status: Inappropriate [other] This is downstream specific so far. This file is not present in mainline. Related-to: ELB-5351 Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
2023-05-30remoteproc: k3-m4: Introduce K3 remote proc driver for M4 subsystemHari Nagalla
Some K3 devices like AM64, AM62 devices have a M4 processor in MCU voltage domain. Add a remote proc driver to support this subsystem to be able to load and boot the M4 core. Signed-off-by: Hari Nagalla <hnagalla@ti.com>