u-boot/drivers/remoteproc
Udit Kumar 3c8e18effc remoteproc: k3-dsp: Avoid reloading of firmware
DSP core is going into abnormal state when load callback is called
after starting of DSP core.
Reload of firmware needs core to be stopped first, followed by
load.
So avoid loading of firmware, when core is started.

Signed-off-by: Udit Kumar <u-kumar1@ti.com>
Reviewed-by: Apurva Nandan <a-nandan@ti.com>
2023-11-24 16:52:21 -06:00
..
Kconfig remoteproc: k3-m4: Introduce K3 remote proc driver for M4 subsystem 2023-05-30 06:35:37 -05:00
Makefile remoteproc: k3-m4: Introduce K3 remote proc driver for M4 subsystem 2023-05-30 06:35:37 -05:00
ipu_rproc.c remoteproc: ipu: Add driver to bring up ipu 2022-02-08 11:00:03 -05:00
k3_system_controller.c remoteproc: k3_system_controller: Support optional boot_notification channel 2022-02-08 09:41:26 -05:00
pru_rproc.c remoteproc: pru: Add support for various PRU cores on K3 AM65x SoCs 2021-07-15 17:56:04 +05:30
rproc-elf-loader.c
rproc-uclass.c remoteproc: uclass: Add remoteproc resource handling helpers 2022-02-08 11:00:03 -05:00
sandbox_testproc.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
stm32_copro.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
ti_k3_arm64_rproc.c remoteproc: ti_k3_arm64: Change the startup of arm64 core 2023-05-09 11:57:01 -05:00
ti_k3_dsp_rproc.c remoteproc: k3-dsp: Avoid reloading of firmware 2023-11-24 16:52:21 -06:00
ti_k3_m4_rproc.c remoteproc: ti_k3_m4_rproc: Fix build warning 2023-10-18 12:25:50 -05:00
ti_k3_r5f_rproc.c remoteproc: k3-r5: Add support for R5F cores on AM64x SoCs 2023-10-18 12:19:58 -05:00
ti_power_proc.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
ti_sci_proc.h