
Hi Lokesh,
The following series all deal with the different R5F clusters on J721E SoCs. The first 2 patches change the default mode for the Main R5FSS1 cluster on J721E SoCs from LockStep-mode to Split-mode, and updates the env variable 'rproc_fw_binaries' to include this new core.
The last patch is a cleanup patch of the rproc env variables used by R5 SPL. R5 SPL boots the MCU R5FSS0 Core0 and Main R5FSS0 Core0, and uses some env variables for the fs_loader functionality. These are neither used nor are needed from the A72 U-Boot.
I have tested using both the older SYSFW and the newer SYSFW with the appropriate kernel changes. All patches are based on the latest master.
regards Suman
Suman Anna (3): arm: dts: k3-j721e-main: Configure MAIN R5FSS1 for Split-mode configs: j721e_evm: Add Main R5FSS1 Core1 to default rproc boot list env: ti: j721e-evm: Limit scope of rproc env variables used by R5 SPL
arch/arm/dts/k3-j721e-main.dtsi | 2 +- include/configs/j721e_evm.h | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-)