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
fwk: lilac: Set the S0ix enter/exit flags correctly
reference PR#1653 to add this solution to avoid MS mode abnormal
Sometimes, the system will enter and resume S0ix several times within a
tick time (200ms). EC should set the flags in the correct state.
E.g., If the EC chipset state is in S0ix and the system resumes S0ix and
then enters again, the final memmap (EC_CUSTOMIZED_MEMMAP_POWER_STATE)
is EC_PS_ENTER_S0ix. In this case, EC should not set the enter_ms_flag.
BRANCH=fwk-lilac-27116
BUG=None
TEST=let system enter S0ix state, use the ec console command
"memmap set 0x101 0x40", and the press power button to
resume the system. Check the power LED is on and EC power
state is S0.
Signed-off-by: LeoCX_Tsai <LeoCX_Tsai@compal.com>
0 commit comments