Skip to content
Commit fb49d6c2 authored by MD Danish Anwar's avatar MD Danish Anwar Committed by Tom Rini
Browse files

remoteproc: uclass: Add methods to load firmware to rproc and boot rproc



Add APIs to set a firmware_name to a rproc and boot the rproc with the
same firmware.

Clients can call rproc_set_firmware() API to set firmware_name for a rproc
whereas rproc_boot() will load the firmware set by rproc_set_firmware() to
a buffer by calling request_firmware_into_buf(). rproc_boot() will then
load the firmware file to the remote processor and start the remote
processor.

Signed-off-by: default avatarMD Danish Anwar <danishanwar@ti.com>
Acked-by: default avatarRavi Gunasekaran <r-gunasekaran@ti.com>
Reviewed-by: default avatarRoger Quadros <rogerq@kernel.org>
parent df479dde
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment