Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLEXT: simple changes #9818

Merged
merged 5 commits into from
Feb 11, 2025
Merged

LLEXT: simple changes #9818

merged 5 commits into from
Feb 11, 2025

Conversation

lyakh
Copy link
Collaborator

@lyakh lyakh commented Feb 7, 2025

Extract a couple of simple changes from #9804

@lyakh
Copy link
Collaborator Author

lyakh commented Feb 7, 2025

SOFCI TEST

@@ -230,7 +230,7 @@ static bool llext_manager_section_detached(const elf_shdr_t *shdr)
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"doesn't the whole of struct module_data" ?

Copy link
Member

@lgirdwood lgirdwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just minor item.

const struct sof_man_module_manifest *mod_manifest;
struct lib_manager_segment_desc segment[LIB_MANAGER_N_SEGMENTS];
};

struct lib_manager_mod_ctx {
void *base_addr;
void *base_addr; /* library storage address (DRAM) */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DRAM -> cold ?

llext_manager_link() doesn't need the whole of struct module_data, it
only needs a pointer to a pointer to struct llext. Modify it to only
receive the scope, that it needs.

Signed-off-by: Guennadi Liakhovetski <[email protected]>
Add comments to two structure fields, whose meaning isn't immediately
obvious otherwise.

Signed-off-by: Guennadi Liakhovetski <[email protected]>
Let llext_manager_mod_init() calculate mod_array itself internally,
it has all the data for that.

Signed-off-by: Guennadi Liakhovetski <[email protected]>
Fix a typo, making it impossible to build eq_fir without eq_iir as
LLEXT.

Signed-off-by: Guennadi Liakhovetski <[email protected]>
Modular TDFB needs additional exported symbols from Zephyr and SOF
core.

Signed-off-by: Guennadi Liakhovetski <[email protected]>
@lyakh
Copy link
Collaborator Author

lyakh commented Feb 11, 2025

CI: a single alsabat failure on MTL https://sof-ci.01.org/sofpr/PR9818/build10635/devicetest/index.html , TGL nocodec skipped, a single suspend-resume failure on LNL https://sof-ci.01.org/sofpr/PR9818/build10633/devicetest/index.html and PTL not fully configured yet

@lgirdwood lgirdwood merged commit fc387ab into thesofproject:main Feb 11, 2025
42 of 49 checks passed
@lyakh lyakh deleted the llext branch February 11, 2025 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants