Skip to content

Commit 3a5bdfa

Browse files
committed
core: set timeout to 400ms for secondary core disabling
The CONFIG_SECONDARY_CORE_DISABLING_TIMEOUT is for FW to do secondary core disabling check and set to 5000ms by default. Linux driver set ipc timeout duration to 500ms, but FW wait 5000ms in cpu_disable_core for SET_DX ipc message. This makes driver stop but fw is still waiting. Actually the disabling can be successful in far less than 5000ms and it was first designed for FPGA case. Now change it to 400ms to make debugging easier. Signed-off-by: Rander Wang <rander.wang@intel.com>
1 parent 3da10b4 commit 3a5bdfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ config SOF_STACK_SIZE
476476

477477
config SECONDARY_CORE_DISABLING_TIMEOUT
478478
int
479-
default 5000
479+
default 400
480480
depends on MULTICORE
481481
help
482482
Timeout value (in ms) for secondary core to enter D3 state.

0 commit comments

Comments
 (0)