Skip to content

v2025.01

Latest
Compare
Choose a tag to compare
@kv2019i kv2019i released this 31 Jan 17:08

The release includes latest binaries of FW, tool and topology for all Intel released platforms, by combining:

  • SOF v2.12 firmware binaries. For older Intel platforms, firmware from v2.2 stable.
  • SOF v2.12 tools. For older Intel platforms, tools from v2.2 stable.
  • SOF v2.12 DSP topologies. For older Intel platforms, topologies matching v2.2.13.

See https://github.com/thesofproject/sof/releases/tag/v2.12 source release notes.

Note: sof-bin releases currently only contain binaries for Intel SOF platforms. The release process is open to other vendors and future versions may include binaries for a larger set of hardware platforms.

New DSP topologies added

For v2.12 series (Meteor Lake and newer), the following new topology files have been added since v2.11:

v2.12.x/sof-ipc4-tplg-v2.12
├── sof-hda-generic-ace3-2ch.tplg
├── sof-hda-generic-ace3-4ch.tplg
├── sof-hda-generic-ace3-idisp-2ch.tplg
├── sof-hda-generic-ace3-idisp-4ch.tplg
├── sof-lnl-cs42l43-l0-2ch.tplg
├── sof-lnl-cs42l43-l0-4ch.tplg
├── sof-lnl-rt712-l2-rt1320-l1.tplg
├── sof-lnl-rt713-l2-rt1320-l13.tplg
├── sof-mtl-cs35l56-l01-fb8.tplg
├── sof-mtl-cs42l43-l3-cs35l56-l01-spkagg.tplg
├── sof-ptl-rt712-l2-rt1320-l1.tplg
├── sof-ptl-rt713-l2-rt1320-l13.tplg
├── sof-ptl-rt721-4ch.tplg
├── sof-ptl-rt721.tplg
├── sof-ptl-rt722-192k.tplg
├── sof-ptl-rt722-4ch.tplg
├── sof-ptl-rt722-96k.tplg
├── sof-tgl-cs35l56-l01-fb8.tplg

For v2.2 series (Raptor Lake and older), the following new topology files have been added since v2024.09.2:

v2.2.x/sof-tplg-v2.2.13
├── sof-adl-rt1316-l02-4ch.tplg
├── sof-rpl-cs42l43-l0.tplg

Notes for distribution packagers

Please double-check you are including full contents of sof-bin to distribution packages. Since v2024.09, the package has started to contain separate module binaries for some of the platforms (e.g. /lib/firmware/intel/sof-ipc4-lib/ folder contains modules for Intel Lunar Lake based systems). These modules are loaded on demand if and when they are referred to by DSP topology files. In other words, please ship the full set of firmware binaries for a platform.

Modules are only used on systems where Linux kernel support is guaranteed to be in place. E.g. for Intel Lunar Lake, any kernel version that supports Lunar Lake has also support for SOF loadable modules. For older platforms, this is not necessarily the case, so sof-bin does not include modules for these platforms. See https://thesofproject.github.io/latest/developer_guides/firmware/llext_modules.html for more information about SOF loadable module support.

Binary recipe

./tarball_multi_releases.bash -r 2025.01 v2.2.x/sof-v2.2 v2.2.x/tools-v2.2 v2.2.x/sof-tplg-v2.2.1 v2.2.x/sof-tplg-v2.2.3 v2.2.x/sof-tplg-v2.2.4 v2.2.x/sof-tplg-v2.2.5 v2.2.x/sof-tplg-v2.2.6 v2.2.x/sof-tplg-v2.2.7 v2.2.x/sof-tplg-v2.2.8 v2.2.x/sof-tplg-v2.2.9 v2.2.x/sof-tplg-v2.2.11 v2.2.x/sof-tplg-v2.2.12 v2.2.x/sof-tplg-v2.2.13 v2.10.x/sof-ipc4-v2.10  v2.12.x/sof-ipc4-tplg-v2.12 v2.12.x/sof-ipc4-v2.12 v2.12.x/sof-ipc4-lib-v2.12 v2.12.x/tools-v2.12

Notes for older Intel platforms

For Intel products based on cAVS2.5 hardware (Tiger Lake, Alder Lake and Raptor Lake), this release provides multiple versions of firmware, SOF v2.12 for IPC4 DSP interface and SOF v2.2 for IPC3 DSP interface. IPC3/2.2 is still the default in upstream Linux for these platforms.

Please see the firmware version table at https://thesofproject.github.io/latest/getting_started/intel_debug/introduction.html#user-space-and-filesystem-requirements for reference.