Skip to content

Commit cf23faf

Browse files
committed
ace30: disable context saving
Switch to using partial context saving and restoring, only re-using loaded libraries. This provides the largest time saving and avoids rather slow complete SRAM copying. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 1ebde97 commit cf23faf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ CONFIG_MM_DRV_INTEL_ADSP_TLB_REMAP_UNUSED_RAM=y
7777
CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000
7878

7979
# Zephyr / power settings
80-
CONFIG_ADSP_IMR_CONTEXT_SAVE=y
8180
CONFIG_PM=y
8281
CONFIG_PM_DEVICE=y
8382
CONFIG_PM_DEVICE_RUNTIME=y

app/boards/intel_adsp_ace30_wcl.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ CONFIG_MM_DRV_INTEL_ADSP_TLB_REMAP_UNUSED_RAM=y
7070
CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000
7171

7272
# Zephyr / power settings
73-
CONFIG_ADSP_IMR_CONTEXT_SAVE=y
7473
CONFIG_PM=y
7574
CONFIG_PM_DEVICE=y
7675
CONFIG_PM_DEVICE_RUNTIME=y

0 commit comments

Comments
 (0)