Skip to content

Commit 48d3803

Browse files
committed
acp_7_x: board: enable ACP DMA log backend
Enable CONFIG_LOG_BACKEND_ACP on the ACP 7.X ADSP board and the firmware logs are streamed to the host over ACP DMA. Set the SOF log level to INF explicitly, as the SOF log level configuration must be selected explicitly. Signed-off-by: DineshKumar Kalva <DineshKumar.Kalva@amd.com>
1 parent 0ebdcf8 commit 48d3803

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/boards/acp_7_x_adsp.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,8 @@ CONFIG_XTENSA_INTERRUPT_NONPREEMPTABLE=y
5858
CONFIG_DEBUG_COREDUMP=y
5959
CONFIG_DEBUG_COREDUMP_BACKEND_AMD_ACP_PANIC_DUMP=y
6060
CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN=y
61+
CONFIG_LOG_BACKEND_ACP=y
62+
# Set INF log level: SOF log level configs must be set explicitly
63+
CONFIG_LOG_DEFAULT_LEVEL=3
64+
CONFIG_LOG_MAX_LEVEL=3
65+
CONFIG_SOF_LOG_LEVEL_INF=y

0 commit comments

Comments
 (0)