Uh oh!
There was an error while loading. Please reload this page.
[Ipc4] add fw panic notification support - #7597
Conversation
4cd46d9 to
12793beCompare9ce86bb to
1d59283CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
kv2019i
left a comment
There was a problem hiding this comment.
Thanks @RanderWang for taking this forward. Some comments inline.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
b2dd14d to
38ead98CompareUh oh!
There was an error while loading. Please reload this page.
For emergency like FW panic event, we need to send notification IPC message to host directly without inserting this message in msg_list since at this time the system is not stable now and it is very possible that the normal message processing logic can't work. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Signed-off-by: Rander Wang <rander.wang@intel.com> Co-developed-by: Rander Wang <rander.wang@intel.com>
Send panic notification message to host when panic happens. The panic detail is built by Zephyr framework and included in debug memory window. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Signed-off-by: Rander Wang <rander.wang@intel.com> Co-developed-by: Rander Wang <rander.wang@intel.com>
kv2019i
commented
May 23, 2023
Known fails in Intel device tests https://sof-ci.01.org/sofpr/PR7597/build7839/devicetest/index.htmlhttps://sof-ci.01.org/sofpr/PR7597/build7838/devicetest/index.html . Zephyr upstream fails are known as well. Checkpatch warning we can live with. Proceeding with merge. |
Send fw panic notification message to host.