
19 Sep
2020
19 Sep
'20
9:18 p.m.
On 9/19/20 8:38 PM, Biju Das wrote:
[...]
+int dram_init(void) +{ +return fdtdec_setup_mem_size_base(); }
+int dram_init_banksize(void) +{ +return fdtdec_setup_memory_banksize(); }
+void reset_cpu(ulong addr) +{ +writel(RST_CODE, RST_CA57RESCNT); +}
Isn't there CA53 core in the RZG2 too ?
Yes, big little CPU 2xCA57 + 4 xCA53. Do you want me to add reset code for
in case of CA53 boot mode???
I think if you can start U-Boot on either core, then the reset function should handle both, yes.
OK. Will fix this in V3.
Thanks