[Sound-open-firmware] Loading external library

Liam Girdwood liam.r.girdwood at linux.intel.com
Fri Jun 15 20:28:52 CEST 2018


On Fri, 2018-06-15 at 18:42 +0300, Daniel Baluta wrote:
> Hi,
> 
> Does SOF firmware/driver supports loading a library and executing code from
> it?

Yes, this can currently done by :-

1) Building the library (source or binary) into the base firmware image like
SRC, mixer etc is today.

2) Building the library as a separate module that is stitched into the FW image
and loaded with base FW (like boot loader on APL/CNL).

and step 3 is work in progress (in module branch)

3) Building the library as a separate module that is loaded and linked at
runtime (like Linux kernel modules).

Liam 

> e.g Loading binary for a codec and use it to decode a file.
> 
> thanks,
> Daniel.
> _______________________________________________
> Sound-open-firmware mailing list
> Sound-open-firmware at alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/sound-open-firmware


More information about the Sound-open-firmware mailing list