mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: mainboard/google/reef: add MKBP EC event as SCI event.
Add MKBP as a SCI event: the EC is then able to send events coming from the sensors. BUG=b:27849483 BRANCH=None TEST=With EC configure to send MKBP events, check sensor information are retrieved by the kernel. Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://review.coreboot.org/16594 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Change-Id: Ib06241bfcdc8567769baff4f3371cc0c6eab3944 Reviewed-on: https://chromium-review.googlesource.com/384341 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Gwendal Grignou <gwendal@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
f6ab3922c7
commit
c9c2eabf09
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
EC_HOST_EVENT_MASK(EC_HOST_EVENT_THROTTLE_START) |\
|
||||
EC_HOST_EVENT_MASK(EC_HOST_EVENT_THROTTLE_STOP) |\
|
||||
EC_HOST_EVENT_MASK(EC_HOST_EVENT_USB_CHARGER) |\
|
||||
EC_HOST_EVENT_MASK(EC_HOST_EVENT_MKBP) |\
|
||||
EC_HOST_EVENT_MASK(EC_HOST_EVENT_PD_MCU))
|
||||
|
||||
#define MAINBOARD_EC_SMI_EVENTS \
|
||||
|
|
Loading…
Add table
Reference in a new issue