Releases: thesofproject/sof-bin
v2.2.6
There's no FW binary change. This release adds a few new topology binaries for Intel Tiger Lake (TGL), Alder Lake (ADL) and Raptor Lake (RPL) platforms:
sof-tplg-v2.2.6/
├── sof-adl-nocodec-hdmi-ssp02.tplg
├── sof-adl-rt1316-l1-mono-rt714-l0.tplg
├── sof-rpl-rt711-l0-rt1316-l12-rt714-l3.tplg
├── sof-rpl-rt711-l0.tplg
├── sof-rpl-rt711-l2.tplg
├── sof-tgl-nocodec-hdmi-ssp15.tplg
└── sof-tgl-rt1308-ssp2-hdmi-ssp15.tplg
For topology source code change, please refer to https://github.com/thesofproject/sof/releases/tag/v2.2.6
The tar ball includes latest binaries of FW, tool and topology for all Intel released platforms, by combining:
- FW binaries v2.2
- Sof tools v2.2
- Topology v2.2.1, v2.2.3, v2.2.4, v2.2.5 and v2.2.6
./tarball_multi_releases.bash 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.5
There's no FW binary change. This release adds a few new topology binaries for Intel Alder Lake (ADL) platforms:
sof-tplg-v2.2.5/
├── sof-adl-es8336-dmic2ch-ssp0.tplg
├── sof-adl-es8336-dmic2ch-ssp1.tplg
├── sof-adl-es8336-dmic2ch-ssp2.tplg
├── sof-adl-es8336-dmic4ch-ssp0.tplg
├── sof-adl-es8336-dmic4ch-ssp1.tplg
├── sof-adl-es8336-dmic4ch-ssp2.tplg
├── sof-adl-es8336-ssp0.tplg
├── sof-adl-es8336-ssp2.tplg
└── sof-adl-es8336.tplg
For topology source code change, please refer to https://github.com/thesofproject/sof/releases/tag/v2.2.5
The tar ball includes latest binaries of FW, tool and topology for all Intel released platforms, by combining:
- FW binaries v2.2
- Sof tools v2.2
- Topology v2.2.1, v2.2.3, v2.2.4 and v2.2.5
./tarball_multi_releases.bash 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.4
There's no FW binary change. This release adds a few new topology binaries for Intel Raptor lake (RPL), Alder Lake (ADL) and Jasper Lake (JSL) platforms:
sof-tplg-v2.2.4/
├── sof-adl-rt711-l0-rt1316-l2-2ch.tplg
├── sof-adl-rt711-l0-rt1316-l2-4ch.tplg
├── sof-jsl-rt5682.tplg
├── sof-rpl-rt711-l0-rt1318-l12.tplg
└── sof-rpl-rt711-l2-rt1316-l01.tplg
For topology source code change, please refer to https://github.com/thesofproject/sof/releases/tag/v2.2.4
The tar ball includes latest binaries of FW, tool and topology for all Intel released platforms, by combining:
- FW binaries v2.2
- Sof tools v2.2
- Topology v2.2.1, v2.2.3 and v2.2.4
$./tarball_multi_releases.bash 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.3
This is the binary release of SOF v2.2.3 https://github.com/thesofproject/sof/releases/tag/v2.2.3, adding
ADL-N FW binary and topology updates for Intel ADL/RPL/ICL platforms.
The tarball is generated by combining
- FW binaries v2.2 (no FW source code change since v2.2)
- Sof tools v2.2
- Topology v2.2.1 and v2.2.3
./tarball_multi_releases.bash 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.2
v2.2.2 is to add support for Intel Raptor Lake (RPL) platform. v2.2.x is the stable release for Intel RPL and previous released products.
RPL has the same community signed binaries as TGL, and same Intel-signed binaries as ADL, because:
- TGL/ADL/RPL share the same audio IP and community signature;
- ADL and RPL also share the same production signature, but different from TGL.
Create new folder sof-v2.2.2 and create new symbolic links for RPL. They point to v2.2 TGL and ADL FW binaries:
sof-v2.2.2/
├── community
│ ├── sof-rpl.ri -> sof-tgl.ri
│ └── sof-rpl-s.ri -> sof-tgl-h.ri
├── intel-signed
│ ├── sof-rpl.ri -> sof-adl.ri
│ └── sof-rpl-s.ri -> sof-adl-s.ri
├── sof-rpl.ldc -> sof-tgl.ldc
├── sof-rpl.ri -> intel-signed/sof-rpl.ri
├── sof-rpl-s.ldc -> sof-tgl-h.ldc
└── sof-rpl-s.ri -> intel-signed/sof-rpl-s.ri
sof-v2.2.2 needs to be combined with sof-v2.2 to get FW binaries for all Intel released platforms. All other Intel platforms can stay with v2.2 FW binaries, because there are no FW source code or binary updates from v2.2
The latest version of sof tools is v2.2
The latest version of topology is v2.2.1
To generate a tarball to include latest binaries of FW, tool and topology binaries for all Intel released platforms, please combine v2.2 FW binaries, v2.2 sof tools, v2.2.1 topology, and this v2.2.2 FW updates for RPL:
$ ./tarball_multi_releases.bash v2.2.x/sof-v2.2 v2.2.x/tools-v2.2 v2.2.x/sof-tplg-v2.2.1/ v2.2.x/sof-v2.2.2
The manifest file in the tar ball can show source version of each file and symbolic link.
To install v2.2.2, please extract the tarball and run ./install.sh v2.2.2
If you're not satisfied with this sof-bin-v2.2.2.tar.gz
, you can generate your own tarball(s).
v2.2.1
See release notes at: https://github.com/thesofproject/sof/releases/tag/v2.2.1
v2.2
See release notes at: https://github.com/thesofproject/sof/releases/tag/v2.2
v2.1.1a: add some SoundWire TPLGs for Dell devices
v2.2-rc1
See release notes at: https://github.com/thesofproject/sof/releases/tag/v2.2-rc1
v2.1.1
See release notes at: https://github.com/thesofproject/sof/releases/tag/v2.1.1