Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Add lib_code module type.
Browse files Browse the repository at this point in the history
External libraries can contain processing module code or common library code.
Library manager need to distinguish between both type of modules for proper loading.

Signed-off-by: Jaroslaw Stelter <jaroslaw.stelter@intel.com>
  • Loading branch information
jxstelter authored and lgirdwood committed Jun 28, 2022
1 parent 12bb327 commit 5504179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/include/rimage/sof/user/manifest.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ struct sof_man_module_type {
uint32_t auto_start:1;
uint32_t domain_ll:1;
uint32_t domain_dp:1;
uint32_t rsvd_:25;
uint32_t lib_code:1;
uint32_t rsvd_:24;
};

/* segment flags.type */
Expand Down

0 comments on commit 5504179

Please sign in to comment.