Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only one CPU with krogoth branch, massive tracebacks in dmesg #28

Open
koenkooi opened this issue Oct 16, 2016 · 3 comments
Open

Only one CPU with krogoth branch, massive tracebacks in dmesg #28

koenkooi opened this issue Oct 16, 2016 · 3 comments

Comments

@koenkooi
Copy link
Contributor

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]>
@ndechesne
Copy link
Contributor

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 cd38876
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
.

@ghost
Copy link

ghost commented Dec 19, 2016

In 16.09 there are two tz mbn:

  1. tz.mbn
  2. tz-psci.mbn

Are you stating we should use tz-psci.mbn instead of tz.mbn?

@ghost
Copy link

ghost commented Dec 19, 2016

Loading tz-psci.mbn instead of tz.mbn fixes the problem. I now see four cores.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants