aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/ec.c
diff options
context:
space:
mode:
authorJenny TC <jenny.tc@intel.com>2017-10-27 17:44:20 +0530
committerFurquan Shaikh <furquan@google.com>2018-01-23 17:27:28 +0000
commitb8d338c467811c9338397216dfda7d80ab5c9137 (patch)
tree10bd83b781263610b7079f1273b03e6af9996e2b /src/mainboard/google/reef/ec.c
parentd1a44a140b942d8452bdd415c8af33deaccf3c8c (diff)
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 <jenny.tc@intel.com> Reviewed-on: https://review.coreboot.org/21610 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/reef/ec.c')
-rw-r--r--src/mainboard/google/reef/ec.c1
1 files changed, 1 insertions, 0 deletions
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");