Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tools/sof-kernel-log-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ ignore_str="$ignore_str"'|mei_me 0000:00:16\..: .+'
# Ignore all types of mei_gsc_proxy errors
ignore_str="$ignore_str"'|mei_gsc_proxy .+'

# Ignore all mei0 errors
ignore_str="$ignore_str"'|mei mei0: .+'

case "$platform" in
# Audio PCI ID on CML Mantis is [8086:9dc8], which is defined as CNL in linux kernel.
# https://github.com/thesofproject/linux/blob/topic/sof-dev/sound/soc/sof/sof-pci-dev.c
Expand Down