[PATCH 05/06] ARM: shmobile: Common shmobile_scu_base in headsmp-scu.S
Bastian Hecht
hechtb at gmail.com
Mon Feb 18 09:56:46 EST 2013
Hi,
2013/2/17 Magnus Damm <magnus.damm at gmail.com>:
> Hello Bastian,
>
> On Mon, Feb 18, 2013 at 7:20 AM, Bastian Hecht <hechtb at gmail.com> wrote:
>> Hi,
>>
>> this breaks the secondary CPU startup when I test it. I think you
>> can't access shmobile_scu_address this way with the MMU still turned
>> off.
>>
>> But instead of
>>> + ldr r1, =shmobile_scu_base
>>> + ldr r1, [r1] @ SCU base address
>>
>> try
>>
>> + mrc p15, 4, r1, c15, c0, 0 @ get SCU base address
>>
>> to get it from the coprocessor.
>
> Thanks. Can you please let us know which platform you see this?
>
> I've executed this on sh73a0 and KZM9G myself without any issues.
>
> Could it be that you are powering down the power domain in your own code?
I saw it on the current HEAD of the next branch using my KZM9G. I
bisected it down to your commit. The problem appears right at boot
time when the 2nd CPU should be brought up.
Thanks,
Bastian
> Thanks,
>
> / magnus
More information about the linux-arm-kernel
mailing list