How to enable SMP on LS1043A when running on 32-bit mode?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to enable SMP on LS1043A when running on 32-bit mode?

716 次查看
uncoldice
Contributor II

Hi,

On LS1043ardb board, when the CPU running on 64-bit mode, I can bring up the secondary core by bellow:

u64 r[7] = {0};

r[0] = 0xC4000003;

r[1] = cpuId;

r[2] = kernelAddr;

SMC #0

However, when I run the CPU on 32-bit compatible mode, I cannot bring up the secondary core after changing above u64 to u32, and r[0] to 0x84000003.

Is there any suggestions to enable SMP on 32-bit compatible mode? 


Thanks.

标签 (1)
0 项奖励
回复
0 回复数