From 42b4097c67cf8fea3371fbb0ec1981ac01e0888d Mon Sep 17 00:00:00 2001 From: Adrian Bonislawski Date: Mon, 26 Jan 2026 10:31:59 +0100 Subject: [PATCH 1/2] boards: ace40: disable IMR context save Disabled IMR context save feature as it is not used in the Chrome build Signed-off-by: Adrian Bonislawski --- app/boards/intel_adsp_ace40_nvl.conf | 2 +- app/boards/intel_adsp_ace40_nvls.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/boards/intel_adsp_ace40_nvl.conf b/app/boards/intel_adsp_ace40_nvl.conf index 75652f508d53..b4c58e02c908 100644 --- a/app/boards/intel_adsp_ace40_nvl.conf +++ b/app/boards/intel_adsp_ace40_nvl.conf @@ -46,7 +46,7 @@ CONFIG_MM_DRV_INTEL_VIRTUAL_REGION_COUNT=2 CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000 # Zephyr / power settings -CONFIG_ADSP_IMR_CONTEXT_SAVE=y +CONFIG_ADSP_IMR_CONTEXT_SAVE=n CONFIG_PM_POLICY_CUSTOM=y CONFIG_PM_PREWAKEUP_CONV_MODE_CEIL=y CONFIG_SRAM_RETENTION_MODE=n diff --git a/app/boards/intel_adsp_ace40_nvls.conf b/app/boards/intel_adsp_ace40_nvls.conf index 75652f508d53..b4c58e02c908 100644 --- a/app/boards/intel_adsp_ace40_nvls.conf +++ b/app/boards/intel_adsp_ace40_nvls.conf @@ -46,7 +46,7 @@ CONFIG_MM_DRV_INTEL_VIRTUAL_REGION_COUNT=2 CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000 # Zephyr / power settings -CONFIG_ADSP_IMR_CONTEXT_SAVE=y +CONFIG_ADSP_IMR_CONTEXT_SAVE=n CONFIG_PM_POLICY_CUSTOM=y CONFIG_PM_PREWAKEUP_CONV_MODE_CEIL=y CONFIG_SRAM_RETENTION_MODE=n From 5f4ae2dec9e15a8c20a3ba6f7ddea78839700c59 Mon Sep 17 00:00:00 2001 From: Adrian Bonislawski Date: Tue, 10 Feb 2026 09:53:37 +0100 Subject: [PATCH 2/2] versions.json: set version to 2.14.1202 Set version to 2.14.1202 to prepare for nvl-002 release. Signed-off-by: Adrian Bonislawski --- versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.json b/versions.json index 89bebab40c35..edcbfa15d4b8 100644 --- a/versions.json +++ b/versions.json @@ -2,6 +2,6 @@ "SOF": { "MAJOR": "2", "MINOR": "14", - "MICRO": "99" + "MICRO": "1202" } }