Commit 553b0f2
committed
zephyr: add CONFIG_SOF_BOOT_TEST_STANDALONE
Add a new variant to boot time testing for tests that will
either need the IPC host interface for test purposes and is
not guaranteed to be compatible with the normla host IPC interface,
or the tests cause side-effects which can influence behaviour
of the firmware after tests are complete.
This option is intended to run complex tests that use SOF
functionality, run on target hardware, but may not coexist with
normal functionality provided by SOF.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>1 parent df76365 commit 553b0f2
2 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
297 | 302 | | |
298 | 303 | | |
299 | 304 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
187 | 196 | | |
188 | 197 | | |
189 | 198 | | |
| |||
0 commit comments