]> git.baikalelectronics.ru Git - uboot.git/commit
armv7r: K3: Allow SPL to run only on core 0
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 15 Nov 2018 05:34:50 +0000 (11:04 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 27 Nov 2018 03:52:11 +0000 (22:52 -0500)
commitee0b9d9fdc24d78c2c8a6e08ec7458976ad56f71
tree0729f8f35361062cc31ec767dc5f7852c63a6396
parentc378e8c1dd617fca0d88b75d129741fab909aa9a
armv7r: K3: Allow SPL to run only on core 0

Based on the MCU R5 efuse settings, R5F cores in MCU domain
either work in split mode or in lock step mode.

If efuse settings are in lockstep mode: ROM release R5 cores
and SPL continues to run on the R5 core is lockstep mode.

If efuse settings are in split mode: ROM releases both the R5
cores simultaneously and allow SPL to run on both the cores.
In this case it is bootloader's responsibility to detect core
1 and park it. Else both the core will be running bootloader
independently which might result in an unexpected behaviour.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-k3/Makefile
arch/arm/mach-k3/lowlevel_init.S [new file with mode: 0644]
include/configs/am65x_evm.h