From e03cca75adf49b6db4eb836c57ea7039b9e72b0e Mon Sep 17 00:00:00 2001 From: Adrian Bonislawski Date: Thu, 15 Jan 2026 08:29:42 +0100 Subject: [PATCH 1/2] boards: ace30 wcl: increase Debug Window size Increase Debug Window (Memory window 2) size by one slot (4096 bytes). The reason for this change is making space for telemetry functionality. Signed-off-by: Adrian Bonislawski --- app/boards/intel_adsp_ace30_wcl.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/app/boards/intel_adsp_ace30_wcl.conf b/app/boards/intel_adsp_ace30_wcl.conf index 0a371469e10b..f80a393b15c5 100644 --- a/app/boards/intel_adsp_ace30_wcl.conf +++ b/app/boards/intel_adsp_ace30_wcl.conf @@ -45,6 +45,7 @@ CONFIG_DAI_DMIC_HW_IOCLK=38400000 CONFIG_DAI_DMIC_HAS_OWNERSHIP=n CONFIG_DAI_DMIC_HAS_MULTIPLE_LINE_SYNC=y CONFIG_DMA_INTEL_ADSP_GPDMA=n +CONFIG_MEMORY_WIN_2_SIZE=12288 CONFIG_MM_DRV_INTEL_ADSP_TLB_REMAP_UNUSED_RAM=y CONFIG_MM_DRV_INTEL_VIRTUAL_REGION_COUNT=2 CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000 From ae98669d8d8e60fdd685878d470ed9e6af17eb3d Mon Sep 17 00:00:00 2001 From: Adrian Bonislawski Date: Thu, 15 Jan 2026 08:30:19 +0100 Subject: [PATCH 2/2] boards: ace30 wcl: enable telemetry and io perf measurements This will enable Telemetry feature for ACE 3.0 WCL Signed-off-by: Adrian Bonislawski --- app/boards/intel_adsp_ace30_wcl.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/boards/intel_adsp_ace30_wcl.conf b/app/boards/intel_adsp_ace30_wcl.conf index f80a393b15c5..cf6547edc1fb 100644 --- a/app/boards/intel_adsp_ace30_wcl.conf +++ b/app/boards/intel_adsp_ace30_wcl.conf @@ -20,6 +20,9 @@ CONFIG_COMP_STFT_PROCESS=y CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL=n CONFIG_PROBE=y CONFIG_PROBE_DMA_MAX=2 +CONFIG_SOF_TELEMETRY=y +CONFIG_SOF_TELEMETRY_IO_PERFORMANCE_MEASUREMENTS=y +CONFIG_SOF_TELEMETRY_PERFORMANCE_MEASUREMENTS=y CONFIG_COLD_STORE_EXECUTE_DRAM=y # SOF / loadable modules