-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Labels
LNLApplies to Lunar Lake platformApplies to Lunar Lake platformbugSomething isn't working as expectedSomething isn't working as expected
Description
Describe the bug
It seems following debug features are broken on multiple Intel targets:
- app/shell_overlay.conf (https://thesofproject.github.io/latest/developer_guides/debugability/shell/index.html)
- app/winconsole_overlay.conf
... it turns out this is related to enabling SOF telemetry with debug window backend in #9186 .
In theory these shouldn't conflict, shell backend is using debug window slot 0 (2.0), while winconsole is using window 3 (3.0), while telemetry is hardcoded to use 2.1.
To Reproduce
Build with above overlays.
Reproduction Rate
100% on Intel LNL.
Expected behavior
telemetry should not affect uses of other memory window users.
Impact
debug feature unavailable
Environment
- Branch name and commit hash of the 2 repositories: sof (firmware/topology) and linux (kernel driver).
- Kernel: n/a
- SOF: f2efd4a
- Name of the topology file
- Topology: n/a
- Name of the platform(s) on which the bug is observed.
- Platform: Intel lnl
Metadata
Metadata
Assignees
Labels
LNLApplies to Lunar Lake platformApplies to Lunar Lake platformbugSomething isn't working as expectedSomething isn't working as expected