From b8d338c467811c9338397216dfda7d80ab5c9137 Mon Sep 17 00:00:00 2001 From: Jenny TC Date: Fri, 27 Oct 2017 17:44:20 +0530 Subject: mb/google/reef,sand: Set S0ix lazy wake mask Enable S0ix wake mask programming from coreboot using unified host event programming interface. Lazy s0ix wake mask helps to configure s0ix wake mask during boot and EC sets the wake mask during S0ix entry. BRANCH=none BUG=b:63969337 TEST=verify masks with ec hostevent command on S0, S3, S5 and S0ix Change-Id: If56d1de5d1157c8cf9c418e3a9d2396ffcfcb0fd Signed-off-by: Jenny TC Reviewed-on: https://review.coreboot.org/21610 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/mainboard/google/reef/ec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/reef/ec.c') diff --git a/src/mainboard/google/reef/ec.c b/src/mainboard/google/reef/ec.c index 54e9c361a6..e08889ea77 100644 --- a/src/mainboard/google/reef/ec.c +++ b/src/mainboard/google/reef/ec.c @@ -28,6 +28,7 @@ static void ramstage_ec_init(void) .sci_events = MAINBOARD_EC_SCI_EVENTS, .s3_wake_events = MAINBOARD_EC_S3_WAKE_EVENTS, .s5_wake_events = MAINBOARD_EC_S5_WAKE_EVENTS, + .s0ix_wake_events = MAINBOARD_EC_S0IX_WAKE_EVENTS, }; printk(BIOS_ERR, "mainboard: EC init\n"); -- cgit v1.2.3