diff options
author | Furquan Shaikh <furquan@google.com> | 2018-05-30 11:51:23 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2018-06-01 12:47:17 +0000 |
commit | 1a5b7c6540e05e27cbb2c1985402e3b4d160e57e (patch) | |
tree | 051a67f6827177d600b55c032a0600dfe35c50b8 /src/ec/google/chromeec/ec.h | |
parent | 9bd601584350f51f112b15a7369f9aa82f1d0919 (diff) |
ec/google/chromeec: Initialize SMI mask in google_chromeec_events_init
This change adds smi_events to google_chromeec_event_info and allows
mainboards to set SMI mask if current boot type is not S3 wakeup.
Change-Id: I899a6af6e57d295b4eac2039c8245ebcc73a42bb
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/26709
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/ec/google/chromeec/ec.h')
-rw-r--r-- | src/ec/google/chromeec/ec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ec/google/chromeec/ec.h b/src/ec/google/chromeec/ec.h index 24c892291a..7310ade09d 100644 --- a/src/ec/google/chromeec/ec.h +++ b/src/ec/google/chromeec/ec.h @@ -152,6 +152,7 @@ int google_chromeec_command(struct chromeec_command *cec_command); struct google_chromeec_event_info { uint64_t log_events; uint64_t sci_events; + uint64_t smi_events; uint64_t s3_wake_events; uint64_t s3_device_events; uint64_t s5_wake_events; |