Skip to content

Commit 5641a40

Browse files
committed
intel_adsp: kconfig: Increase the default size of MEMORY_WIN_2_SIZE
The current default of 8192 will provide only 2 pages in debug window: page0: descriptors page1: slot0 However, the coredump is hardwired to use slot1, which by default is not valid. Increase the default window size to 12288 to allow three pages. This change affects CAVS25 only as it is using default window sizes and the window 3 is not used in this configuration at all (it was used with IPC3 only), so we do have enough space for the three page - we could even increase the default to cover 4 pages (8192+8192), but let's be conservative on this. Signed-off-by: Peter Ujfalusi <[email protected]>
1 parent 0520dfe commit 5641a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/intel/intel_adsp/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ config MEMORY_WIN_1_SIZE
6666

6767
config MEMORY_WIN_2_SIZE
6868
int "Size of memory window 2"
69-
default 8192
69+
default 12288
7070
help
7171
Size of memory window 2.
7272

0 commit comments

Comments
 (0)