Skip to content

Commit 3e08585

Browse files
committed
boot-test: enable by default in debug builds except on MTL
SOF boot-test build is now fixed, re-enable it. It isn't working on MTL so far, needs more debugging. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 9ae5f60 commit 3e08585

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

app/boards/intel_adsp_ace15_mtpm.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ CONFIG_SOF_TELEMETRY_IO_PERFORMANCE_MEASUREMENTS=y
3434
CONFIG_SOF_TELEMETRY_PERFORMANCE_MEASUREMENTS=y
3535
CONFIG_ZEPHYR_TWB_SCHEDULER=y
3636
CONFIG_COLD_STORE_EXECUTE_DRAM=y
37+
CONFIG_SOF_BOOT_TEST=n
3738

3839
# SOF / loadable modules
3940
CONFIG_INTEL_MODULES=y

app/debug_overlay.conf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
CONFIG_DEBUG=y
22
CONFIG_ASSERT=y
33

4-
# Disabled until DSP panic #8621 is fixed
5-
# CONFIG_ZTEST=y
6-
# CONFIG_SOF_BOOT_TEST=y
4+
CONFIG_ZTEST=y
5+
CONFIG_TEST_EXTRA_STACK_SIZE=7168
76

87
CONFIG_DAI_VERBOSE_GLITCH_WARNINGS=y
98

zephyr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ config CROSS_CORE_STREAM
134134
config SOF_BOOT_TEST
135135
bool "enable SOF run-time testing"
136136
depends on ZTEST
137+
default y
137138
help
138139
Run tests during boot. This enables an SOF boot-time self-test. When
139140
enabled, the resulting image will run a number of self-tests when the

0 commit comments

Comments
 (0)