Skip to content

Conversation

@lyakh
Copy link
Collaborator

@lyakh lyakh commented Jan 13, 2025

smart-amp-test was one of the first modules, used as an example for loadable module development. Currently it can be built in 4 ways:

  • monolithic
  • as an LMDK native module
  • as legacy LLEXT
  • as current LLEXT

This commit removes legacy options and only preserves the first and the last possibilities.

@lgirdwood
Copy link
Member

@abonislawski whats happening with LMDK these days now that we can do llext ? Can we support LMDK APIs and loading via llext ?

@abonislawski
Copy link
Member

@lgirdwood we are only keeping one LMDK module (downmixer) in CI just in case if something change in the future roadmap. But in general it is frozen and we can remove smart-amp

@lyakh
Copy link
Collaborator Author

lyakh commented Jan 14, 2025

Copy link
Collaborator

@kv2019i kv2019i left a comment

Choose a reason for hiding this comment

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

Mostly ok, but a few suprise code removals that I can't link to smart-amp-test, please see inline

} >HPSRAM_seg : data_phdr

.rodata : ALIGN(4096) {
.rodata : {
Copy link
Collaborator

Choose a reason for hiding this comment

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

? Thhis seems very odd in a PR to remove smart-ampt-test

@kv2019i
Copy link
Collaborator

kv2019i commented Feb 13, 2025

@lyakh Can you rebase?

smart-amp-test was one of the first modules, used as an example for
loadable module development. Currently it can be built in 4 ways:
- monolithic
- as an LMDK native module
- as legacy LLEXT
- as current LLEXT
This commit removes legacy options and only preserves the first and
the last options.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
@kv2019i kv2019i merged commit 2bd7e9d into thesofproject:main Feb 14, 2025
45 of 49 checks passed
@lyakh lyakh deleted the smatest branch February 17, 2025 16:01
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.

4 participants