Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

soc: xtensa: intel_adsp: cavs: fix assert on L3_MEM_BASE_ADDR #62180

Merged

Conversation

kv2019i
Copy link
Collaborator

@kv2019i kv2019i commented Aug 31, 2023

The assert on L3_MEM_BASE_ADDR is incorrect, we need must convert to uncached before use.

Fixes: ffd2121 ("soc: xtensa: intel_adsp: cavs: fix power_down_cavs() signature")

The assert on L3_MEM_BASE_ADDR is incorrect, we need must convert
to uncached before use.

Fixes: ffd2121 ("soc: xtensa: intel_adsp: cavs: fix
  power_down_cavs() signature")
Signed-off-by: Kai Vehmanen <[email protected]>
@kv2019i
Copy link
Collaborator Author

kv2019i commented Aug 31, 2023

Test results with SOF CI running at thesofproject/sof#8136 , looks good (previously failing tests are now passing), so marking as ready for review.

@kv2019i kv2019i marked this pull request as ready for review August 31, 2023 19:05
@kv2019i kv2019i added priority: high High impact/importance bug platform: Intel ADSP Intel Audio platforms labels Aug 31, 2023
@kv2019i
Copy link
Collaborator Author

kv2019i commented Aug 31, 2023

This is my bad, the assert is not correct. The test plans I ran for the faulty PR actually caught the failure, but I made a human error in parsing the test results. The test plan that failed has been flaky in recent weeks, but I did not spot the actual failure on cAVS2.5 targets, so this slipped through.

@kv2019i
Copy link
Collaborator Author

kv2019i commented Aug 31, 2023

Ok, all tests passed in thesofproject/sof#8136 and CI is good here as well, so this should be good to go.

@nashif nashif merged commit 5689916 into zephyrproject-rtos:main Aug 31, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: Intel ADSP Intel Audio platforms priority: high High impact/importance bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants