board: thead: licheepi4a: Bring up secondary cores in SPL

Setup core information and bring secondary HARTs up for a functional
multi-core system.

Signed-off-by: Yao Zi <ziyao@disroot.org>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
This commit is contained in:
Yao Zi
2025-06-06 04:28:04 +00:00
committed by Leo Yu-Chi Liang
parent ddb52eac41
commit a23c1b3fc0

View File

@@ -39,6 +39,9 @@ void board_init_f(ulong dummy)
if (ret)
panic("failed to bind CPU: %d\n", ret);
riscv_cpu_setup();
th1520_kick_secondary_cores();
spl_dram_init();
icache_enable();