]> git.ipfire.org Git - thirdparty/u-boot.git/commit
remoteproc: renesas: Add Renesas R-Car Gen5 remote processor driver
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 15 Apr 2026 22:12:43 +0000 (00:12 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 5 May 2026 10:53:53 +0000 (12:53 +0200)
commit9f71b271dbe5fa3cd6cef0f803a4db82aca286ee
tree9bf3e6be6793c6c542499d144624c76a3b4652ec
parent8528f2ed208c5a2f52bece1c35a74fbe6c928a86
remoteproc: renesas: Add Renesas R-Car Gen5 remote processor driver

Add R-Car Gen5 RSIP controller remoteproc driver capable of starting
the SCP, Cortex-R52 and Cortex-A720 cores in Renesas R-Car R8A78000
X5H SoC. The SCP core is started by releasing the core from reset,
the Cortex-R52 and Cortex-A720 are started using the SCP SCMI call.
The entry point for SCP core is fixed to its STCM, entry points for
Cortex-R52 and Cortex-A720 are set during rproc load.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/remoteproc/Kconfig
drivers/remoteproc/Makefile
drivers/remoteproc/renesas_rsip.c [new file with mode: 0644]