* Re: exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online
@ 2014-10-09 3:06 Abhilash Kesavan
2014-10-09 21:58 ` Kevin Hilman
0 siblings, 1 reply; 19+ messages in thread
From: Abhilash Kesavan @ 2014-10-09 3:06 UTC (permalink / raw)
To: Kevin Hilman, CHANDER KASHYAP
Cc: linux-samsung-soc@vger.kernel.org, linaro-kernel@lists.linaro.org,
Mauro Ribeiro
Hi Kevin,
I had noticed a similar issue where only 6 cores would come up during development on 5420. This was because there was a check in our u-boot secondary boot-up path which would put a core into WFI if a flag was not present and hence fail to boot. I wonder if it is the same situation in your case too.
Is the u-boot for odroid-xu3 publically available or can you check if there is any such code present in your secondary bring-up path.
Regards,
Abhilash
------- Original Message -------
Sender : Kevin Hilman<khilman@linaro.org>
Date : Oct 09, 2014 00:28 (GMT+05:30)
Title : exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online
Hi Chander, Abhilash,
I'm using the exynos5422 odroid-xu3 and only 6 of 8 cores are coming
online when using MCPM[1]. All the A15s are booting but only 2 of the
A7s, one of which is the primary CPU.
After booting, if I try to manually bring one of the CPUs online via
/sys/devices/.../cpuX/online, I hit the BUG() in
mcpm-exynos.c:exynos_power_up().
Any ideas why 2 of the A7s aren't booting up?
Kevin
[1]
[ 0.001719] CPU: Testing write buffer coherency: ok
[ 0.002171] CPU0: update cpu_capacity 448
[ 0.002187] CPU0: thread -1, cpu 0, socket 1, mpidr 80000100
[ 0.002429] Setting up static identity map for 0x4046df70 - 0x4046dfc8
[ 0.002732] ARM CCI driver probed
[ 0.002815] exynos_mcpm_usage_count_init: cpu 0 cluster 1
[ 0.003010] Exynos MCPM support installed
[ 0.030310] mcpm_boot_secondary: logical CPU 1 is physical CPU 0 cluster 0
[ 0.030326] exynos_power_up: cpu 0 cluster 0
[ 0.030626] CPU1: Booted secondary processor
[ 0.030686] CPU1: update cpu_capacity 1535
[ 0.030693] CPU1: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.040314] mcpm_boot_secondary: logical CPU 2 is physical CPU 1 cluster 0
[ 0.040340] exynos_power_up: cpu 1 cluster 0
[ 0.040629] CPU2: Booted secondary processor
[ 0.040672] CPU2: update cpu_capacity 1535
[ 0.040679] CPU2: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.050321] mcpm_boot_secondary: logical CPU 3 is physical CPU 2 cluster 0
[ 0.050347] exynos_power_up: cpu 2 cluster 0
[ 0.050659] CPU3: Booted secondary processor
[ 0.050703] CPU3: update cpu_capacity 1535
[ 0.050710] CPU3: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.060316] mcpm_boot_secondary: logical CPU 4 is physical CPU 3 cluster 0
[ 0.060343] exynos_power_up: cpu 3 cluster 0
[ 0.060631] CPU4: Booted secondary processor
[ 0.060675] CPU4: update cpu_capacity 1535
[ 0.060682] CPU4: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.070316] mcpm_boot_secondary: logical CPU 5 is physical CPU 1 cluster 1
[ 0.070343] exynos_power_up: cpu 1 cluster 1
[ 1.070007] CPU5: failed to come online
[ 1.080322] mcpm_boot_secondary: logical CPU 6 is physical CPU 2 cluster 1
[ 1.080337] exynos_power_up: cpu 2 cluster 1
[ 1.080625] CPU6: Booted secondary processor
[ 1.080691] CPU6: update cpu_capacity 448
[ 1.080699] CPU6: thread -1, cpu 2, socket 1, mpidr 80000102
[ 1.090331] mcpm_boot_secondary: logical CPU 7 is physical CPU 3 cluster 1
[ 1.090356] exynos_power_up: cpu 3 cluster 1
[ 2.090023] CPU7: failed to come online
[ 2.090055] Brought up 6 CPUs
[ 2.090067] SMP: Total of 6 processors activated.
[ 2.090079] CPU: WARNING: CPU(s) started in wrong/inconsistent
modes (primary CPU mode 0x13)
[ 2.090089] CPU: This may indicate a broken bootloader or firmware.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online
2014-10-09 3:06 exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online Abhilash Kesavan
@ 2014-10-09 21:58 ` Kevin Hilman
2014-10-15 11:35 ` Joonyoung Shim
0 siblings, 1 reply; 19+ messages in thread
From: Kevin Hilman @ 2014-10-09 21:58 UTC (permalink / raw)
To: a.kesavan
Cc: CHANDER KASHYAP, Mauro Ribeiro, linux-samsung-soc@vger.kernel.org,
linaro-kernel@lists.linaro.org
Hi Abhilash,
Abhilash Kesavan <a.kesavan@samsung.com> writes:
> I had noticed a similar issue where only 6 cores would come up during
> development on 5420. This was because there was a check in our u-boot
> secondary boot-up path which would put a core into WFI if a flag was
> not present and hence fail to boot. I wonder if it is the same
> situation in your case too.
> Is the u-boot for odroid-xu3 publically available or can you check if there is any such code present in your secondary bring-up path.
I'm using the hardkernel u-boot[1], branch: odroidxu3-v2012.07. I'm
currently using the pre-built binaries that are in the
sd_fuse/hardkernel directory of that branch, but I can rebuild u-boot if
needed.
I'm not very familiar with u-boot, but if f you have some pointers where
to start looking in that code, that would be helpful.
Kevin
[1] https://github.com/hardkernel/u-boot.git
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online
2014-10-09 21:58 ` Kevin Hilman
@ 2014-10-15 11:35 ` Joonyoung Shim
2014-10-17 12:06 ` Kevin Hilman
0 siblings, 1 reply; 19+ messages in thread
From: Joonyoung Shim @ 2014-10-15 11:35 UTC (permalink / raw)
To: linux-samsung-soc
Hi,
Kevin Hilman <khilman <at> kernel.org> writes:
>
> Hi Abhilash,
>
> Abhilash Kesavan <a.kesavan <at> samsung.com> writes:
>
> > I had noticed a similar issue where only 6 cores would come up during
> > development on 5420. This was because there was a check in our u-boot
> > secondary boot-up path which would put a core into WFI if a flag was
> > not present and hence fail to boot. I wonder if it is the same
> > situation in your case too.
> > Is the u-boot for odroid-xu3 publically available or can you check if
there is any such code present in your
> secondary bring-up path.
>
> I'm using the hardkernel u-boot[1], branch: odroidxu3-v2012.07. I'm
> currently using the pre-built binaries that are in the
> sd_fuse/hardkernel directory of that branch, but I can rebuild u-boot if
> needed.
>
> I'm not very familiar with u-boot, but if f you have some pointers where
> to start looking in that code, that would be helpful.
>
> Kevin
>
> [1] https://github.com/hardkernel/u-boot.git
>
>
It seems to need magic code.
Please refer
https://github.com/abhijeet-dev/linux-samsung/commit
/553b7f40465ab4fad6c270f289cd4780942f7fae
Thanks.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online
2014-10-15 11:35 ` Joonyoung Shim
@ 2014-10-17 12:06 ` Kevin Hilman
2014-10-23 1:04 ` Joonyoung Shim
0 siblings, 1 reply; 19+ messages in thread
From: Kevin Hilman @ 2014-10-17 12:06 UTC (permalink / raw)
To: Joonyoung Shim; +Cc: linux-samsung-soc@vger.kernel.org
On Wed, Oct 15, 2014 at 4:35 AM, Joonyoung Shim <jy0922.shim@samsung.com> wrote:
> Hi,
>
> Kevin Hilman <khilman <at> kernel.org> writes:
>
>>
>> Hi Abhilash,
>>
>> Abhilash Kesavan <a.kesavan <at> samsung.com> writes:
>>
>> > I had noticed a similar issue where only 6 cores would come up during
>> > development on 5420. This was because there was a check in our u-boot
>> > secondary boot-up path which would put a core into WFI if a flag was
>> > not present and hence fail to boot. I wonder if it is the same
>> > situation in your case too.
>> > Is the u-boot for odroid-xu3 publically available or can you check if
> there is any such code present in your
>> secondary bring-up path.
>>
>> I'm using the hardkernel u-boot[1], branch: odroidxu3-v2012.07. I'm
>> currently using the pre-built binaries that are in the
>> sd_fuse/hardkernel directory of that branch, but I can rebuild u-boot if
>> needed.
>>
>> I'm not very familiar with u-boot, but if f you have some pointers where
>> to start looking in that code, that would be helpful.
>>
>> Kevin
>>
>> [1] https://github.com/hardkernel/u-boot.git
>>
>>
>
> It seems to need magic code.
>
> Please refer
> https://github.com/abhijeet-dev/linux-samsung/commit/553b7f40465ab4fad6c270f289cd4780942f7fae
Thanks, Abhilash had pointed me to the same code, and it works. But...
Can someone explain this "magic", ideally in the form of a changelog
and patch submitted upstream?
Kevin
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online
2014-10-17 12:06 ` Kevin Hilman
@ 2014-10-23 1:04 ` Joonyoung Shim
2014-10-23 1:17 ` Joonyoung Shim
0 siblings, 1 reply; 19+ messages in thread
From: Joonyoung Shim @ 2014-10-23 1:04 UTC (permalink / raw)
To: Kevin Hilman; +Cc: linux-samsung-soc@vger.kernel.org, a.kesavan, k.chander
Hi,
On 10/17/2014 09:06 PM, Kevin Hilman wrote:
> On Wed, Oct 15, 2014 at 4:35 AM, Joonyoung Shim <jy0922.shim@samsung.com> wrote:
>> Hi,
>>
>> Kevin Hilman <khilman <at> kernel.org> writes:
>>
>>>
>>> Hi hdmi_resources_init,
>>>
>>> Abhilash Kesavan <a.kesavan <at> samsung.com> writes:
>>>
>>>> I had noticed a similar issue where only 6 cores would come up during
>>>> development on 5420. This was because there was a check in our u-boot
>>>> secondary boot-up path which would put a core into WFI if a flag was
>>>> not present and hence fail to boot. I wonder if it is the same
>>>> situation in your case too.
>>>> Is the u-boot for odroid-xu3 publically available or can you check if
>> there is any such code present in your
>>> secondary bring-up path.
>>>
>>> I'm using the hardkernel u-boot[1], branch: odroidxu3-v2012.07. I'm
>>> currently using the pre-built binaries that are in the
>>> sd_fuse/hardkernel directory of that branch, but I can rebuild u-boot if
>>> needed.
>>>
>>> I'm not very familiar with u-boot, but if f you have some pointers where
>>> to start looking in that code, that would be helpful.
>>>
>>> Kevin
>>>
>>> [1] https://github.com/hardkernel/u-boot.git
>>>
>>>
>>
>> It seems to need magic code.
>>
>> Please refer
>> https://github.com/abhijeet-dev/linux-samsung/commit/553b7f40465ab4fad6c270f289cd4780942f7fae
>
> Thanks, Abhilash had pointed me to the same code, and it works. But...
>
> Can someone explain this "magic", ideally in the form of a changelog
> and patch submitted upstream?
>
I also really wonder.
One more problem, cpu0 doesn't boot after offline and system is halted.
# echo 0 > /sys/devices/system/cpu/cpu0/online
[ 28.027852] IRQ152 no longer affine to CPU0
[ 28.028087] IRQ256 no longer affine to CPU0
[ 28.028344] CPU0: shutdown
#
# echo 1 > /sys/devices/system/cpu/cpu0/online
So, it's failed script[1] to test MCPM functionalities
Thanks.
[1]: http://www.spinics.net/lists/arm-kernel/msg330946.html
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online
2014-10-23 1:04 ` Joonyoung Shim
@ 2014-10-23 1:17 ` Joonyoung Shim
2014-10-23 1:25 ` Mauro Ribeiro
2014-10-23 18:01 ` Kevin Hilman
0 siblings, 2 replies; 19+ messages in thread
From: Joonyoung Shim @ 2014-10-23 1:17 UTC (permalink / raw)
To: Kevin Hilman
Cc: linux-samsung-soc@vger.kernel.org, a.kesavan, k.chander,
mauro.ribeiro, abhijeet
Add Cc the patch author and committer from github.
On 10/23/2014 10:04 AM, Joonyoung Shim wrote:
> Hi,
>
> On 10/17/2014 09:06 PM, Kevin Hilman wrote:
>> On Wed, Oct 15, 2014 at 4:35 AM, Joonyoung Shim <jy0922.shim@samsung.com> wrote:
>>> Hi,
>>>
>>> Kevin Hilman <khilman <at> kernel.org> writes:
>>>
>>>>
>>>> Hi hdmi_resources_init,
>>>>
>>>> Abhilash Kesavan <a.kesavan <at> samsung.com> writes:
>>>>
>>>>> I had noticed a similar issue where only 6 cores would come up during
>>>>> development on 5420. This was because there was a check in our u-boot
>>>>> secondary boot-up path which would put a core into WFI if a flag was
>>>>> not present and hence fail to boot. I wonder if it is the same
>>>>> situation in your case too.
>>>>> Is the u-boot for odroid-xu3 publically available or can you check if
>>> there is any such code present in your
>>>> secondary bring-up path.
>>>>
>>>> I'm using the hardkernel u-boot[1], branch: odroidxu3-v2012.07. I'm
>>>> currently using the pre-built binaries that are in the
>>>> sd_fuse/hardkernel directory of that branch, but I can rebuild u-boot if
>>>> needed.
>>>>
>>>> I'm not very familiar with u-boot, but if f you have some pointers where
>>>> to start looking in that code, that would be helpful.
>>>>
>>>> Kevin
>>>>
>>>> [1] https://github.com/hardkernel/u-boot.git
>>>>
>>>>
>>>
>>> It seems to need magic code.
>>>
>>> Please refer
>>> https://github.com/abhijeet-dev/linux-samsung/commit/553b7f40465ab4fad6c270f289cd4780942f7fae
>>
>> Thanks, Abhilash had pointed me to the same code, and it works. But...
>>
>> Can someone explain this "magic", ideally in the form of a changelog
>> and patch submitted upstream?
>>
>
> I also really wonder.
>
> One more problem, cpu0 doesn't boot after offline and system is halted.
>
> # echo 0 > /sys/devices/system/cpu/cpu0/online
> [ 28.027852] IRQ152 no longer affine to CPU0
> [ 28.028087] IRQ256 no longer affine to CPU0
> [ 28.028344] CPU0: shutdown
> #
> # echo 1 > /sys/devices/system/cpu/cpu0/online
>
> So, it's failed script[1] to test MCPM functionalities
>
> Thanks.
>
> [1]: http://www.spinics.net/lists/arm-kernel/msg330946.html
>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online
2014-10-23 1:17 ` Joonyoung Shim
@ 2014-10-23 1:25 ` Mauro Ribeiro
2014-10-23 1:36 ` Joonyoung Shim
2014-10-23 18:01 ` Kevin Hilman
1 sibling, 1 reply; 19+ messages in thread
From: Mauro Ribeiro @ 2014-10-23 1:25 UTC (permalink / raw)
To: Joonyoung Shim
Cc: Kevin Hilman, linux-samsung-soc@vger.kernel.org, a.kesavan,
k.chander, Mauro Ribeiro, abhijeet
Joonyoung,
This patch was provided by Samsung and if someone can explain is you
guys from Samsung.
I have no idea of the logics behind this or what it would take to fix it.
Keep in mind that our u-boot and kernel (downstream 3.10) is part of
Samsung provided BSP.
Would be nice if you guys could explain this.
On Wed, Oct 22, 2014 at 11:17 PM, Joonyoung Shim
<jy0922.shim@samsung.com> wrote:
> Add Cc the patch author and committer from github.
>
> On 10/23/2014 10:04 AM, Joonyoung Shim wrote:
>> Hi,
>>
>> On 10/17/2014 09:06 PM, Kevin Hilman wrote:
>>> On Wed, Oct 15, 2014 at 4:35 AM, Joonyoung Shim <jy0922.shim@samsung.com> wrote:
>>>> Hi,
>>>>
>>>> Kevin Hilman <khilman <at> kernel.org> writes:
>>>>
>>>>>
>>>>> Hi hdmi_resources_init,
>>>>>
>>>>> Abhilash Kesavan <a.kesavan <at> samsung.com> writes:
>>>>>
>>>>>> I had noticed a similar issue where only 6 cores would come up during
>>>>>> development on 5420. This was because there was a check in our u-boot
>>>>>> secondary boot-up path which would put a core into WFI if a flag was
>>>>>> not present and hence fail to boot. I wonder if it is the same
>>>>>> situation in your case too.
>>>>>> Is the u-boot for odroid-xu3 publically available or can you check if
>>>> there is any such code present in your
>>>>> secondary bring-up path.
>>>>>
>>>>> I'm using the hardkernel u-boot[1], branch: odroidxu3-v2012.07. I'm
>>>>> currently using the pre-built binaries that are in the
>>>>> sd_fuse/hardkernel directory of that branch, but I can rebuild u-boot if
>>>>> needed.
>>>>>
>>>>> I'm not very familiar with u-boot, but if f you have some pointers where
>>>>> to start looking in that code, that would be helpful.
>>>>>
>>>>> Kevin
>>>>>
>>>>> [1] https://github.com/hardkernel/u-boot.git
>>>>>
>>>>>
>>>>
>>>> It seems to need magic code.
>>>>
>>>> Please refer
>>>> https://github.com/abhijeet-dev/linux-samsung/commit/553b7f40465ab4fad6c270f289cd4780942f7fae
>>>
>>> Thanks, Abhilash had pointed me to the same code, and it works. But...
>>>
>>> Can someone explain this "magic", ideally in the form of a changelog
>>> and patch submitted upstream?
>>>
>>
>> I also really wonder.
>>
>> One more problem, cpu0 doesn't boot after offline and system is halted.
>>
>> # echo 0 > /sys/devices/system/cpu/cpu0/online
>> [ 28.027852] IRQ152 no longer affine to CPU0
>> [ 28.028087] IRQ256 no longer affine to CPU0
>> [ 28.028344] CPU0: shutdown
>> #
>> # echo 1 > /sys/devices/system/cpu/cpu0/online
>>
>> So, it's failed script[1] to test MCPM functionalities
>>
>> Thanks.
>>
>> [1]: http://www.spinics.net/lists/arm-kernel/msg330946.html
>>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online
2014-10-23 1:25 ` Mauro Ribeiro
@ 2014-10-23 1:36 ` Joonyoung Shim
2014-10-23 1:42 ` Mauro Ribeiro
0 siblings, 1 reply; 19+ messages in thread
From: Joonyoung Shim @ 2014-10-23 1:36 UTC (permalink / raw)
To: Mauro Ribeiro
Cc: Kevin Hilman, linux-samsung-soc@vger.kernel.org, a.kesavan,
k.chander, Mauro Ribeiro, abhijeet,
kgene.kim@samsung.com >> Kukjin Kim
On 10/23/2014 10:25 AM, Mauro Ribeiro wrote:
> Joonyoung,
>
> This patch was provided by Samsung and if someone can explain is you
> guys from Samsung.
> I have no idea of the logics behind this or what it would take to fix it.
> Keep in mind that our u-boot and kernel (downstream 3.10) is part of
> Samsung provided BSP.
> Would be nice if you guys could explain this.
>
Mauro,
Thanks to reply, do you know author of this patch written by Samsung?
To Kukjin,
The patch[1] seems to come from S.LSI guys, could you contact about this?
[1]: https://github.com/abhijeet-dev/linux-samsung/commit/553b7f40465ab4fad6c270f289cd4780942f7fae
>
>
> On Wed, Oct 22, 2014 at 11:17 PM, Joonyoung Shim
> <jy0922.shim@samsung.com> wrote:
>> Add Cc the patch author and committer from github.
>>
>> On 10/23/2014 10:04 AM, Joonyoung Shim wrote:
>>> Hi,
>>>
>>> On 10/17/2014 09:06 PM, Kevin Hilman wrote:
>>>> On Wed, Oct 15, 2014 at 4:35 AM, Joonyoung Shim <jy0922.shim@samsung.com> wrote:
>>>>> Hi,
>>>>>
>>>>> Kevin Hilman <khilman <at> kernel.org> writes:
>>>>>
>>>>>>
>>>>>> Hi hdmi_resources_init,
>>>>>>
>>>>>> Abhilash Kesavan <a.kesavan <at> samsung.com> writes:
>>>>>>
>>>>>>> I had noticed a similar issue where only 6 cores would come up during
>>>>>>> development on 5420. This was because there was a check in our u-boot
>>>>>>> secondary boot-up path which would put a core into WFI if a flag was
>>>>>>> not present and hence fail to boot. I wonder if it is the same
>>>>>>> situation in your case too.
>>>>>>> Is the u-boot for odroid-xu3 publically available or can you check if
>>>>> there is any such code present in your
>>>>>> secondary bring-up path.
>>>>>>
>>>>>> I'm using the hardkernel u-boot[1], branch: odroidxu3-v2012.07. I'm
>>>>>> currently using the pre-built binaries that are in the
>>>>>> sd_fuse/hardkernel directory of that branch, but I can rebuild u-boot if
>>>>>> needed.
>>>>>>
>>>>>> I'm not very familiar with u-boot, but if f you have some pointers where
>>>>>> to start looking in that code, that would be helpful.
>>>>>>
>>>>>> Kevin
>>>>>>
>>>>>> [1] https://github.com/hardkernel/u-boot.git
>>>>>>
>>>>>>
>>>>>
>>>>> It seems to need magic code.
>>>>>
>>>>> Please refer
>>>>> https://github.com/abhijeet-dev/linux-samsung/commit/553b7f40465ab4fad6c270f289cd4780942f7fae
>>>>
>>>> Thanks, Abhilash had pointed me to the same code, and it works. But...
>>>>
>>>> Can someone explain this "magic", ideally in the form of a changelog
>>>> and patch submitted upstream?
>>>>
>>>
>>> I also really wonder.
>>>
>>> One more problem, cpu0 doesn't boot after offline and system is halted.
>>>
>>> # echo 0 > /sys/devices/system/cpu/cpu0/online
>>> [ 28.027852] IRQ152 no longer affine to CPU0
>>> [ 28.028087] IRQ256 no longer affine to CPU0
>>> [ 28.028344] CPU0: shutdown
>>> #
>>> # echo 1 > /sys/devices/system/cpu/cpu0/online
>>>
>>> So, it's failed script[1] to test MCPM functionalities
>>>
>>> Thanks.
>>>
>>> [1]: http://www.spinics.net/lists/arm-kernel/msg330946.html
>>>
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online
2014-10-23 1:36 ` Joonyoung Shim
@ 2014-10-23 1:42 ` Mauro Ribeiro
2014-10-23 1:49 ` Joonyoung Shim
0 siblings, 1 reply; 19+ messages in thread
From: Mauro Ribeiro @ 2014-10-23 1:42 UTC (permalink / raw)
To: Joonyoung Shim
Cc: Kevin Hilman, linux-samsung-soc@vger.kernel.org, a.kesavan,
k.chander, Mauro Ribeiro, abhijeet,
kgene.kim@samsung.com >> Kukjin Kim
Joonyoung,
Abhilash looks to be the father of it...
Also I have no idea why I'm appearing as a commiter of that.. as me or
anyone from Hardkernel doesn't have access to that github account or
contributed to it.
I do have a 3.17 branch here locally on my computer but its not public anywhere.
On Wed, Oct 22, 2014 at 11:36 PM, Joonyoung Shim
<jy0922.shim@samsung.com> wrote:
> On 10/23/2014 10:25 AM, Mauro Ribeiro wrote:
>> Joonyoung,
>>
>> This patch was provided by Samsung and if someone can explain is you
>> guys from Samsung.
>> I have no idea of the logics behind this or what it would take to fix it.
>> Keep in mind that our u-boot and kernel (downstream 3.10) is part of
>> Samsung provided BSP.
>> Would be nice if you guys could explain this.
>>
>
> Mauro,
>
> Thanks to reply, do you know author of this patch written by Samsung?
>
>
> To Kukjin,
>
> The patch[1] seems to come from S.LSI guys, could you contact about this?
>
> [1]: https://github.com/abhijeet-dev/linux-samsung/commit/553b7f40465ab4fad6c270f289cd4780942f7fae
>
>>
>>
>> On Wed, Oct 22, 2014 at 11:17 PM, Joonyoung Shim
>> <jy0922.shim@samsung.com> wrote:
>>> Add Cc the patch author and committer from github.
>>>
>>> On 10/23/2014 10:04 AM, Joonyoung Shim wrote:
>>>> Hi,
>>>>
>>>> On 10/17/2014 09:06 PM, Kevin Hilman wrote:
>>>>> On Wed, Oct 15, 2014 at 4:35 AM, Joonyoung Shim <jy0922.shim@samsung.com> wrote:
>>>>>> Hi,
>>>>>>
>>>>>> Kevin Hilman <khilman <at> kernel.org> writes:
>>>>>>
>>>>>>>
>>>>>>> Hi hdmi_resources_init,
>>>>>>>
>>>>>>> Abhilash Kesavan <a.kesavan <at> samsung.com> writes:
>>>>>>>
>>>>>>>> I had noticed a similar issue where only 6 cores would come up during
>>>>>>>> development on 5420. This was because there was a check in our u-boot
>>>>>>>> secondary boot-up path which would put a core into WFI if a flag was
>>>>>>>> not present and hence fail to boot. I wonder if it is the same
>>>>>>>> situation in your case too.
>>>>>>>> Is the u-boot for odroid-xu3 publically available or can you check if
>>>>>> there is any such code present in your
>>>>>>> secondary bring-up path.
>>>>>>>
>>>>>>> I'm using the hardkernel u-boot[1], branch: odroidxu3-v2012.07. I'm
>>>>>>> currently using the pre-built binaries that are in the
>>>>>>> sd_fuse/hardkernel directory of that branch, but I can rebuild u-boot if
>>>>>>> needed.
>>>>>>>
>>>>>>> I'm not very familiar with u-boot, but if f you have some pointers where
>>>>>>> to start looking in that code, that would be helpful.
>>>>>>>
>>>>>>> Kevin
>>>>>>>
>>>>>>> [1] https://github.com/hardkernel/u-boot.git
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> It seems to need magic code.
>>>>>>
>>>>>> Please refer
>>>>>> https://github.com/abhijeet-dev/linux-samsung/commit/553b7f40465ab4fad6c270f289cd4780942f7fae
>>>>>
>>>>> Thanks, Abhilash had pointed me to the same code, and it works. But...
>>>>>
>>>>> Can someone explain this "magic", ideally in the form of a changelog
>>>>> and patch submitted upstream?
>>>>>
>>>>
>>>> I also really wonder.
>>>>
>>>> One more problem, cpu0 doesn't boot after offline and system is halted.
>>>>
>>>> # echo 0 > /sys/devices/system/cpu/cpu0/online
>>>> [ 28.027852] IRQ152 no longer affine to CPU0
>>>> [ 28.028087] IRQ256 no longer affine to CPU0
>>>> [ 28.028344] CPU0: shutdown
>>>> #
>>>> # echo 1 > /sys/devices/system/cpu/cpu0/online
>>>>
>>>> So, it's failed script[1] to test MCPM functionalities
>>>>
>>>> Thanks.
>>>>
>>>> [1]: http://www.spinics.net/lists/arm-kernel/msg330946.html
>>>>
>>>
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online
2014-10-23 1:42 ` Mauro Ribeiro
@ 2014-10-23 1:49 ` Joonyoung Shim
2014-10-23 1:54 ` Joonyoung Shim
0 siblings, 1 reply; 19+ messages in thread
From: Joonyoung Shim @ 2014-10-23 1:49 UTC (permalink / raw)
To: Mauro Ribeiro
Cc: Kevin Hilman, linux-samsung-soc@vger.kernel.org, a.kesavan,
k.chander, Mauro Ribeiro, abhijeet,
kgene.kim@samsung.com >> Kukjin Kim
Hi,
On 10/23/2014 10:42 AM, Mauro Ribeiro wrote:
> Joonyoung,
>
> Abhilash looks to be the father of it...
> Also I have no idea why I'm appearing as a commiter of that.. as me or
> anyone from Hardkernel doesn't have access to that github account or
> contributed to it.
> I do have a 3.17 branch here locally on my computer but its not public anywhere.
You are just author of the patch on github and it was committed to github by Abhilash.
Thanks.
>
> On Wed, Oct 22, 2014 at 11:36 PM, Joonyoung Shim
> <jy0922.shim@samsung.com> wrote:
>> On 10/23/2014 10:25 AM, Mauro Ribeiro wrote:
>>> Joonyoung,
>>>
>>> This patch was provided by Samsung and if someone can explain is you
>>> guys from Samsung.
>>> I have no idea of the logics behind this or what it would take to fix it.
>>> Keep in mind that our u-boot and kernel (downstream 3.10) is part of
>>> Samsung provided BSP.
>>> Would be nice if you guys could explain this.
>>>
>>
>> Mauro,
>>
>> Thanks to reply, do you know author of this patch written by Samsung?
>>
>>
>> To Kukjin,
>>
>> The patch[1] seems to come from S.LSI guys, could you contact about this?
>>
>> [1]: https://github.com/abhijeet-dev/linux-samsung/commit/553b7f40465ab4fad6c270f289cd4780942f7fae
>>
>>>
>>>
>>> On Wed, Oct 22, 2014 at 11:17 PM, Joonyoung Shim
>>> <jy0922.shim@samsung.com> wrote:
>>>> Add Cc the patch author and committer from github.
>>>>
>>>> On 10/23/2014 10:04 AM, Joonyoung Shim wrote:
>>>>> Hi,
>>>>>
>>>>> On 10/17/2014 09:06 PM, Kevin Hilman wrote:
>>>>>> On Wed, Oct 15, 2014 at 4:35 AM, Joonyoung Shim <jy0922.shim@samsung.com> wrote:
>>>>>>> Hi,
>>>>>>>
>>>>>>> Kevin Hilman <khilman <at> kernel.org> writes:
>>>>>>>
>>>>>>>>
>>>>>>>> Hi hdmi_resources_init,
>>>>>>>>
>>>>>>>> Abhilash Kesavan <a.kesavan <at> samsung.com> writes:
>>>>>>>>
>>>>>>>>> I had noticed a similar issue where only 6 cores would come up during
>>>>>>>>> development on 5420. This was because there was a check in our u-boot
>>>>>>>>> secondary boot-up path which would put a core into WFI if a flag was
>>>>>>>>> not present and hence fail to boot. I wonder if it is the same
>>>>>>>>> situation in your case too.
>>>>>>>>> Is the u-boot for odroid-xu3 publically available or can you check if
>>>>>>> there is any such code present in your
>>>>>>>> secondary bring-up path.
>>>>>>>>
>>>>>>>> I'm using the hardkernel u-boot[1], branch: odroidxu3-v2012.07. I'm
>>>>>>>> currently using the pre-built binaries that are in the
>>>>>>>> sd_fuse/hardkernel directory of that branch, but I can rebuild u-boot if
>>>>>>>> needed.
>>>>>>>>
>>>>>>>> I'm not very familiar with u-boot, but if f you have some pointers where
>>>>>>>> to start looking in that code, that would be helpful.
>>>>>>>>
>>>>>>>> Kevin
>>>>>>>>
>>>>>>>> [1] https://github.com/hardkernel/u-boot.git
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> It seems to need magic code.
>>>>>>>
>>>>>>> Please refer
>>>>>>> https://github.com/abhijeet-dev/linux-samsung/commit/553b7f40465ab4fad6c270f289cd4780942f7fae
>>>>>>
>>>>>> Thanks, Abhilash had pointed me to the same code, and it works. But...
>>>>>>
>>>>>> Can someone explain this "magic", ideally in the form of a changelog
>>>>>> and patch submitted upstream?
>>>>>>
>>>>>
>>>>> I also really wonder.
>>>>>
>>>>> One more problem, cpu0 doesn't boot after offline and system is halted.
>>>>>
>>>>> # echo 0 > /sys/devices/system/cpu/cpu0/online
>>>>> [ 28.027852] IRQ152 no longer affine to CPU0
>>>>> [ 28.028087] IRQ256 no longer affine to CPU0
>>>>> [ 28.028344] CPU0: shutdown
>>>>> #
>>>>> # echo 1 > /sys/devices/system/cpu/cpu0/online
>>>>>
>>>>> So, it's failed script[1] to test MCPM functionalities
>>>>>
>>>>> Thanks.
>>>>>
>>>>> [1]: http://www.spinics.net/lists/arm-kernel/msg330946.html
>>>>>
>>>>
>>>> --
>>>> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
>>>> the body of a message to majordomo@vger.kernel.org
>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>
>>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online
2014-10-23 1:49 ` Joonyoung Shim
@ 2014-10-23 1:54 ` Joonyoung Shim
2014-10-23 8:36 ` Abhijeet Dev
[not found] ` <CAG30XQJ29cM6=OFh=TTbR2rfWGt3AK1o2=PMqdoq6ejUJtUwGA@mail.gmail.com>
0 siblings, 2 replies; 19+ messages in thread
From: Joonyoung Shim @ 2014-10-23 1:54 UTC (permalink / raw)
To: Mauro Ribeiro
Cc: Kevin Hilman, linux-samsung-soc@vger.kernel.org, a.kesavan,
k.chander, Mauro Ribeiro, abhijeet,
kgene.kim@samsung.com >> Kukjin Kim
On 10/23/2014 10:49 AM, Joonyoung Shim wrote:
> Hi,
>
> On 10/23/2014 10:42 AM, Mauro Ribeiro wrote:
>> Joonyoung,
>>
>> Abhilash looks to be the father of it...
>> Also I have no idea why I'm appearing as a commiter of that.. as me or
>> anyone from Hardkernel doesn't have access to that github account or
>> contributed to it.
>> I do have a 3.17 branch here locally on my computer but its not public anywhere.
>
> You are just author of the patch on github and it was committed to github by Abhilash.
Sorry, not Abhilash, by Abhijeet Dev <abhijeet@abhijeet-dev.net>, i don't know who he is.
>
> Thanks.
>
>>
>> On Wed, Oct 22, 2014 at 11:36 PM, Joonyoung Shim
>> <jy0922.shim@samsung.com> wrote:
>>> On 10/23/2014 10:25 AM, Mauro Ribeiro wrote:
>>>> Joonyoung,
>>>>
>>>> This patch was provided by Samsung and if someone can explain is you
>>>> guys from Samsung.
>>>> I have no idea of the logics behind this or what it would take to fix it.
>>>> Keep in mind that our u-boot and kernel (downstream 3.10) is part of
>>>> Samsung provided BSP.
>>>> Would be nice if you guys could explain this.
>>>>
>>>
>>> Mauro,
>>>
>>> Thanks to reply, do you know author of this patch written by Samsung?
>>>
>>>
>>> To Kukjin,
>>>
>>> The patch[1] seems to come from S.LSI guys, could you contact about this?
>>>
>>> [1]: https://github.com/abhijeet-dev/linux-samsung/commit/553b7f40465ab4fad6c270f289cd4780942f7fae
>>>
>>>>
>>>>
>>>> On Wed, Oct 22, 2014 at 11:17 PM, Joonyoung Shim
>>>> <jy0922.shim@samsung.com> wrote:
>>>>> Add Cc the patch author and committer from github.
>>>>>
>>>>> On 10/23/2014 10:04 AM, Joonyoung Shim wrote:
>>>>>> Hi,
>>>>>>
>>>>>> On 10/17/2014 09:06 PM, Kevin Hilman wrote:
>>>>>>> On Wed, Oct 15, 2014 at 4:35 AM, Joonyoung Shim <jy0922.shim@samsung.com> wrote:
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> Kevin Hilman <khilman <at> kernel.org> writes:
>>>>>>>>
>>>>>>>>>
>>>>>>>>> Hi hdmi_resources_init,
>>>>>>>>>
>>>>>>>>> Abhilash Kesavan <a.kesavan <at> samsung.com> writes:
>>>>>>>>>
>>>>>>>>>> I had noticed a similar issue where only 6 cores would come up during
>>>>>>>>>> development on 5420. This was because there was a check in our u-boot
>>>>>>>>>> secondary boot-up path which would put a core into WFI if a flag was
>>>>>>>>>> not present and hence fail to boot. I wonder if it is the same
>>>>>>>>>> situation in your case too.
>>>>>>>>>> Is the u-boot for odroid-xu3 publically available or can you check if
>>>>>>>> there is any such code present in your
>>>>>>>>> secondary bring-up path.
>>>>>>>>>
>>>>>>>>> I'm using the hardkernel u-boot[1], branch: odroidxu3-v2012.07. I'm
>>>>>>>>> currently using the pre-built binaries that are in the
>>>>>>>>> sd_fuse/hardkernel directory of that branch, but I can rebuild u-boot if
>>>>>>>>> needed.
>>>>>>>>>
>>>>>>>>> I'm not very familiar with u-boot, but if f you have some pointers where
>>>>>>>>> to start looking in that code, that would be helpful.
>>>>>>>>>
>>>>>>>>> Kevin
>>>>>>>>>
>>>>>>>>> [1] https://github.com/hardkernel/u-boot.git
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> It seems to need magic code.
>>>>>>>>
>>>>>>>> Please refer
>>>>>>>> https://github.com/abhijeet-dev/linux-samsung/commit/553b7f40465ab4fad6c270f289cd4780942f7fae
>>>>>>>
>>>>>>> Thanks, Abhilash had pointed me to the same code, and it works. But...
>>>>>>>
>>>>>>> Can someone explain this "magic", ideally in the form of a changelog
>>>>>>> and patch submitted upstream?
>>>>>>>
>>>>>>
>>>>>> I also really wonder.
>>>>>>
>>>>>> One more problem, cpu0 doesn't boot after offline and system is halted.
>>>>>>
>>>>>> # echo 0 > /sys/devices/system/cpu/cpu0/online
>>>>>> [ 28.027852] IRQ152 no longer affine to CPU0
>>>>>> [ 28.028087] IRQ256 no longer affine to CPU0
>>>>>> [ 28.028344] CPU0: shutdown
>>>>>> #
>>>>>> # echo 1 > /sys/devices/system/cpu/cpu0/online
>>>>>>
>>>>>> So, it's failed script[1] to test MCPM functionalities
>>>>>>
>>>>>> Thanks.
>>>>>>
>>>>>> [1]: http://www.spinics.net/lists/arm-kernel/msg330946.html
>>>>>>
>>>>>
>>>>> --
>>>>> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
>>>>> the body of a message to majordomo@vger.kernel.org
>>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>>
>>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 19+ messages in thread* Re: exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online
2014-10-23 1:54 ` Joonyoung Shim
@ 2014-10-23 8:36 ` Abhijeet Dev
[not found] ` <CAG30XQJ29cM6=OFh=TTbR2rfWGt3AK1o2=PMqdoq6ejUJtUwGA@mail.gmail.com>
1 sibling, 0 replies; 19+ messages in thread
From: Abhijeet Dev @ 2014-10-23 8:36 UTC (permalink / raw)
To: linux-samsung-soc
Joonyoung Shim <jy0922.shim <at> samsung.com> writes:
>
> On 10/23/2014 10:49 AM, Joonyoung Shim wrote:
> > Hi,
> >
> > On 10/23/2014 10:42 AM, Mauro Ribeiro wrote:
> >> Joonyoung,
> >>
> >> Abhilash looks to be the father of it...
> >> Also I have no idea why I'm appearing as a commiter of that.. as me or
> >> anyone from Hardkernel doesn't have access to that github account or
> >> contributed to it.
> >> I do have a 3.17 branch here locally on my computer but its not public
anywhere.
> >
> > You are just author of the patch on github and it was committed to github
by Abhilash.
>
> Sorry, not Abhilash, by Abhijeet Dev <abhijeet <at> abhijeet-dev.net>, i
don't know who he is.
>
I had received it from Mauro. As Mauro mentioned, Abhilash seems to be the
father of it - and the patch has to have Samsung origin - one can't dream of
such magic :)
At the moment we can trace it as far as Abhilash - he looks like the person
who actually knows this magic:
Abhilash(Samsung) -> Kevin -> Mauro -> Abhijeet (Me)
As I could only trace as far as Mauro earlier, I marked him as the author of
this patch. I will change it in the next one. As for the tree on my
github account, I maintain it to support various boards on Kukjin's for-next
branch on kernel.org.
^ permalink raw reply [flat|nested] 19+ messages in thread[parent not found: <CAG30XQJ29cM6=OFh=TTbR2rfWGt3AK1o2=PMqdoq6ejUJtUwGA@mail.gmail.com>]
* Re: exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online
2014-10-23 1:17 ` Joonyoung Shim
2014-10-23 1:25 ` Mauro Ribeiro
@ 2014-10-23 18:01 ` Kevin Hilman
1 sibling, 0 replies; 19+ messages in thread
From: Kevin Hilman @ 2014-10-23 18:01 UTC (permalink / raw)
To: Joonyoung Shim
Cc: linux-samsung-soc@vger.kernel.org, a.kesavan, k.chander,
mauro.ribeiro, abhijeet
Joonyoung Shim <jy0922.shim@samsung.com> writes:
[...]
>> One more problem, cpu0 doesn't boot after offline and system is halted.
>>
>> # echo 0 > /sys/devices/system/cpu/cpu0/online
>> [ 28.027852] IRQ152 no longer affine to CPU0
>> [ 28.028087] IRQ256 no longer affine to CPU0
>> [ 28.028344] CPU0: shutdown
>> #
>> # echo 1 > /sys/devices/system/cpu/cpu0/online
>>
>> So, it's failed script[1] to test MCPM functionalities
>>
>> Thanks.
>>
>> [1]: http://www.spinics.net/lists/arm-kernel/msg330946.html
FYI... this hotplug problem happens with or without the patch to bring
all 8 CPUs online, so it's not related to that fix.
Also, it only happens with the bL switcher enabled, and not with the
switcher disabled. Since the bL switcher is built on top of hotplug,
I'm not sure if the switcher deals well with CPUs being hotplugged
without it knowing.
Kevin
^ permalink raw reply [flat|nested] 19+ messages in thread
* exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online
@ 2014-10-08 18:58 Kevin Hilman
0 siblings, 0 replies; 19+ messages in thread
From: Kevin Hilman @ 2014-10-08 18:58 UTC (permalink / raw)
To: Chander Kashyap, Abhilash Kesavan
Cc: linux-samsung-soc@vger.kernel.org, linaro-kernel@lists.linaro.org,
Mauro Ribeiro
Hi Chander, Abhilash,
I'm using the exynos5422 odroid-xu3 and only 6 of 8 cores are coming
online when using MCPM[1]. All the A15s are booting but only 2 of the
A7s, one of which is the primary CPU.
After booting, if I try to manually bring one of the CPUs online via
/sys/devices/.../cpuX/online, I hit the BUG() in
mcpm-exynos.c:exynos_power_up().
Any ideas why 2 of the A7s aren't booting up?
Kevin
[1]
[ 0.001719] CPU: Testing write buffer coherency: ok
[ 0.002171] CPU0: update cpu_capacity 448
[ 0.002187] CPU0: thread -1, cpu 0, socket 1, mpidr 80000100
[ 0.002429] Setting up static identity map for 0x4046df70 - 0x4046dfc8
[ 0.002732] ARM CCI driver probed
[ 0.002815] exynos_mcpm_usage_count_init: cpu 0 cluster 1
[ 0.003010] Exynos MCPM support installed
[ 0.030310] mcpm_boot_secondary: logical CPU 1 is physical CPU 0 cluster 0
[ 0.030326] exynos_power_up: cpu 0 cluster 0
[ 0.030626] CPU1: Booted secondary processor
[ 0.030686] CPU1: update cpu_capacity 1535
[ 0.030693] CPU1: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.040314] mcpm_boot_secondary: logical CPU 2 is physical CPU 1 cluster 0
[ 0.040340] exynos_power_up: cpu 1 cluster 0
[ 0.040629] CPU2: Booted secondary processor
[ 0.040672] CPU2: update cpu_capacity 1535
[ 0.040679] CPU2: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.050321] mcpm_boot_secondary: logical CPU 3 is physical CPU 2 cluster 0
[ 0.050347] exynos_power_up: cpu 2 cluster 0
[ 0.050659] CPU3: Booted secondary processor
[ 0.050703] CPU3: update cpu_capacity 1535
[ 0.050710] CPU3: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.060316] mcpm_boot_secondary: logical CPU 4 is physical CPU 3 cluster 0
[ 0.060343] exynos_power_up: cpu 3 cluster 0
[ 0.060631] CPU4: Booted secondary processor
[ 0.060675] CPU4: update cpu_capacity 1535
[ 0.060682] CPU4: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.070316] mcpm_boot_secondary: logical CPU 5 is physical CPU 1 cluster 1
[ 0.070343] exynos_power_up: cpu 1 cluster 1
[ 1.070007] CPU5: failed to come online
[ 1.080322] mcpm_boot_secondary: logical CPU 6 is physical CPU 2 cluster 1
[ 1.080337] exynos_power_up: cpu 2 cluster 1
[ 1.080625] CPU6: Booted secondary processor
[ 1.080691] CPU6: update cpu_capacity 448
[ 1.080699] CPU6: thread -1, cpu 2, socket 1, mpidr 80000102
[ 1.090331] mcpm_boot_secondary: logical CPU 7 is physical CPU 3 cluster 1
[ 1.090356] exynos_power_up: cpu 3 cluster 1
[ 2.090023] CPU7: failed to come online
[ 2.090055] Brought up 6 CPUs
[ 2.090067] SMP: Total of 6 processors activated.
[ 2.090079] CPU: WARNING: CPU(s) started in wrong/inconsistent
modes (primary CPU mode 0x13)
[ 2.090089] CPU: This may indicate a broken bootloader or firmware.
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2014-10-27 19:00 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-09 3:06 exynos5422-odroid-xu3: MCPM: only 6 of 8 CPUs coming online Abhilash Kesavan
2014-10-09 21:58 ` Kevin Hilman
2014-10-15 11:35 ` Joonyoung Shim
2014-10-17 12:06 ` Kevin Hilman
2014-10-23 1:04 ` Joonyoung Shim
2014-10-23 1:17 ` Joonyoung Shim
2014-10-23 1:25 ` Mauro Ribeiro
2014-10-23 1:36 ` Joonyoung Shim
2014-10-23 1:42 ` Mauro Ribeiro
2014-10-23 1:49 ` Joonyoung Shim
2014-10-23 1:54 ` Joonyoung Shim
2014-10-23 8:36 ` Abhijeet Dev
[not found] ` <CAG30XQJ29cM6=OFh=TTbR2rfWGt3AK1o2=PMqdoq6ejUJtUwGA@mail.gmail.com>
[not found] ` <A804D1798D614199AFA7AEDC00248EA9@sisodomain.com>
2014-10-23 15:56 ` Kevin Hilman
2014-10-24 14:33 ` Abhilash Kesavan
2014-10-24 16:00 ` Kevin Hilman
2014-10-25 12:47 ` Mauro Ribeiro
2014-10-27 19:00 ` Kevin Hilman
2014-10-23 18:01 ` Kevin Hilman
-- strict thread matches above, loose matches on Subject: below --
2014-10-08 18:58 Kevin Hilman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.