From 07a70747656773b8439193575ec2e7dad1620a24 Mon Sep 17 00:00:00 2001 From: DineshKumar Kalva Date: Tue, 11 Aug 2026 16:27:06 +0530 Subject: [PATCH] acp_7_x: board: enable ACP panic dump coredump backend Enable CONFIG_DEBUG_COREDUMP with the AMD ACP panic dump backend and minimal memory dump on the ACP 7.X ADSP board, so a DSP firmware crash is captured into the ACP scratch exception buffer and reported to the host SOF driver. Signed-off-by: DineshKumar Kalva --- app/boards/acp_7_x_adsp.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/boards/acp_7_x_adsp.conf b/app/boards/acp_7_x_adsp.conf index 04c63271c9ac..2515f5d763d6 100644 --- a/app/boards/acp_7_x_adsp.conf +++ b/app/boards/acp_7_x_adsp.conf @@ -55,3 +55,6 @@ CONFIG_CORE_COUNT=1 CONFIG_FORMAT_CONVERT_HIFI3=n CONFIG_PCM_CONVERTER_FORMAT_S24_4LE_MSB=y CONFIG_XTENSA_INTERRUPT_NONPREEMPTABLE=y +CONFIG_DEBUG_COREDUMP=y +CONFIG_DEBUG_COREDUMP_BACKEND_AMD_ACP_PANIC_DUMP=y +CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN=y