]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mach-k3: sysfw-loader: Add support for rom loading sysfw image
authorLokesh Vutla <lokeshvutla@ti.com>
Wed, 5 Aug 2020 17:14:18 +0000 (22:44 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 11 Aug 2020 15:04:46 +0000 (20:34 +0530)
commite970d40d69df1fd189fc79d1ffc58a78d5354b4e
treec9abba2503f4665b2e4c9df7e235bf41a0f00580
parent3bd36b64f148ba9b6a4d4f33656276dc7bd678ba
arm: mach-k3: sysfw-loader: Add support for rom loading sysfw image

Starting J7200 SoC, ROM supports for loading sysfw directly from boot
image. In such cases, SPL need not load sysfw from boot media, but need
to receive boot notification message from sysfw. So separate out
remoteproc calls for system controller from sysfw loader and just
receive the boot notification if sysfw is already loaded.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Suman Anna <s-anna@ti.com>
arch/arm/mach-k3/am6_init.c
arch/arm/mach-k3/include/mach/sysfw-loader.h
arch/arm/mach-k3/j721e_init.c
arch/arm/mach-k3/sysfw-loader.c