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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user