You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Arm Trusted Firmware does not support power-down suspend calls.
This is evident in the implementation of the `qemu_pwr_domain_suspend`
function, which contains an `assert(0)` statement, causing the CPU to
halt indefinitely without recovery.
Signed-off-by: João Peixoto <[email protected]>
0 commit comments