Skip to content

v2024.09

Latest
Compare
Choose a tag to compare
@kv2019i kv2019i released this 27 Sep 07:57

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

  • SOF v2.11.1 FW binaries. For older Intel platforms, FW from v2.2 stable.
  • SOF v2.11 tools. For older Intel platforms, tools from v2.2 stable.
  • SOF v2.11 DSP topologies. For older Intel platforms, topologies matching v2.2.11.

See https://github.com/thesofproject/sof/releases/tag/v2.11 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.11 series (Meteor Lake and newer), the following new topology files have been added since v2.10:

v2.11.x/sof-ipc4-tplg-v2.11
├── sof-adl-cs42l43-l0-cs35l56-l23.tplg
├── sof-arl-cs42l43-l0-cs35l56-l23.tplg
├── sof-arl-cs42l43-l0-cs35l56-l2.tplg
├── sof-arl-cs42l43-l0.tplg
├── sof-arl-cs42l43-l2-cs35l56-l3.tplg
├── sof-arl-cs42l43-l2.tplg
├── sof-hda-generic-ace1-idisp-2ch.tplg
├── sof-hda-generic-ace1-idisp-4ch.tplg
├── sof-hda-generic-cavs25-idisp-2ch.tplg
├── sof-hda-generic-cavs25-idisp-4ch.tplg
├── sof-hda-generic-idisp-2ch.tplg
├── sof-hda-generic-idisp-4ch.tplg
├── sof-lnl-cs42l43-l0-cs35l56-l23.tplg
├── sof-lnl-cs42l43-l0-cs35l56-l3.tplg
├── sof-lnl-cs42l43-l0.tplg
├── sof-mtl-cs42l43-l0.tplg
├── sof-mtl-rt712-l0-2ch.tplg
├── sof-mtl-rt712-l0-4ch.tplg
├── sof-ptl-rt722.tplg
├── sof-rpl-cs42l43-l0.tplg

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

v2.2.x/sof-tplg-v2.2.11
├── sof-hda-generic-4ch-bt.tplg
├── sof-jsl-rt5650.tplg

Binary recipe

./tarball_multi_releases.bash -r 2024.09 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.10.x/sof-ipc4-v2.10  v2.11.x/sof-ipc4-tplg-v2.11 v2.11.x/sof-ipc4-v2.11.1 v2.11.x/sof-ipc4-lib-v2.11.1 v2.11.x/tools-v2.11

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.11 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.

What's Changed

  • Add sof-v2.11 binaries by @kv2019i in #174
  • v2.2.x: Update v2.2.11 topology files for Intel platforms by @kv2019i in #175
  • Add sof-v2.11.1 binaries for Intel TGL/ADL/RPL hardware by @kv2019i in #176

Full Changelog: v2024.06...v2024.09