From 708491b0b6e39dc0c95a2aaf04b83e3e582ce78b Mon Sep 17 00:00:00 2001 From: "jianwei.yang" Date: Wed, 15 Sep 2010 16:40:47 +0200 Subject: [PATCH] Add MIP header update when FW is upgraded The MIP header will also be updated when FW is upgraded through loadfw Change-Id: I19bd38068cfea8bcbc8504b00e99a3e902634ff7 Signed-off-by: jianwei.yang --- drivers/platform/x86/intel_scu_ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/x86/intel_scu_ipc.c b/drivers/platform/x86/intel_scu_ipc.c index 9367644..8acb89a 100644 --- a/drivers/platform/x86/intel_scu_ipc.c +++ b/drivers/platform/x86/intel_scu_ipc.c @@ -605,7 +605,7 @@ int intel_scu_ipc_mrstfw_update(u8 *buffer, u32 length) * SCU will write a status code into the Mailbox, and then set scu_flag. */ - ipc_command(IPC_CMD_FW_UPDATE_GO); + ipc_command(IPC_CMD_FW_UPDATE_GO_MHUPD); /*Driver stalls until scu_flag is set */ while (readl(&mailbox->scu_flag) != 1) { -- 2.7.4