summaryrefslogtreecommitdiff
path: root/chip/ish/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/ipc.c')
-rw-r--r--chip/ish/ipc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/ish/ipc.c b/chip/ish/ipc.c
index a50d84d5f2..6e90c30390 100644
--- a/chip/ish/ipc.c
+++ b/chip/ish/ipc.c
@@ -377,6 +377,9 @@ static void ipc_init(void)
memset(lpc_get_memmap_range(), 0, EC_MEMMAP_SIZE);
setup_ipc();
+
+ CPUTS("*** MNG Host Command FW ready ****\n");
+ REG32(IPC_ISH2HOST_DOORBELL) = IPC_BUILD_MNG_MSG(MNG_HC_FW_READY, 1);
}
DECLARE_HOOK(HOOK_INIT, ipc_init, HOOK_PRIO_INIT_LPC);