[PATCH 2/2] arm: rmobile: Add HopeRun HiHope RZ/G2M board support

Marek Vasut marek.vasut at gmail.com
Sat Sep 19 21:18:34 CEST 2020


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


More information about the U-Boot mailing list