soc: xtensa: tools: do not interfere with IPC in logs-only mode
The tool has caused some hard to detect failures when used concurrently with the SOF Linux driver to observe logs. This has been rootcaused to the code to handle and send IPC messages that has been active even in logs-only mode. In vast majority of cases, the SOF kernel driver is faster to act and handles the IPC interrupts. But occasionally the cavstool.py timing was just right and it managed to ack a message before Linux driver. Fix the problem by not handling IPC messages when the tool is run in logs-only mode. Reported-by:Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Signed-off-by:
Kai Vehmanen <kai.vehmanen@linux.intel.com>
Loading
Please sign in to comment