From 30719db667982c9cb4935c7f3e0fd236f2994e38 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Thu, 21 Aug 2025 14:21:50 +0300 Subject: [PATCH 1/2] app: boards: intel_adsp_ace30_ptl: disable winconsole logs Disable the winconsole logging method. The winconsole logging method uses the same memory window as CONFIG_SOF_TELEMETRY and must not be enabled at the same time. Even without the conflict, we don't need to have multiple logging methods enabled by default. Signed-off-by: Kai Vehmanen --- app/boards/intel_adsp_ace30_ptl.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/boards/intel_adsp_ace30_ptl.conf b/app/boards/intel_adsp_ace30_ptl.conf index 6eac290aa74e..7abfb3aa99c6 100644 --- a/app/boards/intel_adsp_ace30_ptl.conf +++ b/app/boards/intel_adsp_ace30_ptl.conf @@ -97,6 +97,7 @@ CONFIG_POWER_DOMAIN_INTEL_ADSP=y # Zephyr / logging CONFIG_LOG=y +CONFIG_LOG_BACKEND_ADSP=n CONFIG_LOG_BACKEND_ADSP_MTRACE=y CONFIG_LOG_FLUSH_SLEEP_US=5000 CONFIG_LOG_FUNC_NAME_PREFIX_ERR=y @@ -106,3 +107,4 @@ CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y CONFIG_LOG_MODE_DEFERRED=y CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y CONFIG_LOG_TIMESTAMP_64BIT=y +CONFIG_WINSTREAM_CONSOLE=n From d8aa2854c0719f9dce38aef851764fe9ece6e271 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Thu, 21 Aug 2025 14:23:59 +0300 Subject: [PATCH 2/2] app: boards: intel_adsp_ace30_wcl: disable winconsole logs Disable the winconsole logging method. The winconsole logging method uses the same memory window as CONFIG_SOF_TELEMETRY and must not be enabled at the same time. Even without the conflict, we don't need to have multiple logging methods enabled by default. Signed-off-by: Kai Vehmanen --- app/boards/intel_adsp_ace30_wcl.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/boards/intel_adsp_ace30_wcl.conf b/app/boards/intel_adsp_ace30_wcl.conf index 8776c099fa24..8bca96d5766f 100644 --- a/app/boards/intel_adsp_ace30_wcl.conf +++ b/app/boards/intel_adsp_ace30_wcl.conf @@ -82,6 +82,7 @@ CONFIG_POWER_DOMAIN_INTEL_ADSP=y # Zephyr / logging CONFIG_LOG=y +CONFIG_LOG_BACKEND_ADSP=n CONFIG_LOG_BACKEND_ADSP_MTRACE=y CONFIG_LOG_FLUSH_SLEEP_US=5000 CONFIG_LOG_FUNC_NAME_PREFIX_ERR=y @@ -91,3 +92,4 @@ CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y CONFIG_LOG_MODE_DEFERRED=y CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y CONFIG_LOG_TIMESTAMP_64BIT=y +CONFIG_WINSTREAM_CONSOLE=n