commit | 1b3d590e22c5d44384f7f81e53812241a9b60360 | [log] [tgz] |
---|---|---|
author | Marc Herbert <marc.herbert@intel.com> | Thu Feb 10 17:52:44 2022 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Feb 21 20:59:48 2022 -0500 |
tree | c508ef4cece226a3928ac6cfd799b84081953933 | |
parent | e6e8f5de6bc132e8fe38782841d1b7993e9ae0af [diff] |
soc/intel_adsp: cavstool: poll FW_STATUS even when --log-only Failures to boot are not exclusive to the cavstool.py, they can happen with the kernel driver and --log-only too. For such a situation this commit adds a useful delay and these two log lines (before the mmap crashes eventually): INFO:cavs-fw:Waiting for firmware handoff, FW_STATUS = 0x81000012 WARNING:cavs-fw:Load failed? FW_STATUS = 0x1006701 Signed-off-by: Marc Herbert <marc.herbert@intel.com>