From 9901ce650c6121e8badcb04ebbd65be0fe8c4570 Mon Sep 17 00:00:00 2001 From: Hyungwoo Yang Date: Wed, 17 Oct 2018 20:39:32 -0700 Subject: ISH: remove sending MNG_HC_FW_READY remove sending MNG_HC_FW_READY from task. the sending MNG_HC_FW_READY should be done by IPC task that supports Host Command. BUG=b:79676054 BRANCH=none TEST=tested on Atlas board Change-Id: Iea2d2864c67763c8c8e18b520c5a776b5ce469fb Reviewed-on: https://chromium-review.googlesource.com/1288032 Commit-Ready: Caveh Jalali Tested-by: Hyungwoo Yang Reviewed-by: Caveh Jalali Reviewed-by: Hyungwoo Yang --- core/minute-ia/task.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/core/minute-ia/task.c b/core/minute-ia/task.c index c96bde706f..f094b2ec56 100644 --- a/core/minute-ia/task.c +++ b/core/minute-ia/task.c @@ -15,7 +15,6 @@ #include "util.h" #include "task_defs.h" #include "interrupts.h" -#include "ipc.h" #include "hpet.h" /* Console output macros */ @@ -438,14 +437,6 @@ void task_enable_all_tasks(void) /* BUG: task_start() was likely already called */ start_called = 1; - /* The host OS driver should wait till the FW completes all hook inits. - * Otherwise, FW may fail to respond to host commands or crash when - * not fully initialized. This MNG (management) type IPC message sent - * asynchronously from the FW indicates completion of initialization. - */ - CPUTS("*** MNG FW ready ****\n"); - REG32(IPC_ISH2HOST_DOORBELL) = IPC_BUILD_MNG_MSG(0x8, 1); - interrupt_enable(); /* Reschedule the highest priority task. */ __schedule(0, 0); -- cgit v1.2.1