diff options
author | Gwendal Grignou <gwendal@chromium.org> | 2016-06-20 08:49:25 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-07-10 03:54:07 +0200 |
commit | 880b458bc97522d56ecc2ac0559326834ffbf516 (patch) | |
tree | 3a199006994388bd5dd10b2294004288f6493c27 /src/ec/google/chromeec/acpi | |
parent | 1f83ffac1b30e7b6ed59fb26ee2ba57cec4938eb (diff) |
google/chromeec: Update EC command header
In particular, update host_event the original value for MKBP was not
set in ToT.
CQ-DEPEND=CL:353634
BUG=b:27849483
BRANCH=none
TEST=Compile on Samus. Tested in Cyan branch.
Change-Id: I0184e4f0e45c3321742d3138ae0178c159cbdd0a
Signed-off-by: Martin Roth <martinroth@chromium.org>
Original-Commit-Id: cc6750b705300f5b94bf23fe5485d6e7a5f9e327
Original-Change-Id: I60df65bfd4053207fa90b1c2a8609eec09f3c475
Original-Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/354040
Reviewed-on: https://review.coreboot.org/15567
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/ec/google/chromeec/acpi')
-rw-r--r-- | src/ec/google/chromeec/acpi/ec.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/google/chromeec/acpi/ec.asl b/src/ec/google/chromeec/acpi/ec.asl index 232a5ccd0b..13317f6d4c 100644 --- a/src/ec/google/chromeec/acpi/ec.asl +++ b/src/ec/google/chromeec/acpi/ec.asl @@ -290,7 +290,7 @@ Device (EC0) } // MKBP interrupt. - Method (_Q1A, 0, NotSerialized) + Method (_Q1B, 0, NotSerialized) { Store ("EC: MKBP", Debug) Notify (CREC, 0x80) |