Re: [PATCHv9 2/3] arm64: dts: qcom: msm8998: Add Coresight support

From: Sai Prakash Ranjan
Date: Tue Oct 01 2019 - 13:04:26 EST


On 2019-10-01 09:13, Jeffrey Hugo wrote:
Sai,

This patch breaks boot on the 835 laptops. However, I haven't seen
the same issue on the MTP. I wonder, is coresight expected to work
with production fused devices? I wonder if thats the difference
between the laptop and MTP that is causing the issue.

Let me know what I can do to help debug.


I did test on MSM8998 MTP and didn't face any issue. I am guessing this is the same issue which you reported regarding cpuidle? Coresight ETM and cpuidle do not work well together since ETMs share the same power domain as CPU and they might get turned off when CPU enters idle states. Can you try with cpuidle.off=1 cmdline or just remove idle states from DT to confirm? If this is the issue, then we can try the below patch from Andrew Murray for ETM save and restore:

https://patchwork.kernel.org/patch/11097893/

It is not merged yet. They would appreciate your tested by ;)

Thanks,
Sai