summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShine Liu <shine.liu@intel.com>2018-12-06 16:46:38 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2018-12-13 04:52:40 +0000
commita52c5e3a8ba7278557aa8feb0a9b0636a269debb (patch)
tree02c95c04bb92f1c6d2004ccbce95cada05ce4ce6
parent23d3d9ebae637c4aae8a4da272edc247b54b2c0e (diff)
downloadchrome-ec-a52c5e3a8ba7278557aa8feb0a9b0636a269debb.tar.gz
chip/ish: change host command ready from 8 to 3
To accomondate upcoming arcada_ish board, changing MNG_HC_FW_READY from 8 to 3 BRANCH=none BUG=b:120295222 TEST=Test host FW loading for main ISH FW. Change-Id: Ibee24cb01c6078177ba9ef1ad30c360a3157a84e Signed-off-by: Shine Liu <shine.liu@intel.com> Reviewed-on: https://chromium-review.googlesource.com/1367012 Commit-Ready: Caveh Jalali <caveh@google.com> Tested-by: Caveh Jalali <caveh@google.com> Reviewed-by: Caveh Jalali <caveh@google.com> Reviewed-by: Jett Rink <jettrink@chromium.org> (cherry picked from commit 01e6ca1ebb1a254d332347eb31b8ae1436eb6991) Reviewed-on: https://chromium-review.googlesource.com/c/1375569 Commit-Queue: Caveh Jalali <caveh@google.com>
-rw-r--r--chip/ish/ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/ish/ipc.h b/chip/ish/ipc.h
index 7781e5f55c..e90fe4cb83 100644
--- a/chip/ish/ipc.h
+++ b/chip/ish/ipc.h
@@ -17,7 +17,7 @@
#define IPC_PROTOCOL_MNG 3 /* Management protocol */
#define IPC_PROTOCOL_ECP 4 /* EC protocol */
#define MNG_TIME_UPDATE 5
-#define MNG_HC_FW_READY 8 /* host command ready */
+#define MNG_HC_FW_READY 3 /* host command ready */
#define EVENT_FLAG_BIT_READ_IPC (1<<0)
#define EVENT_FLAG_BIT_WRITE_IPC (1<<2)