-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Issues with power management introduction into Intel CAVS25 #56415
Comments
@kv2019i FYI |
There are a bunch of hw specific flow in this commit, looking Zephyr's pm, the way core 0 is handled in
how core 0 is supposed to wake up if all interruptions are masked ? One more thing, if is not necessary to do anything in cores !=0 other than |
@ceolin you know is the test framework setting the PM_STATE_SOFT_OFF? In sof we are forcing it in driver power off message... I thought it was not set automatically. |
@ceolin hmm I guess the "new" power-off handling should be surrounded with #ifdef CONFIG_PM_POLICY_CUSTOM in power.c then the tests seem to work. it is kind of assumed here that this should be only called by custom handler in the app... this is my blind copy from ace side which I think we are not testing with zephyr tests... So cavstools can't handle currently the ipc response sent from assembly, also for example the ssp test would need next_state handler for custom policy. |
fix here: #56843 |
this is fixed now |
Describe the bug
Few Kernels tests started failing after 95168e6 was merged:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tests shall pass
Impact
Multiple kernel tests failing.
Logs and console output
In the case of SSP, no output. With tickless tests, the test just times out.
The text was updated successfully, but these errors were encountered: