From 96cef98b009b812adffcd32c1081fe8896d2c993 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Mon, 17 Jul 2023 13:01:59 +0300 Subject: [PATCH 1/2] board: intel_adsp_cavs25: Disable DTRACE DTRACE is IPC3 only, it is not used anymore. Signed-off-by: Peter Ujfalusi --- app/boards/intel_adsp_cavs25.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/boards/intel_adsp_cavs25.conf b/app/boards/intel_adsp_cavs25.conf index 4033a6fb8e93..7dc84e97b636 100644 --- a/app/boards/intel_adsp_cavs25.conf +++ b/app/boards/intel_adsp_cavs25.conf @@ -12,3 +12,6 @@ CONFIG_RIMAGE_SIGNING_SCHEMA="tgl" CONFIG_DEBUG_COREDUMP=y CONFIG_DEBUG_COREDUMP_BACKEND_INTEL_ADSP_MEM_WINDOW=y CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN=y + +# DTRACE is IPC3 only, disable it +CONFIG_TRACE=n From 4e0121f6569f6210c695fb2bcdda3da3133f530f Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Mon, 17 Jul 2023 13:02:09 +0300 Subject: [PATCH 2/2] board: intel_adsp_cavs25_tglh: Disable DTRACE DTRACE is IPC3 only, it is not used anymore. Signed-off-by: Peter Ujfalusi --- app/boards/intel_adsp_cavs25_tgph.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/boards/intel_adsp_cavs25_tgph.conf b/app/boards/intel_adsp_cavs25_tgph.conf index 75fe4cae8bf3..4cda521f0272 100644 --- a/app/boards/intel_adsp_cavs25_tgph.conf +++ b/app/boards/intel_adsp_cavs25_tgph.conf @@ -11,3 +11,6 @@ CONFIG_RIMAGE_SIGNING_SCHEMA="tgl-h" CONFIG_DEBUG_COREDUMP=y CONFIG_DEBUG_COREDUMP_BACKEND_INTEL_ADSP_MEM_WINDOW=y CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN=y + +# DTRACE is IPC3 only, disable it +CONFIG_TRACE=n