Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kmod-load-unload: search logs for "firmware boot complete"
Stop relying on verify-sof-firmware-load.sh in check-kmod-load-unload.sh. The former has some serious issues: - It passes even after unloading the firmware - It has a misleading name - It looks for firmware versions instead of "firmware boot complete", which is not compatible with IPC4. Add new sof_firmware_boot_complete() function that can be re-used to fix verify-sof-firmware-load.sh later. Fixes #845 Signed-off-by: Marc Herbert <[email protected]>
- Loading branch information