Ferry Toth

Results 13 comments of Ferry Toth

The segfault happens immediately on startup. This was on Thud which has PTS 8.0.1 (master has 8.6.0). I first tried with (Thud) php 7.2.10, got segfault, upgraded php to 7.3.2...

Mark this as wish list?

``` root@yuna:~# uname -a Linux yuna 5.16.0-edison-acpi-standard #1 SMP PREEMPT Sun Jan 9 22:55:34 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux root@yuna:~# lsmod | grep -i sof snd_sof_nocodec 16384 0 snd_sof_pci_intel_tng...

> The code reporting an issue hasn't changed in a very long time. I am not sure what happened here. Checking blame this is likely caused by recent patch 5947b272...

After revert of patch https://github.com/thesofproject/linux/commit/5947b2726beb61fe7911580f239222ec9c4f6967 I get: ``` root@yuna:~# journalctl -b -0 -k | grep -i sof sof-audio-pci-intel-tng 0000:00:0d.0: warning: No matching ASoC machine driver found sof-audio-pci-intel-tng 0000:00:0d.0: Using nocodec...

I see the problem, @plbossart I hope you will know what to do? ``` root@yuna:~# lspci -v 00:0d.0 Multimedia audio controller: Intel Corporation Device 119a (rev 01) Flags: 66MHz, user-definable...

I believe now index 3 is correct (IRAM start), but we need to change PCI_BAR_SIZE to 80k. Correct?

We are requesting index 3: `.resindex_lpe_base = 3, /* IRAM, but subtract IRAM offset */`) And when I print the result, we get `index 3 LPE PHY base at 0xff200000...

I see. Could it be that the entire BAR was mapped to 05e00000 to prevent of overlaps? ``` 00:01.0 SD Host controller: .. SD/SDIO/eMMC (rev 01) (prog-if 01) Region 0:...