ESPI systems should always power off if in S5 state
This commit is contained in:
committed by
Tim Crawford
parent
edbb5b594a
commit
c5b737f505
@ -506,7 +506,7 @@ void power_event(void) {
|
|||||||
#endif // HAVE_SLP_SUS_N
|
#endif // HAVE_SLP_SUS_N
|
||||||
|
|
||||||
#if EC_ESPI
|
#if EC_ESPI
|
||||||
if (vw_get(&VW_SUS_PWRDN_ACK) == VWS_HIGH)
|
// ESPI systems, always power off if in S5 power state
|
||||||
#elif HAVE_SUSWARN_N
|
#elif HAVE_SUSWARN_N
|
||||||
// EC must keep VccPRIM powered if SUSPWRDNACK is de-asserted low or system
|
// EC must keep VccPRIM powered if SUSPWRDNACK is de-asserted low or system
|
||||||
// state is S3
|
// state is S3
|
||||||
|
Reference in New Issue
Block a user