Commit 48fffe0
Update manifest module type with ref FW state
The reference FW added some new definitions to manifest
man_module_type structure. The SOF version must be updated to
synchronize with reference FW definitions.
Added fields:
- domain_rtos - indicates whether a module can be executed in RTOS
scheduling domain;
- core_type - LX7 HiFi4, Fusion etc.
- user_mode - module executed in non-priviledged mode
- large_param - IPC supports parameters above 4kB
- stack_on_bss - allocate DP task stack in module bss section
Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>1 parent 1391978 commit 48fffe0
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 | | |
45 | | - | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
0 commit comments