meta-qcom
meta-qcom copied to clipboard
Only one CPU with krogoth branch, massive tracebacks in dmesg
I built and flashed an angstrom build yesterday and I get only one cpu:
root@dragonboard-410c:~# cat /proc/cpuinfo
processor : 0
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 0
root@dragonboard-410c:~#
and
root@dragonboard-410c:~# uname -a
Linux dragonboard-410c 4.4.23+linaro #1 SMP PREEMPT Sat Oct 15 09:52:50 CEST 2016 aarch64 aarch64 aarch64 GNU/Linux
Full dmesg: http://sprunge.us/UUXb
The krogoth branch at this commit:
commit cd38876d03bbe25e5baa623574088f67aea324e9
Author: Nicolas Dechesne <[email protected]>
Date: Tue Oct 11 22:34:25 2016 +0100
linux-linaro-qcomlt_4.4: update with Linaro 16.09 release
* merged 4.4.23
* switch to PSCI by default: so it requires the latest bootloader with PSCI
enabled
Signed-off-by: Nicolas Dechesne <[email protected]>
This is very likely a firmware issue. This commit is a big change since we are switching the platform to PSCI firmware.. So you need to update the tz partition with the latest file from 16.09 bootloader/rescue release.
Le 16 oct. 2016 08:56, "Koen Kooi" [email protected] a écrit :
I built and flashed an angstrom build yesterday and I get only one cpu:
root@dragonboard-410c:~# cat /proc/cpuinfo processor : 0 BogoMIPS : 38.40 Features : fp asimd evtstrm crc32 CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 0
root@dragonboard-410c:~#
and
root@dragonboard-410c:~# uname -a Linux dragonboard-410c 4.4.23+linaro #1 SMP PREEMPT Sat Oct 15 09:52:50 CEST 2016 aarch64 aarch64 aarch64 GNU/Linux
Full dmesg: http://sprunge.us/UUXb
The krogoth branch at this commit:
commit cd38876d03bbe25e5baa623574088f67aea324e9 Author: Nicolas Dechesne [email protected] Date: Tue Oct 11 22:34:25 2016 +0100
linux-linaro-qcomlt_4.4: update with Linaro 16.09 release * merged 4.4.23 * switch to PSCI by default: so it requires the latest bootloader with PSCI enabled Signed-off-by: Nicolas Dechesne <[email protected]>
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ndechesne/meta-qcom/issues/28, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFwv3Otoaz2-Wxiypf61lgFNyZtmNlWks5q0cqagaJpZM4KX6Bm .
In 16.09 there are two tz mbn:
- tz.mbn
- tz-psci.mbn
Are you stating we should use tz-psci.mbn instead of tz.mbn?
Loading tz-psci.mbn instead of tz.mbn fixes the problem. I now see four cores.