Commit c51277d
committed
manifest: rimage: llext: Add user_mode param to SOF_LLEXT_MODULE_MANIFEST
Extend the SOF_LLEXT_MODULE_MANIFEST macro with an optional variadic
parameter to specify the user_mode flag for llext modules. When the
argument is omitted, user_mode defaults to 0, preserving backward
compatibility with existing module manifests.
Update the rimage to propagate the user_mode field from the module manifest
to manifest structure in the final firmware binary image.
Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>1 parent a32d983 commit c51277d
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
| |||
0 commit comments