Commit 7242f73
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 b1fb533 commit 7242f73
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 | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
181 | 190 | | |
182 | 191 | | |
183 | 192 | | |
| |||
0 commit comments