From c47ab895ef233ef10611ba646cbb46a90e73d920 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 14 Oct 2020 16:19:31 +0200 Subject: [PATCH 01/69] Update to v1.6 (Oct 13 2020) --- .gitignore | 1 + alsa-sof-firmware.spec | 18 +++++++++--------- sources | 3 +-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 0c7be40..c5cc832 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /sof-bin-72a04d5.tar.gz /sof-bin-topology-1.5-dmic-20db-fix.tar.gz /sof-bin-e6d11bf.tar.gz +/sof-bin-47b436a.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index ef94d8b..dd80117 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,8 +4,8 @@ %global _firmwarepath /usr/lib/firmware -%global sof_version 1.5 -%global sof_commit e6d11bf44f0c7ad6032d201e753aa254bb075ee7 +%global sof_version 1.6 +%global sof_commit 47b436af36c18c3b4f409e1d9452aea18e17abc8 %global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7}) Summary: Firmware and topology files for Sound Open Firmware project @@ -16,7 +16,6 @@ Release: 2%{?dist} License: BSD URL: https://github.com/thesofproject/sof-bin Source: https://github.com/thesofproject/sof-bin/archive/%{sof_commit}/sof-bin-%{sof_shortcommit}.tar.gz -Source10: https://www.alsa-project.org/files/pub/misc/sof/sof-bin-topology-1.5-dmic-20db-fix.tar.gz Conflicts: alsa-firmware <= 1.2.1-6 # noarch, since the package is firmware @@ -43,13 +42,13 @@ mv intel/sof/v%{sof_version}/* intel/sof rmdir intel/sof/v%{sof_version} # rename intel signed firmware files -for platform in apl cnl icl; do +for platform in apl cnl icl tgl; do mv intel/sof/intel-signed/sof-$platform-v%{sof_version}.ri intel/sof/intel-signed/sof-$platform.ri ln -sf intel-signed/sof-$platform.ri intel/sof/sof-$platform.ri done # rename public signed firmware files -for platform in apl cnl icl; do +for platform in apl cnl icl tgl; do mv intel/sof/public-signed/sof-$platform-v%{sof_version}.ri intel/sof/public-signed/sof-$platform.ri done @@ -72,10 +71,8 @@ rm -f intel/sof-tplg mv intel/sof-tplg-v%{sof_version} intel/sof-tplg # remove NXP firmware files -rm -rf nxp - -# patch the topology files (DMIC equalizer fix) -tar xvzf %{SOURCE10} -C intel/sof-tplg +rm -rf nxp ../../LICENCE.NXP +rm -rf intel/sof-tplg/sof-imx8* %build @@ -118,6 +115,9 @@ if st and st.type == "link" then end %changelog +* Wed Oct 14 2020 Jaroslav Kysela - 1.6-1 +- Update to v1.6 (Oct 13) + * Mon Jul 27 2020 Fedora Release Engineering - 1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 3f4f401..63b02cf 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (sof-bin-topology-1.5-dmic-20db-fix.tar.gz) = d933433a1327cc32f2b4c783aee7fca8d5d89f04ebb764b9e6ebb46c84b0035b54083aab50118879da16eedaf8301063be87c680eec09f4b2c4d2915735b7247 -SHA512 (sof-bin-e6d11bf.tar.gz) = 6f5ece43a6f15be4dd38b52bf2d65402a667a8c431688f815e5eabd22ff7efa273052823dba64d68096202e468c7a623bb2338d7cbcbae855cdac78af41824c2 +SHA512 (sof-bin-47b436a.tar.gz) = 447726c70344f029c246f83d8071da953e7a90b2f810ecd46a42802956173e4faabf86f65a18fbfbea570190f081cb026b688209218b9ac9b51fee94fbacc0ca From 54daf35c6a35762c46f080ce3d6e26b2de2dede6 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 14 Oct 2020 16:23:52 +0200 Subject: [PATCH 02/69] fix the release number --- alsa-sof-firmware.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index dd80117..5026cf7 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -11,7 +11,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_version} -Release: 2%{?dist} +Release: 1%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin From 93b6ec77a8b79289f96871004b4aa8ba3845c528 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 14 Oct 2020 16:19:31 +0200 Subject: [PATCH 03/69] Update to v1.6 (Oct 13 2020) --- .gitignore | 1 + alsa-sof-firmware.spec | 20 ++++++++++---------- sources | 3 +-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 0c7be40..c5cc832 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /sof-bin-72a04d5.tar.gz /sof-bin-topology-1.5-dmic-20db-fix.tar.gz /sof-bin-e6d11bf.tar.gz +/sof-bin-47b436a.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index ef94d8b..5026cf7 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,19 +4,18 @@ %global _firmwarepath /usr/lib/firmware -%global sof_version 1.5 -%global sof_commit e6d11bf44f0c7ad6032d201e753aa254bb075ee7 +%global sof_version 1.6 +%global sof_commit 47b436af36c18c3b4f409e1d9452aea18e17abc8 %global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7}) Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_version} -Release: 2%{?dist} +Release: 1%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin Source: https://github.com/thesofproject/sof-bin/archive/%{sof_commit}/sof-bin-%{sof_shortcommit}.tar.gz -Source10: https://www.alsa-project.org/files/pub/misc/sof/sof-bin-topology-1.5-dmic-20db-fix.tar.gz Conflicts: alsa-firmware <= 1.2.1-6 # noarch, since the package is firmware @@ -43,13 +42,13 @@ mv intel/sof/v%{sof_version}/* intel/sof rmdir intel/sof/v%{sof_version} # rename intel signed firmware files -for platform in apl cnl icl; do +for platform in apl cnl icl tgl; do mv intel/sof/intel-signed/sof-$platform-v%{sof_version}.ri intel/sof/intel-signed/sof-$platform.ri ln -sf intel-signed/sof-$platform.ri intel/sof/sof-$platform.ri done # rename public signed firmware files -for platform in apl cnl icl; do +for platform in apl cnl icl tgl; do mv intel/sof/public-signed/sof-$platform-v%{sof_version}.ri intel/sof/public-signed/sof-$platform.ri done @@ -72,10 +71,8 @@ rm -f intel/sof-tplg mv intel/sof-tplg-v%{sof_version} intel/sof-tplg # remove NXP firmware files -rm -rf nxp - -# patch the topology files (DMIC equalizer fix) -tar xvzf %{SOURCE10} -C intel/sof-tplg +rm -rf nxp ../../LICENCE.NXP +rm -rf intel/sof-tplg/sof-imx8* %build @@ -118,6 +115,9 @@ if st and st.type == "link" then end %changelog +* Wed Oct 14 2020 Jaroslav Kysela - 1.6-1 +- Update to v1.6 (Oct 13) + * Mon Jul 27 2020 Fedora Release Engineering - 1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 3f4f401..63b02cf 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (sof-bin-topology-1.5-dmic-20db-fix.tar.gz) = d933433a1327cc32f2b4c783aee7fca8d5d89f04ebb764b9e6ebb46c84b0035b54083aab50118879da16eedaf8301063be87c680eec09f4b2c4d2915735b7247 -SHA512 (sof-bin-e6d11bf.tar.gz) = 6f5ece43a6f15be4dd38b52bf2d65402a667a8c431688f815e5eabd22ff7efa273052823dba64d68096202e468c7a623bb2338d7cbcbae855cdac78af41824c2 +SHA512 (sof-bin-47b436a.tar.gz) = 447726c70344f029c246f83d8071da953e7a90b2f810ecd46a42802956173e4faabf86f65a18fbfbea570190f081cb026b688209218b9ac9b51fee94fbacc0ca From b81d868c9638eff1a7a5ab90ada52a27a220740c Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 19 Nov 2020 17:51:56 +0100 Subject: [PATCH 04/69] update to v1.6 (Nov 19) --- .gitignore | 1 + alsa-sof-firmware.spec | 23 +++++++++++++---------- sources | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index c5cc832..7c87519 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /sof-bin-topology-1.5-dmic-20db-fix.tar.gz /sof-bin-e6d11bf.tar.gz /sof-bin-47b436a.tar.gz +/sof-bin-da8cb04.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 5026cf7..b548c2e 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -5,13 +5,13 @@ %global sof_version 1.6 -%global sof_commit 47b436af36c18c3b4f409e1d9452aea18e17abc8 +%global sof_commit da8cb04cbd2f6031a2465794282f103ec83f15fe %global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7}) Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_version} -Release: 1%{?dist} +Release: 2%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -38,28 +38,28 @@ This package contains the debug files for the Sound Open Firmware project. cd lib/firmware # we have the version in the package name -mv intel/sof/v%{sof_version}/* intel/sof -rmdir intel/sof/v%{sof_version} +mv intel/sof/%{sof_version}/* intel/sof +rmdir intel/sof/%{sof_version} # rename intel signed firmware files for platform in apl cnl icl tgl; do - mv intel/sof/intel-signed/sof-$platform-v%{sof_version}.ri intel/sof/intel-signed/sof-$platform.ri + mv intel/sof/intel-signed/sof-$platform-%{sof_version}.ri intel/sof/intel-signed/sof-$platform.ri ln -sf intel-signed/sof-$platform.ri intel/sof/sof-$platform.ri done # rename public signed firmware files for platform in apl cnl icl tgl; do - mv intel/sof/public-signed/sof-$platform-v%{sof_version}.ri intel/sof/public-signed/sof-$platform.ri + mv intel/sof/public-signed/sof-$platform-%{sof_version}.ri intel/sof/public-signed/sof-$platform.ri done # rename unsigned firmware files for platform in bdw byt cht; do - mv intel/sof/sof-$platform-v%{sof_version}.ri intel/sof/sof-$platform.ri + mv intel/sof/sof-$platform-%{sof_version}.ri intel/sof/sof-$platform.ri done # rename debug files -for platform in apl bdw byt cht cnl icl; do - mv intel/sof/sof-$platform-v%{sof_version}.ldc intel/sof/sof-$platform.ldc +for platform in apl bdw byt cht cnl icl tgl; do + mv intel/sof/sof-$platform-%{sof_version}.ldc intel/sof/sof-$platform.ldc done # add missing symlink @@ -68,7 +68,7 @@ ln -s intel-signed/sof-cnl.ri intel/sof/sof-cfl.ri # move topology files rm -f intel/sof-tplg -mv intel/sof-tplg-v%{sof_version} intel/sof-tplg +mv intel/sof-tplg-%{sof_version} intel/sof-tplg # remove NXP firmware files rm -rf nxp ../../LICENCE.NXP @@ -115,6 +115,9 @@ if st and st.type == "link" then end %changelog +* Wed Oct 14 2020 Jaroslav Kysela - 1.6-2 +- Update to v1.6 (Nov 19) + * Wed Oct 14 2020 Jaroslav Kysela - 1.6-1 - Update to v1.6 (Oct 13) diff --git a/sources b/sources index 63b02cf..e20e77b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-47b436a.tar.gz) = 447726c70344f029c246f83d8071da953e7a90b2f810ecd46a42802956173e4faabf86f65a18fbfbea570190f081cb026b688209218b9ac9b51fee94fbacc0ca +SHA512 (sof-bin-da8cb04.tar.gz) = a20c25b293903a7ab9581545e584500c9c09133bd9c71c233fa4ccae3a5678357af185953d592a634c5254590855df1ce1ed280413b19cdaa5364715281020bb From e72f339e1c9ca331972f47128ff42c77f02fef2f Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 19 Nov 2020 17:53:23 +0100 Subject: [PATCH 05/69] increase release (duplicate build) --- alsa-sof-firmware.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index b548c2e..4fa6378 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -11,7 +11,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_version} -Release: 2%{?dist} +Release: 3%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -115,7 +115,7 @@ if st and st.type == "link" then end %changelog -* Wed Oct 14 2020 Jaroslav Kysela - 1.6-2 +* Wed Oct 14 2020 Jaroslav Kysela - 1.6-3 - Update to v1.6 (Nov 19) * Wed Oct 14 2020 Jaroslav Kysela - 1.6-1 From 6b47dc50d0c385361b241bb79dbcadf6e0c3a741 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 10 Dec 2020 17:43:23 +0100 Subject: [PATCH 06/69] update to latest v1.6 (Dec 9) --- alsa-sof-firmware.spec | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 4fa6378..23ff1e3 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -5,13 +5,13 @@ %global sof_version 1.6 -%global sof_commit da8cb04cbd2f6031a2465794282f103ec83f15fe +%global sof_commit faa5bdc276651f3f8b7c77612fff770bd778987b %global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7}) Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_version} -Release: 3%{?dist} +Release: 4%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -38,37 +38,39 @@ This package contains the debug files for the Sound Open Firmware project. cd lib/firmware # we have the version in the package name -mv intel/sof/%{sof_version}/* intel/sof -rmdir intel/sof/%{sof_version} +mv intel/sof/v%{sof_version}/* intel/sof +rmdir intel/sof/v%{sof_version} # rename intel signed firmware files -for platform in apl cnl icl tgl; do - mv intel/sof/intel-signed/sof-$platform-%{sof_version}.ri intel/sof/intel-signed/sof-$platform.ri +for platform in apl cnl ehl icl tgl; do + mv intel/sof/intel-signed/sof-$platform-v%{sof_version}.ri intel/sof/intel-signed/sof-$platform.ri ln -sf intel-signed/sof-$platform.ri intel/sof/sof-$platform.ri done # rename public signed firmware files -for platform in apl cnl icl tgl; do - mv intel/sof/public-signed/sof-$platform-%{sof_version}.ri intel/sof/public-signed/sof-$platform.ri +for platform in apl cnl icl jsl tgl; do + mv intel/sof/public-signed/sof-$platform-v%{sof_version}.ri intel/sof/public-signed/sof-$platform.ri done # rename unsigned firmware files for platform in bdw byt cht; do - mv intel/sof/sof-$platform-%{sof_version}.ri intel/sof/sof-$platform.ri + mv intel/sof/sof-$platform-v%{sof_version}.ri intel/sof/sof-$platform.ri done # rename debug files -for platform in apl bdw byt cht cnl icl tgl; do - mv intel/sof/sof-$platform-%{sof_version}.ldc intel/sof/sof-$platform.ldc +for platform in apl bdw byt cht cnl ehl icl jsl tgl; do + mv intel/sof/sof-$platform-v%{sof_version}.ldc intel/sof/sof-$platform.ldc done -# add missing symlink +# add missing symlinks +ln -s public-signed/sof-jsl.ri intel/sof/sof-jsl.ri +ln -s intel-signed/sof-apl.ri intel/sof/sof-glk.ri ln -s intel-signed/sof-cnl.ri intel/sof/sof-cml.ri ln -s intel-signed/sof-cnl.ri intel/sof/sof-cfl.ri # move topology files rm -f intel/sof-tplg -mv intel/sof-tplg-%{sof_version} intel/sof-tplg +mv intel/sof-tplg-v%{sof_version} intel/sof-tplg # remove NXP firmware files rm -rf nxp ../../LICENCE.NXP @@ -115,7 +117,10 @@ if st and st.type == "link" then end %changelog -* Wed Oct 14 2020 Jaroslav Kysela - 1.6-3 +* Thu Dec 10 2020 Jaroslav Kysela - 1.6-4 +- Update to v1.6 (Dec 9) + +* Thu Nov 19 2020 Jaroslav Kysela - 1.6-3 - Update to v1.6 (Nov 19) * Wed Oct 14 2020 Jaroslav Kysela - 1.6-1 From 38c4e4561fb5b34d395b448298bdc30796347231 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 10 Dec 2020 18:07:29 +0100 Subject: [PATCH 07/69] update sources --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7c87519..311c6e2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /sof-bin-e6d11bf.tar.gz /sof-bin-47b436a.tar.gz /sof-bin-da8cb04.tar.gz +/sof-bin-faa5bdc.tar.gz diff --git a/sources b/sources index e20e77b..89eea20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-da8cb04.tar.gz) = a20c25b293903a7ab9581545e584500c9c09133bd9c71c233fa4ccae3a5678357af185953d592a634c5254590855df1ce1ed280413b19cdaa5364715281020bb +SHA512 (sof-bin-faa5bdc.tar.gz) = 0e1bd526b3fd1c85d10b6612da25f044a62eeb2025dc4ac19ed2c7a2cffecdab50ce65ec714cf8ce2bb2eb2efe128495f9a13a48264593c15649f76b4b026359 From e634fbf5e118d7bbd171bd69ad43b54e0cd661f0 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 11 Dec 2020 16:17:56 +0100 Subject: [PATCH 08/69] update to v1.6 (Dec 9 2020) --- .gitignore | 2 ++ alsa-sof-firmware.spec | 17 +++++++++++------ sources | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index c5cc832..311c6e2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /sof-bin-topology-1.5-dmic-20db-fix.tar.gz /sof-bin-e6d11bf.tar.gz /sof-bin-47b436a.tar.gz +/sof-bin-da8cb04.tar.gz +/sof-bin-faa5bdc.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 5026cf7..64fb2d4 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -5,13 +5,13 @@ %global sof_version 1.6 -%global sof_commit 47b436af36c18c3b4f409e1d9452aea18e17abc8 +%global sof_commit faa5bdc276651f3f8b7c77612fff770bd778987b %global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7}) Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_version} -Release: 1%{?dist} +Release: 2%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -42,13 +42,13 @@ mv intel/sof/v%{sof_version}/* intel/sof rmdir intel/sof/v%{sof_version} # rename intel signed firmware files -for platform in apl cnl icl tgl; do +for platform in apl cnl ehl icl tgl; do mv intel/sof/intel-signed/sof-$platform-v%{sof_version}.ri intel/sof/intel-signed/sof-$platform.ri ln -sf intel-signed/sof-$platform.ri intel/sof/sof-$platform.ri done # rename public signed firmware files -for platform in apl cnl icl tgl; do +for platform in apl cnl icl jsl tgl; do mv intel/sof/public-signed/sof-$platform-v%{sof_version}.ri intel/sof/public-signed/sof-$platform.ri done @@ -58,11 +58,13 @@ for platform in bdw byt cht; do done # rename debug files -for platform in apl bdw byt cht cnl icl; do +for platform in apl bdw byt cht cnl ehl icl jsl tgl; do mv intel/sof/sof-$platform-v%{sof_version}.ldc intel/sof/sof-$platform.ldc done -# add missing symlink +# add missing symlinks +ln -s public-signed/sof-jsl.ri intel/sof/sof-jsl.ri +ln -s intel-signed/sof-apl.ri intel/sof/sof-glk.ri ln -s intel-signed/sof-cnl.ri intel/sof/sof-cml.ri ln -s intel-signed/sof-cnl.ri intel/sof/sof-cfl.ri @@ -115,6 +117,9 @@ if st and st.type == "link" then end %changelog +* Thu Dec 10 2020 Jaroslav Kysela - 1.6-2 +- Update to v1.6 (Dec 9) + * Wed Oct 14 2020 Jaroslav Kysela - 1.6-1 - Update to v1.6 (Oct 13) diff --git a/sources b/sources index 63b02cf..89eea20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-47b436a.tar.gz) = 447726c70344f029c246f83d8071da953e7a90b2f810ecd46a42802956173e4faabf86f65a18fbfbea570190f081cb026b688209218b9ac9b51fee94fbacc0ca +SHA512 (sof-bin-faa5bdc.tar.gz) = 0e1bd526b3fd1c85d10b6612da25f044a62eeb2025dc4ac19ed2c7a2cffecdab50ce65ec714cf8ce2bb2eb2efe128495f9a13a48264593c15649f76b4b026359 From 398f30e7aade78a05440efcedd43ae2ad311a23a Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 3 Jan 2021 17:53:11 +0100 Subject: [PATCH 09/69] update to v1.6.1 --- .gitignore | 1 + alsa-sof-firmware.spec | 14 ++++++++------ sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 311c6e2..6e71e1a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /sof-bin-47b436a.tar.gz /sof-bin-da8cb04.tar.gz /sof-bin-faa5bdc.tar.gz +/sof-bin-b77c851.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 23ff1e3..3154cab 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,14 +4,14 @@ %global _firmwarepath /usr/lib/firmware -%global sof_version 1.6 -%global sof_commit faa5bdc276651f3f8b7c77612fff770bd778987b +%global sof_version 1.6.1 +%global sof_commit b77c851bc4ec1b6b552eaf1a61a66f3df4a13ab8 %global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7}) Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_version} -Release: 4%{?dist} +Release: 1%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -48,7 +48,7 @@ for platform in apl cnl ehl icl tgl; do done # rename public signed firmware files -for platform in apl cnl icl jsl tgl; do +for platform in apl cnl icl tgl; do mv intel/sof/public-signed/sof-$platform-v%{sof_version}.ri intel/sof/public-signed/sof-$platform.ri done @@ -58,12 +58,11 @@ for platform in bdw byt cht; do done # rename debug files -for platform in apl bdw byt cht cnl ehl icl jsl tgl; do +for platform in apl bdw byt cht cnl ehl icl tgl; do mv intel/sof/sof-$platform-v%{sof_version}.ldc intel/sof/sof-$platform.ldc done # add missing symlinks -ln -s public-signed/sof-jsl.ri intel/sof/sof-jsl.ri ln -s intel-signed/sof-apl.ri intel/sof/sof-glk.ri ln -s intel-signed/sof-cnl.ri intel/sof/sof-cml.ri ln -s intel-signed/sof-cnl.ri intel/sof/sof-cfl.ri @@ -117,6 +116,9 @@ if st and st.type == "link" then end %changelog +* Sun Jan 3 2021 Jaroslav Kysela - 1.6.1-1 +- Update to v1.6.1 + * Thu Dec 10 2020 Jaroslav Kysela - 1.6-4 - Update to v1.6 (Dec 9) diff --git a/sources b/sources index 89eea20..2875adc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-faa5bdc.tar.gz) = 0e1bd526b3fd1c85d10b6612da25f044a62eeb2025dc4ac19ed2c7a2cffecdab50ce65ec714cf8ce2bb2eb2efe128495f9a13a48264593c15649f76b4b026359 +SHA512 (sof-bin-b77c851.tar.gz) = 85ef3cdeff44f55cb4d393268616763238c345aac0755360807c8c238f8fe88360ed609b39f9d736c85a9e8a70dac54f82b6d6d5669a6d7269914480d46091a1 From 48a114f93b90d76f7f85e08e00464406adfb372b Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 3 Jan 2021 17:53:11 +0100 Subject: [PATCH 10/69] update to 1.6.1 --- .gitignore | 1 + alsa-sof-firmware.spec | 14 ++++++++------ sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 311c6e2..6e71e1a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /sof-bin-47b436a.tar.gz /sof-bin-da8cb04.tar.gz /sof-bin-faa5bdc.tar.gz +/sof-bin-b77c851.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 64fb2d4..32cb022 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,14 +4,14 @@ %global _firmwarepath /usr/lib/firmware -%global sof_version 1.6 -%global sof_commit faa5bdc276651f3f8b7c77612fff770bd778987b +%global sof_version 1.6.1 +%global sof_commit b77c851bc4ec1b6b552eaf1a61a66f3df4a13ab8 %global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7}) Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_version} -Release: 2%{?dist} +Release: 1%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -48,7 +48,7 @@ for platform in apl cnl ehl icl tgl; do done # rename public signed firmware files -for platform in apl cnl icl jsl tgl; do +for platform in apl cnl icl tgl; do mv intel/sof/public-signed/sof-$platform-v%{sof_version}.ri intel/sof/public-signed/sof-$platform.ri done @@ -58,12 +58,11 @@ for platform in bdw byt cht; do done # rename debug files -for platform in apl bdw byt cht cnl ehl icl jsl tgl; do +for platform in apl bdw byt cht cnl ehl icl tgl; do mv intel/sof/sof-$platform-v%{sof_version}.ldc intel/sof/sof-$platform.ldc done # add missing symlinks -ln -s public-signed/sof-jsl.ri intel/sof/sof-jsl.ri ln -s intel-signed/sof-apl.ri intel/sof/sof-glk.ri ln -s intel-signed/sof-cnl.ri intel/sof/sof-cml.ri ln -s intel-signed/sof-cnl.ri intel/sof/sof-cfl.ri @@ -117,6 +116,9 @@ if st and st.type == "link" then end %changelog +* Sun Jan 3 2021 Jaroslav Kysela - 1.6.1-1 +- Update to v1.6.1 + * Thu Dec 10 2020 Jaroslav Kysela - 1.6-2 - Update to v1.6 (Dec 9) diff --git a/sources b/sources index 89eea20..2875adc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-faa5bdc.tar.gz) = 0e1bd526b3fd1c85d10b6612da25f044a62eeb2025dc4ac19ed2c7a2cffecdab50ce65ec714cf8ce2bb2eb2efe128495f9a13a48264593c15649f76b4b026359 +SHA512 (sof-bin-b77c851.tar.gz) = 85ef3cdeff44f55cb4d393268616763238c345aac0755360807c8c238f8fe88360ed609b39f9d736c85a9e8a70dac54f82b6d6d5669a6d7269914480d46091a1 From 19c3a0d11f992fcb717dee4b4d43daf60f0efe14 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 00:00:52 +0000 Subject: [PATCH 11/69] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- alsa-sof-firmware.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 3154cab..0892bde 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -11,7 +11,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_version} -Release: 1%{?dist} +Release: 2%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -116,6 +116,9 @@ if st and st.type == "link" then end %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sun Jan 3 2021 Jaroslav Kysela - 1.6.1-1 - Update to v1.6.1 From 84bf302ca346f3daeb381d2027c8f066f6ad4dcc Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 5 Mar 2021 14:10:29 +0100 Subject: [PATCH 12/69] add TGL-H firmware files --- .gitignore | 1 + alsa-sof-firmware.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 6e71e1a..c39e352 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /sof-bin-da8cb04.tar.gz /sof-bin-faa5bdc.tar.gz /sof-bin-b77c851.tar.gz +/sof-bin-f31c9ce.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 0892bde..d5db0d3 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -5,13 +5,13 @@ %global sof_version 1.6.1 -%global sof_commit b77c851bc4ec1b6b552eaf1a61a66f3df4a13ab8 +%global sof_commit f31c9ce30ac2792ec39e19da489aee7631e00654 %global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7}) Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_version} -Release: 2%{?dist} +Release: 3%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -42,13 +42,13 @@ mv intel/sof/v%{sof_version}/* intel/sof rmdir intel/sof/v%{sof_version} # rename intel signed firmware files -for platform in apl cnl ehl icl tgl; do +for platform in apl cnl ehl icl tgl tgl-h; do mv intel/sof/intel-signed/sof-$platform-v%{sof_version}.ri intel/sof/intel-signed/sof-$platform.ri ln -sf intel-signed/sof-$platform.ri intel/sof/sof-$platform.ri done # rename public signed firmware files -for platform in apl cnl icl tgl; do +for platform in apl cnl icl jsl tgl tgl-h; do mv intel/sof/public-signed/sof-$platform-v%{sof_version}.ri intel/sof/public-signed/sof-$platform.ri done @@ -58,7 +58,7 @@ for platform in bdw byt cht; do done # rename debug files -for platform in apl bdw byt cht cnl ehl icl tgl; do +for platform in apl bdw byt cht cnl ehl icl tgl tgl-h; do mv intel/sof/sof-$platform-v%{sof_version}.ldc intel/sof/sof-$platform.ldc done @@ -116,6 +116,9 @@ if st and st.type == "link" then end %changelog +* Fri Mar 5 2021 Fedora Release Engineering - 1.6.1-3 +- Add TGL-H firmware files + * Tue Jan 26 2021 Fedora Release Engineering - 1.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 2875adc..69e33a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-b77c851.tar.gz) = 85ef3cdeff44f55cb4d393268616763238c345aac0755360807c8c238f8fe88360ed609b39f9d736c85a9e8a70dac54f82b6d6d5669a6d7269914480d46091a1 +SHA512 (sof-bin-f31c9ce.tar.gz) = 9eedb85c520c0489e7a2f4c5d09e489d022dd88239e2f18aa792fd538ec11200d750c2501e78868f30d29624ce58522bbd2cc86302dffa9a6cd94f1d640d9840 From 2a44d9fcd922b3c106794996b988f5ee9295605b Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 5 Mar 2021 14:10:29 +0100 Subject: [PATCH 13/69] add TGL-H firmware files --- .gitignore | 1 + alsa-sof-firmware.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 6e71e1a..c39e352 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /sof-bin-da8cb04.tar.gz /sof-bin-faa5bdc.tar.gz /sof-bin-b77c851.tar.gz +/sof-bin-f31c9ce.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 32cb022..356adf0 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -5,13 +5,13 @@ %global sof_version 1.6.1 -%global sof_commit b77c851bc4ec1b6b552eaf1a61a66f3df4a13ab8 +%global sof_commit f31c9ce30ac2792ec39e19da489aee7631e00654 %global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7}) Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_version} -Release: 1%{?dist} +Release: 2%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -42,13 +42,13 @@ mv intel/sof/v%{sof_version}/* intel/sof rmdir intel/sof/v%{sof_version} # rename intel signed firmware files -for platform in apl cnl ehl icl tgl; do +for platform in apl cnl ehl icl tgl tgl-h; do mv intel/sof/intel-signed/sof-$platform-v%{sof_version}.ri intel/sof/intel-signed/sof-$platform.ri ln -sf intel-signed/sof-$platform.ri intel/sof/sof-$platform.ri done # rename public signed firmware files -for platform in apl cnl icl tgl; do +for platform in apl cnl icl jsl tgl tgl-h; do mv intel/sof/public-signed/sof-$platform-v%{sof_version}.ri intel/sof/public-signed/sof-$platform.ri done @@ -58,7 +58,7 @@ for platform in bdw byt cht; do done # rename debug files -for platform in apl bdw byt cht cnl ehl icl tgl; do +for platform in apl bdw byt cht cnl ehl icl tgl tgl-h; do mv intel/sof/sof-$platform-v%{sof_version}.ldc intel/sof/sof-$platform.ldc done @@ -116,6 +116,9 @@ if st and st.type == "link" then end %changelog +* Fri Mar 5 2021 Fedora Release Engineering - 1.6.1-2 +- Add TGL-H firmware files + * Sun Jan 3 2021 Jaroslav Kysela - 1.6.1-1 - Update to v1.6.1 diff --git a/sources b/sources index 2875adc..69e33a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-b77c851.tar.gz) = 85ef3cdeff44f55cb4d393268616763238c345aac0755360807c8c238f8fe88360ed609b39f9d736c85a9e8a70dac54f82b6d6d5669a6d7269914480d46091a1 +SHA512 (sof-bin-f31c9ce.tar.gz) = 9eedb85c520c0489e7a2f4c5d09e489d022dd88239e2f18aa792fd538ec11200d750c2501e78868f30d29624ce58522bbd2cc86302dffa9a6cd94f1d640d9840 From c59462e363ea0cae292c1bb0f50a3283b0c8103d Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 11 Mar 2021 19:59:50 +0100 Subject: [PATCH 14/69] Add SST Skylake HDA topology binary (bug#1933423) --- alsa-sof-firmware.spec | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 356adf0..4bf2937 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -8,14 +8,18 @@ %global sof_commit f31c9ce30ac2792ec39e19da489aee7631e00654 %global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7}) +%global tplg_version 1.2.4 + Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_version} -Release: 2%{?dist} +Release: 3%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin Source: https://github.com/thesofproject/sof-bin/archive/%{sof_commit}/sof-bin-%{sof_shortcommit}.tar.gz +BuildRequires: alsa-topology >= %{tplg_version} +BuildRequires: alsa-topology-utils >= %{tplg_version} Conflicts: alsa-firmware <= 1.2.1-6 # noarch, since the package is firmware @@ -76,6 +80,10 @@ rm -rf nxp ../../LICENCE.NXP rm -rf intel/sof-tplg/sof-imx8* %build +# SST topology files (not SOF related, but it's a Intel hw support +# and this package seems a good place to distribute them +alsatplg -c /usr/share/alsa/topology/hda-dsp/skl_hda_dsp_generic-tplg.conf \ + -o lib/firmware/skl_hda_dsp_generic-tplg.bin %install mkdir -p %{buildroot}%{_firmwarepath} @@ -99,6 +107,9 @@ cat alsa-sof-firmware.files %doc README* %dir %{_firmwarepath} +# Licence: 3-clause BSD +%{_firmwarepath}/*.bin + # Licence: 3-clause BSD # .. for files with suffix .tplg %{_firmwarepath}/intel/sof-tplg @@ -116,7 +127,10 @@ if st and st.type == "link" then end %changelog -* Fri Mar 5 2021 Fedora Release Engineering - 1.6.1-2 +* Fri Mar 11 2021 Jaroslav Kysela - 1.6.1-3 +- Add SST Skylake HDA topology binary (bug#1933423) + +* Fri Mar 5 2021 Jaroslav Kysela - 1.6.1-2 - Add TGL-H firmware files * Sun Jan 3 2021 Jaroslav Kysela - 1.6.1-1 From 1e34dde7492d672b42ecadda3ff47f7d261f8232 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 11 Mar 2021 20:20:34 +0100 Subject: [PATCH 15/69] Add SST Skylake HDA topology binary (bug#1933423) --- alsa-sof-firmware.spec | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index d5db0d3..16c9c3c 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -3,19 +3,22 @@ %define _binaries_in_noarch_packages_terminate_build 0 %global _firmwarepath /usr/lib/firmware - %global sof_version 1.6.1 %global sof_commit f31c9ce30ac2792ec39e19da489aee7631e00654 %global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7}) +%global tplg_version 1.2.4 + Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_version} -Release: 3%{?dist} +Release: 4%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin Source: https://github.com/thesofproject/sof-bin/archive/%{sof_commit}/sof-bin-%{sof_shortcommit}.tar.gz +BuildRequires: alsa-topology >= %{tplg_version} +BuildRequires: alsa-topology-utils >= %{tplg_version} Conflicts: alsa-firmware <= 1.2.1-6 # noarch, since the package is firmware @@ -76,6 +79,10 @@ rm -rf nxp ../../LICENCE.NXP rm -rf intel/sof-tplg/sof-imx8* %build +# SST topology files (not SOF related, but it's a Intel hw support +# and this package seems a good place to distribute them +alsatplg -c /usr/share/alsa/topology/hda-dsp/skl_hda_dsp_generic-tplg.conf \ + -o lib/firmware/skl_hda_dsp_generic-tplg.bin %install mkdir -p %{buildroot}%{_firmwarepath} @@ -99,6 +106,9 @@ cat alsa-sof-firmware.files %doc README* %dir %{_firmwarepath} +# Licence: 3-clause BSD +%{_firmwarepath}/*.bin + # Licence: 3-clause BSD # .. for files with suffix .tplg %{_firmwarepath}/intel/sof-tplg @@ -116,7 +126,10 @@ if st and st.type == "link" then end %changelog -* Fri Mar 5 2021 Fedora Release Engineering - 1.6.1-3 +* Thu Mar 11 2021 Jaroslav Kysela - 1.6.1-4 +- Add SST Skylake HDA topology binary (bug#1933423) + +* Fri Mar 5 2021 Jaroslav Kysela - 1.6.1-3 - Add TGL-H firmware files * Tue Jan 26 2021 Fedora Release Engineering - 1.6.1-2 From 1965b6748f6216a7dd2a13c33adb62d1c5ca2433 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 11 Mar 2021 20:48:46 +0100 Subject: [PATCH 16/69] rpmlint fixes --- alsa-sof-firmware.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 4bf2937..2253afd 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -19,7 +19,7 @@ License: BSD URL: https://github.com/thesofproject/sof-bin Source: https://github.com/thesofproject/sof-bin/archive/%{sof_commit}/sof-bin-%{sof_shortcommit}.tar.gz BuildRequires: alsa-topology >= %{tplg_version} -BuildRequires: alsa-topology-utils >= %{tplg_version} +BuildRequires: alsa-topology-utils >= %{tplg_version} Conflicts: alsa-firmware <= 1.2.1-6 # noarch, since the package is firmware @@ -83,7 +83,7 @@ rm -rf intel/sof-tplg/sof-imx8* # SST topology files (not SOF related, but it's a Intel hw support # and this package seems a good place to distribute them alsatplg -c /usr/share/alsa/topology/hda-dsp/skl_hda_dsp_generic-tplg.conf \ - -o lib/firmware/skl_hda_dsp_generic-tplg.bin + -o lib/firmware/skl_hda_dsp_generic-tplg.bin %install mkdir -p %{buildroot}%{_firmwarepath} @@ -127,7 +127,7 @@ if st and st.type == "link" then end %changelog -* Fri Mar 11 2021 Jaroslav Kysela - 1.6.1-3 +* Thu Mar 11 2021 Jaroslav Kysela - 1.6.1-3 - Add SST Skylake HDA topology binary (bug#1933423) * Fri Mar 5 2021 Jaroslav Kysela - 1.6.1-2 From e6a8ff83c3cae57094920b59cba3bad7105b3f54 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 12 Mar 2021 20:16:25 +0100 Subject: [PATCH 17/69] bumb release --- alsa-sof-firmware.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 2253afd..622cef9 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -13,7 +13,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_version} -Release: 3%{?dist} +Release: 4%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -127,7 +127,7 @@ if st and st.type == "link" then end %changelog -* Thu Mar 11 2021 Jaroslav Kysela - 1.6.1-3 +* Fri Mar 12 2021 Jaroslav Kysela - 1.6.1-4 - Add SST Skylake HDA topology binary (bug#1933423) * Fri Mar 5 2021 Jaroslav Kysela - 1.6.1-2 From 97e35fa0b0a134c52d5ff0e03255049357335341 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 3 Jun 2021 16:10:59 +0200 Subject: [PATCH 18/69] update to v1.7 --- alsa-sof-firmware.spec | 51 +++++++++++------------------------------- 1 file changed, 13 insertions(+), 38 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 16c9c3c..0188197 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -3,8 +3,8 @@ %define _binaries_in_noarch_packages_terminate_build 0 %global _firmwarepath /usr/lib/firmware -%global sof_version 1.6.1 -%global sof_commit f31c9ce30ac2792ec39e19da489aee7631e00654 +%global sof_version 1.7 +%global sof_commit 6bd5501e6ac3f29dde42a28ffe03a2942aa60640 %global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7}) %global tplg_version 1.2.4 @@ -12,7 +12,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_version} -Release: 4%{?dist} +Release: 1%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -38,55 +38,27 @@ This package contains the debug files for the Sound Open Firmware project. %prep %autosetup -n sof-bin-%{sof_commit} -cd lib/firmware +mkdir -p firmware/intel/sof # we have the version in the package name -mv intel/sof/v%{sof_version}/* intel/sof -rmdir intel/sof/v%{sof_version} - -# rename intel signed firmware files -for platform in apl cnl ehl icl tgl tgl-h; do - mv intel/sof/intel-signed/sof-$platform-v%{sof_version}.ri intel/sof/intel-signed/sof-$platform.ri - ln -sf intel-signed/sof-$platform.ri intel/sof/sof-$platform.ri -done - -# rename public signed firmware files -for platform in apl cnl icl jsl tgl tgl-h; do - mv intel/sof/public-signed/sof-$platform-v%{sof_version}.ri intel/sof/public-signed/sof-$platform.ri -done - -# rename unsigned firmware files -for platform in bdw byt cht; do - mv intel/sof/sof-$platform-v%{sof_version}.ri intel/sof/sof-$platform.ri -done - -# rename debug files -for platform in apl bdw byt cht cnl ehl icl tgl tgl-h; do - mv intel/sof/sof-$platform-v%{sof_version}.ldc intel/sof/sof-$platform.ldc -done - -# add missing symlinks -ln -s intel-signed/sof-apl.ri intel/sof/sof-glk.ri -ln -s intel-signed/sof-cnl.ri intel/sof/sof-cml.ri -ln -s intel-signed/sof-cnl.ri intel/sof/sof-cfl.ri +mv sof-v%{sof_version}/* firmware/intel/sof # move topology files -rm -f intel/sof-tplg -mv intel/sof-tplg-v%{sof_version} intel/sof-tplg +mv sof-tplg-v%{sof_version} firmware/intel/sof-tplg # remove NXP firmware files -rm -rf nxp ../../LICENCE.NXP -rm -rf intel/sof-tplg/sof-imx8* +rm LICENCE.NXP +rm -rf firmware/intel/sof-tplg/sof-imx8* %build # SST topology files (not SOF related, but it's a Intel hw support # and this package seems a good place to distribute them alsatplg -c /usr/share/alsa/topology/hda-dsp/skl_hda_dsp_generic-tplg.conf \ - -o lib/firmware/skl_hda_dsp_generic-tplg.bin + -o firmware/skl_hda_dsp_generic-tplg.bin %install mkdir -p %{buildroot}%{_firmwarepath} -cp -ra lib/firmware/* %{buildroot}%{_firmwarepath} +cp -ra firmware/* %{buildroot}%{_firmwarepath} # gather files and directories FILEDIR=$(pwd) @@ -126,6 +98,9 @@ if st and st.type == "link" then end %changelog +* Thu Jun 3 2021 Jaroslav Kysela - 1.7-1 +- Update to v1.7 + * Thu Mar 11 2021 Jaroslav Kysela - 1.6.1-4 - Add SST Skylake HDA topology binary (bug#1933423) From cb81fb2179e571b019e9b2d9dddad6ad85ff45e0 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 3 Jun 2021 16:21:24 +0200 Subject: [PATCH 19/69] added missing source file (v1.7) --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c39e352..4c2908b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /sof-bin-faa5bdc.tar.gz /sof-bin-b77c851.tar.gz /sof-bin-f31c9ce.tar.gz +/sof-bin-6bd5501.tar.gz diff --git a/sources b/sources index 69e33a4..8693593 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-f31c9ce.tar.gz) = 9eedb85c520c0489e7a2f4c5d09e489d022dd88239e2f18aa792fd538ec11200d750c2501e78868f30d29624ce58522bbd2cc86302dffa9a6cd94f1d640d9840 +SHA512 (sof-bin-6bd5501.tar.gz) = 8a4fda4315dd15aaa9c2a2ae83a5e2f6098e576a6cb2148cf11077bc89d435e86359074f1bede35583424d61987818b0f5b57db0881228455ad181fcbd5c101a From 018dad407695dffe703dc371dc47d5faad6c6e53 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 3 Jun 2021 21:35:04 +0200 Subject: [PATCH 20/69] use only tag based version for download --- alsa-sof-firmware.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 0188197..e61e51b 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,8 +4,6 @@ %global _firmwarepath /usr/lib/firmware %global sof_version 1.7 -%global sof_commit 6bd5501e6ac3f29dde42a28ffe03a2942aa60640 -%global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7}) %global tplg_version 1.2.4 @@ -16,7 +14,7 @@ Release: 1%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin -Source: https://github.com/thesofproject/sof-bin/archive/%{sof_commit}/sof-bin-%{sof_shortcommit}.tar.gz +Source: https://github.com/thesofproject/sof-bin/archive/v%{sof_version}/sof-bin-%{sof_version}.tar.gz BuildRequires: alsa-topology >= %{tplg_version} BuildRequires: alsa-topology-utils >= %{tplg_version} Conflicts: alsa-firmware <= 1.2.1-6 @@ -36,7 +34,7 @@ License: BSD This package contains the debug files for the Sound Open Firmware project. %prep -%autosetup -n sof-bin-%{sof_commit} +%autosetup -n sof-bin-%{sof_version} mkdir -p firmware/intel/sof From 29346dedc5cbd802dc0c4f5e4f12aa5ad9f4a247 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 4 Jun 2021 18:55:22 +0200 Subject: [PATCH 21/69] updated to v1.8-rc2 --- alsa-sof-firmware.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index e61e51b..5ae4f3b 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -3,18 +3,21 @@ %define _binaries_in_noarch_packages_terminate_build 0 %global _firmwarepath /usr/lib/firmware -%global sof_version 1.7 +%global sof_ver 1.8 +%global sof_ver_pre rc2 +%global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} +%global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} %global tplg_version 1.2.4 Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware -Version: %{sof_version} -Release: 1%{?dist} +Version: %{sof_ver} +Release: 1%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin -Source: https://github.com/thesofproject/sof-bin/archive/v%{sof_version}/sof-bin-%{sof_version}.tar.gz +Source: https://github.com/thesofproject/sof-bin/releases/download/%{sof_ver_pkg}/sof-bin-%{sof_ver_pkg}.tar.gz BuildRequires: alsa-topology >= %{tplg_version} BuildRequires: alsa-topology-utils >= %{tplg_version} Conflicts: alsa-firmware <= 1.2.1-6 @@ -34,15 +37,15 @@ License: BSD This package contains the debug files for the Sound Open Firmware project. %prep -%autosetup -n sof-bin-%{sof_version} +%autosetup -n sof-bin-%{sof_ver_pkg} mkdir -p firmware/intel/sof # we have the version in the package name -mv sof-v%{sof_version}/* firmware/intel/sof +mv sof-%{sof_ver_pkg}/* firmware/intel/sof # move topology files -mv sof-tplg-v%{sof_version} firmware/intel/sof-tplg +mv sof-tplg-%{sof_ver_pkg} firmware/intel/sof-tplg # remove NXP firmware files rm LICENCE.NXP From 80fa6404a434ece7a59039ec3a65b3f679569e13 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 22 Jun 2021 09:37:58 +0200 Subject: [PATCH 22/69] updated to v1.8 --- .gitignore | 1 + alsa-sof-firmware.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4c2908b..0ef4d2c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /sof-bin-b77c851.tar.gz /sof-bin-f31c9ce.tar.gz /sof-bin-6bd5501.tar.gz +/sof-bin-v1.8.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 5ae4f3b..715850a 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global sof_ver 1.8 -%global sof_ver_pre rc2 +#global sof_ver_pre rc2 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -99,6 +99,9 @@ if st and st.type == "link" then end %changelog +* Tue Jun 22 2021 Jaroslav Kysela - 1.8-1 +- Update to v1.8 + * Thu Jun 3 2021 Jaroslav Kysela - 1.7-1 - Update to v1.7 diff --git a/sources b/sources index 8693593..f1352f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-6bd5501.tar.gz) = 8a4fda4315dd15aaa9c2a2ae83a5e2f6098e576a6cb2148cf11077bc89d435e86359074f1bede35583424d61987818b0f5b57db0881228455ad181fcbd5c101a +SHA512 (sof-bin-v1.8.tar.gz) = b103828769de5a267889466608adac20aad4790be8da9680498d3b8f8d0c407b9813d13d5ed12db7238a409064a7fe345b73927c566239c27b98e1c7bea3cd99 From d1d7bd2ad42ef14003a45b56657e392e1b26ec7f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 12:33:04 +0000 Subject: [PATCH 23/69] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering From a4fe899069a50d871960cb0290f4f8f1b4233c3a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 17:28:29 +0000 Subject: [PATCH 24/69] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- alsa-sof-firmware.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 715850a..cef929d 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -13,7 +13,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 1%{?sof_ver_rel}%{?dist} +Release: 2%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -99,6 +99,9 @@ if st and st.type == "link" then end %changelog +* Wed Jul 21 2021 Fedora Release Engineering - 1.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jun 22 2021 Jaroslav Kysela - 1.8-1 - Update to v1.8 From d8c0e77c3e897072083193e3d31ec8495e1b1144 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 5 Oct 2021 11:43:13 +0200 Subject: [PATCH 25/69] updated to v1.9 --- alsa-sof-firmware.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index cef929d..9d59ee3 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -3,8 +3,8 @@ %define _binaries_in_noarch_packages_terminate_build 0 %global _firmwarepath /usr/lib/firmware -%global sof_ver 1.8 -#global sof_ver_pre rc2 +%global sof_ver 1.9 +#global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -99,6 +99,9 @@ if st and st.type == "link" then end %changelog +* Tue Oct 5 2021 Jaroslav Kysela - 1.9-1 +- Update to v1.9 + * Wed Jul 21 2021 Fedora Release Engineering - 1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 105557188ff539b7a0ba9b97884ecce18202e62d Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 5 Oct 2021 13:06:53 +0200 Subject: [PATCH 26/69] update sources file and fix comment (release) --- .gitignore | 1 + alsa-sof-firmware.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0ef4d2c..e8d1cbe 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /sof-bin-f31c9ce.tar.gz /sof-bin-6bd5501.tar.gz /sof-bin-v1.8.tar.gz +/sof-bin-v1.9.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 9d59ee3..260692c 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -99,7 +99,7 @@ if st and st.type == "link" then end %changelog -* Tue Oct 5 2021 Jaroslav Kysela - 1.9-1 +* Tue Oct 5 2021 Jaroslav Kysela - 1.9-2 - Update to v1.9 * Wed Jul 21 2021 Fedora Release Engineering - 1.8-2 diff --git a/sources b/sources index f1352f3..c57e54a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-v1.8.tar.gz) = b103828769de5a267889466608adac20aad4790be8da9680498d3b8f8d0c407b9813d13d5ed12db7238a409064a7fe345b73927c566239c27b98e1c7bea3cd99 +SHA512 (sof-bin-v1.9.tar.gz) = aee733381edb2150f2132c296e9151b1d6a71246e204b15c2394587c528286f730ceaf02002e1e58ccea0deba5e4ae81cb7a03efb858ac954633b0cfaec81a22 From e0e190dd1fb2215be15f13951b29e1611c4f8251 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 23 Nov 2021 17:50:49 +0100 Subject: [PATCH 27/69] updated to v1.9.2 --- .gitignore | 1 + alsa-sof-firmware.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e8d1cbe..10734fa 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /sof-bin-6bd5501.tar.gz /sof-bin-v1.8.tar.gz /sof-bin-v1.9.tar.gz +/sof-bin-v1.9.2.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 260692c..2bd4d97 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -3,7 +3,7 @@ %define _binaries_in_noarch_packages_terminate_build 0 %global _firmwarepath /usr/lib/firmware -%global sof_ver 1.9 +%global sof_ver 1.9.2 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -99,6 +99,9 @@ if st and st.type == "link" then end %changelog +* Tue Nov 23 2021 Jaroslav Kysela - 1.9.2-1 +- Update to v1.9.2 + * Tue Oct 5 2021 Jaroslav Kysela - 1.9-2 - Update to v1.9 diff --git a/sources b/sources index c57e54a..a78ed0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-v1.9.tar.gz) = aee733381edb2150f2132c296e9151b1d6a71246e204b15c2394587c528286f730ceaf02002e1e58ccea0deba5e4ae81cb7a03efb858ac954633b0cfaec81a22 +SHA512 (sof-bin-v1.9.2.tar.gz) = 2b4c30a73fa8dece91c54f030b346f31c0500d36de047bd7820ed8eebe7a6cdb56bc374fc0485e5e083d4a3e1dfad7d0c2c39c166b438bf6bd40d68af65aee7e From fcd4850dcb2b559c685dee4312d80c1231eddbf7 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 23 Nov 2021 17:51:33 +0100 Subject: [PATCH 28/69] updated to v1.9.2 --- alsa-sof-firmware.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 2bd4d97..7d098b8 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -13,7 +13,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 2%{?sof_ver_rel}%{?dist} +Release: 1%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin From a719b48836a9e92423613d5fac30e49e3f14c234 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 15 Dec 2021 09:54:57 +0100 Subject: [PATCH 29/69] updated to v1.9.3 --- .gitignore | 1 + alsa-sof-firmware.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 10734fa..2740a24 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /sof-bin-v1.8.tar.gz /sof-bin-v1.9.tar.gz /sof-bin-v1.9.2.tar.gz +/sof-bin-v1.9.3.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 7d098b8..02e82e8 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -3,7 +3,7 @@ %define _binaries_in_noarch_packages_terminate_build 0 %global _firmwarepath /usr/lib/firmware -%global sof_ver 1.9.2 +%global sof_ver 1.9.3 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -51,6 +51,9 @@ mv sof-tplg-%{sof_ver_pkg} firmware/intel/sof-tplg rm LICENCE.NXP rm -rf firmware/intel/sof-tplg/sof-imx8* +# remove Mediatek firmware files +rm -rf firmware/intel/sof-tplg/sof-mt8* + %build # SST topology files (not SOF related, but it's a Intel hw support # and this package seems a good place to distribute them @@ -99,6 +102,9 @@ if st and st.type == "link" then end %changelog +* Wed Dec 15 2021 Jaroslav Kysela - 1.9.3-1 +- Update to v1.9.3 + * Tue Nov 23 2021 Jaroslav Kysela - 1.9.2-1 - Update to v1.9.2 diff --git a/sources b/sources index a78ed0f..04db3c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-v1.9.2.tar.gz) = 2b4c30a73fa8dece91c54f030b346f31c0500d36de047bd7820ed8eebe7a6cdb56bc374fc0485e5e083d4a3e1dfad7d0c2c39c166b438bf6bd40d68af65aee7e +SHA512 (sof-bin-v1.9.3.tar.gz) = 0c04bf47ecf65d3352b730e79968cb020211c274f64a3cc21e4c5e49c5a9706ab4d541aaea931e72c1bcc67fcde6387bc6bf952a33691aaab06e6b93aa73a024 From 3761df3c021fc5f54c9f50f9b1dfadb4fa579284 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jan 2022 21:09:31 +0000 Subject: [PATCH 30/69] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- alsa-sof-firmware.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 02e82e8..cb77ce7 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -13,7 +13,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 1%{?sof_ver_rel}%{?dist} +Release: 2%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -102,6 +102,9 @@ if st and st.type == "link" then end %changelog +* Wed Jan 19 2022 Fedora Release Engineering - 1.9.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Wed Dec 15 2021 Jaroslav Kysela - 1.9.3-1 - Update to v1.9.3 From 05ee365cad31a71bb125468422aa663147393159 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 27 Jan 2022 11:35:09 +0100 Subject: [PATCH 31/69] updated to v2.0 --- alsa-sof-firmware.spec | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index cb77ce7..6dc53df 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -3,7 +3,7 @@ %define _binaries_in_noarch_packages_terminate_build 0 %global _firmwarepath /usr/lib/firmware -%global sof_ver 1.9.3 +%global sof_ver 2.0 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -54,11 +54,27 @@ rm -rf firmware/intel/sof-tplg/sof-imx8* # remove Mediatek firmware files rm -rf firmware/intel/sof-tplg/sof-mt8* +# use xz compression +find -P firmware/intel/sof -type f -name "*.ri" -exec xz -z9 {} \; +for f in $(find -P firmware/intel/sof -type l -name "*.ri"); do \ + l=$(readlink "${f}"); \ + d=$(dirname "${f}"); \ + b=$(basename "${f}"); \ + rm "${f}"; \ + pushd "${d}"; \ + ln -svf "${l}.xz" "${b}.xz"; \ + popd; \ +done +find -P firmware/intel/sof-tplg -type f -name "*.tplg" -exec xz -z9 {} \; + %build # SST topology files (not SOF related, but it's a Intel hw support # and this package seems a good place to distribute them alsatplg -c /usr/share/alsa/topology/hda-dsp/skl_hda_dsp_generic-tplg.conf \ -o firmware/skl_hda_dsp_generic-tplg.bin +# use xz compression +xz -z9 firmware/*.bin +chmod 0644 firmware/*.bin.xz %install mkdir -p %{buildroot}%{_firmwarepath} @@ -67,7 +83,7 @@ cp -ra firmware/* %{buildroot}%{_firmwarepath} # gather files and directories FILEDIR=$(pwd) pushd %{buildroot}/%{_firmwarepath} -find -P . -name "*.ri" | sed -e '/^.$/d' > $FILEDIR/alsa-sof-firmware.files +find -P . -name "*.ri.xz" | sed -e '/^.$/d' >> $FILEDIR/alsa-sof-firmware.files #find -P . -name "*.tplg" | sed -e '/^.$/d' >> $FILEDIR/alsa-sof-firmware.files find -P . -name "*.ldc" | sed -e '/^.$/d' > $FILEDIR/alsa-sof-firmware.debug-files find -P . -type d | sed -e '/^.$/d' > $FILEDIR/alsa-sof-firmware.dirs @@ -83,11 +99,11 @@ cat alsa-sof-firmware.files %dir %{_firmwarepath} # Licence: 3-clause BSD -%{_firmwarepath}/*.bin +%{_firmwarepath}/*.bin.xz # Licence: 3-clause BSD # .. for files with suffix .tplg -%{_firmwarepath}/intel/sof-tplg +%{_firmwarepath}/intel/sof-tplg/*.tplg.xz # Licence: SOF (3-clause BSD plus others) # .. for files with suffix .ri @@ -102,6 +118,10 @@ if st and st.type == "link" then end %changelog +* Thu Jan 27 2022 Jaroslav Kysela - 2.0-1 +- Update to v2.0 +- Use xz compression + * Wed Jan 19 2022 Fedora Release Engineering - 1.9.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 0c56b054470defa086611d68092f8fbfc0a52104 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 27 Jan 2022 12:50:42 +0100 Subject: [PATCH 32/69] fix comment --- alsa-sof-firmware.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 6dc53df..81a3fcf 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -118,7 +118,7 @@ if st and st.type == "link" then end %changelog -* Thu Jan 27 2022 Jaroslav Kysela - 2.0-1 +* Thu Jan 27 2022 Jaroslav Kysela - 2.0-2 - Update to v2.0 - Use xz compression From be26f115e395c6b8348813f5d92b650c4b8b4378 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 27 Jan 2022 15:24:49 +0100 Subject: [PATCH 33/69] update sources --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2740a24..ad203bd 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /sof-bin-v1.9.tar.gz /sof-bin-v1.9.2.tar.gz /sof-bin-v1.9.3.tar.gz +/sof-bin-v2.0.tar.gz diff --git a/sources b/sources index 04db3c9..c38d7fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-v1.9.3.tar.gz) = 0c04bf47ecf65d3352b730e79968cb020211c274f64a3cc21e4c5e49c5a9706ab4d541aaea931e72c1bcc67fcde6387bc6bf952a33691aaab06e6b93aa73a024 +SHA512 (sof-bin-v2.0.tar.gz) = 44b0c662598e95dfb5dd2dda86d08e3f136c6f99b1ffd4f55b65ea2be35480736c4d751b5108c15b00369a3bb8955e7d9ad410cc93beeb09e8620baf3ce2070c From 41a58d5fbc10e6ce3ad04f3083bd4ef137da7fa6 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 4 Feb 2022 09:13:22 +0100 Subject: [PATCH 34/69] fix xz compression Signed-off-by: Jaroslav Kysela --- alsa-sof-firmware.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 81a3fcf..640a8c5 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -2,6 +2,7 @@ # in the end package are expected. %define _binaries_in_noarch_packages_terminate_build 0 %global _firmwarepath /usr/lib/firmware +%global _xz_opts -9 --check=crc32 %global sof_ver 2.0 #global sof_ver_pre rc1 @@ -13,7 +14,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 2%{?sof_ver_rel}%{?dist} +Release: 3%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -55,7 +56,7 @@ rm -rf firmware/intel/sof-tplg/sof-imx8* rm -rf firmware/intel/sof-tplg/sof-mt8* # use xz compression -find -P firmware/intel/sof -type f -name "*.ri" -exec xz -z9 {} \; +find -P firmware/intel/sof -type f -name "*.ri" -exec xz -z %{_xz_opts} {} \; for f in $(find -P firmware/intel/sof -type l -name "*.ri"); do \ l=$(readlink "${f}"); \ d=$(dirname "${f}"); \ @@ -65,7 +66,7 @@ for f in $(find -P firmware/intel/sof -type l -name "*.ri"); do \ ln -svf "${l}.xz" "${b}.xz"; \ popd; \ done -find -P firmware/intel/sof-tplg -type f -name "*.tplg" -exec xz -z9 {} \; +find -P firmware/intel/sof-tplg -type f -name "*.tplg" -exec xz -z %{_xz_opts} {} \; %build # SST topology files (not SOF related, but it's a Intel hw support @@ -73,7 +74,7 @@ find -P firmware/intel/sof-tplg -type f -name "*.tplg" -exec xz -z9 {} \; alsatplg -c /usr/share/alsa/topology/hda-dsp/skl_hda_dsp_generic-tplg.conf \ -o firmware/skl_hda_dsp_generic-tplg.bin # use xz compression -xz -z9 firmware/*.bin +xz -z %{_xz_opts} firmware/*.bin chmod 0644 firmware/*.bin.xz %install @@ -118,6 +119,9 @@ if st and st.type == "link" then end %changelog +* Fri Feb 4 2022 Jaroslav Kysela - 2.0-3 +- Use CRC32 for the xz compression + * Thu Jan 27 2022 Jaroslav Kysela - 2.0-2 - Update to v2.0 - Use xz compression From a5ef1aeac689650434af5163cfb0cf09b00e9598 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 17 Jun 2022 17:00:43 +0200 Subject: [PATCH 35/69] update to v2.1.1 + v2.1.1a (topology) Signed-off-by: Jaroslav Kysela --- .gitignore | 3 +++ alsa-sof-firmware.spec | 18 ++++++++++++++++-- sources | 3 ++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ad203bd..334e4a2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ /sof-bin-v1.9.2.tar.gz /sof-bin-v1.9.3.tar.gz /sof-bin-v2.0.tar.gz +/sof-tplg-v2.1.1a.tar.gz +/alsa-sof-firmware-2.1.1-1.fc37.src.rpm +/sof-bin-v2.1.1.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 640a8c5..b666f4c 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,21 +4,27 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2.0 +%global sof_ver 2.1.1 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} +%global with_sof_addon 1 +%global sof_ver_addon 2.1.1a + %global tplg_version 1.2.4 Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 3%{?sof_ver_rel}%{?dist} +Release: 1%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin Source: https://github.com/thesofproject/sof-bin/releases/download/%{sof_ver_pkg}/sof-bin-%{sof_ver_pkg}.tar.gz +%if 0%{?with_sof_addon} +Source2: https://github.com/thesofproject/sof-bin/releases/download/v%{sof_ver_addon}/sof-tplg-v%{sof_ver_addon}.tar.gz +%endif BuildRequires: alsa-topology >= %{tplg_version} BuildRequires: alsa-topology-utils >= %{tplg_version} Conflicts: alsa-firmware <= 1.2.1-6 @@ -48,6 +54,11 @@ mv sof-%{sof_ver_pkg}/* firmware/intel/sof # move topology files mv sof-tplg-%{sof_ver_pkg} firmware/intel/sof-tplg +%if 0%{?with_sof_addon} +tar xvzf %{SOURCE2} +mv sof-tplg-v%{sof_ver_addon}/*.tplg firmware/intel/sof-tplg +%endif + # remove NXP firmware files rm LICENCE.NXP rm -rf firmware/intel/sof-tplg/sof-imx8* @@ -119,6 +130,9 @@ if st and st.type == "link" then end %changelog +* Fri Jun 17 2022 Jaroslav Kysela - 2.1.1-1 +- Update to v2.1.1 + v2.1.1a (topology) + * Fri Feb 4 2022 Jaroslav Kysela - 2.0-3 - Use CRC32 for the xz compression diff --git a/sources b/sources index c38d7fc..c765245 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (sof-bin-v2.0.tar.gz) = 44b0c662598e95dfb5dd2dda86d08e3f136c6f99b1ffd4f55b65ea2be35480736c4d751b5108c15b00369a3bb8955e7d9ad410cc93beeb09e8620baf3ce2070c +SHA512 (sof-bin-v2.1.1.tar.gz) = 77e9562f67014d78b213fe428edef6a08dcc058a9a762da09a486c002c3aa0b907ea7c8ba6d4f88f5ddab5e564de06df9f2ed77206341a0fe2e1aaab1d9740ce +SHA512 (sof-tplg-v2.1.1a.tar.gz) = 48f8aa8023313d44ddce6c5a2c9f9e9acdd3320b52e2718eaf949d030e79e8ea547e101374f59fd7492e763983af030a5ecfa3725c48e72cddfdefecb9421ece From faf3bc07edcc14293525d8488eaffc5cd35cd4f4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 20 Jul 2022 20:41:14 +0000 Subject: [PATCH 36/69] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- alsa-sof-firmware.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index b666f4c..6deb4ad 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -17,7 +17,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 1%{?sof_ver_rel}%{?dist} +Release: 2%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -130,6 +130,9 @@ if st and st.type == "link" then end %changelog +* Wed Jul 20 2022 Fedora Release Engineering - 2.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Jun 17 2022 Jaroslav Kysela - 2.1.1-1 - Update to v2.1.1 + v2.1.1a (topology) From 19abe021b172e02ee23dc53b44291cc4f475c4f5 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 24 Sep 2022 10:05:16 +0200 Subject: [PATCH 37/69] update to v2.2.2 Signed-off-by: Jaroslav Kysela --- .gitignore | 1 + alsa-sof-firmware.spec | 11 +++++++---- sources | 3 +-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 334e4a2..b362f29 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /sof-tplg-v2.1.1a.tar.gz /alsa-sof-firmware-2.1.1-1.fc37.src.rpm /sof-bin-v2.1.1.tar.gz +/sof-bin-v2.2.2.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 6deb4ad..b91a49f 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,20 +4,20 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2.1.1 +%global sof_ver 2.2.2 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} -%global with_sof_addon 1 -%global sof_ver_addon 2.1.1a +%global with_sof_addon 0 +%global sof_ver_addon 0 %global tplg_version 1.2.4 Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 2%{?sof_ver_rel}%{?dist} +Release: 1%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -130,6 +130,9 @@ if st and st.type == "link" then end %changelog +* Sat Sep 24 2022 Jaroslav Kysela - 2.2.2-1 +- Update to v2.2.2 + * Wed Jul 20 2022 Fedora Release Engineering - 2.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index c765245..25def1a 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (sof-bin-v2.1.1.tar.gz) = 77e9562f67014d78b213fe428edef6a08dcc058a9a762da09a486c002c3aa0b907ea7c8ba6d4f88f5ddab5e564de06df9f2ed77206341a0fe2e1aaab1d9740ce -SHA512 (sof-tplg-v2.1.1a.tar.gz) = 48f8aa8023313d44ddce6c5a2c9f9e9acdd3320b52e2718eaf949d030e79e8ea547e101374f59fd7492e763983af030a5ecfa3725c48e72cddfdefecb9421ece +SHA512 (sof-bin-v2.2.2.tar.gz) = 6a3be7088f8a93a052563e040a588c600512d08d4b75ae5567db255e334997a6401d41863dcb416562eee07fef0bd2abe1d9d0403cd236ab007474f66271db50 From b4ade3e0f02e0c99e5e691780d7109abbd08129e Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 7 Dec 2022 08:46:42 +0100 Subject: [PATCH 38/69] update to v2.2.3 Signed-off-by: Jaroslav Kysela --- .gitignore | 1 + alsa-sof-firmware.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b362f29..971f332 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /alsa-sof-firmware-2.1.1-1.fc37.src.rpm /sof-bin-v2.1.1.tar.gz /sof-bin-v2.2.2.tar.gz +/sof-bin-v2.2.3.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index b91a49f..e39bf18 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2.2.2 +%global sof_ver 2.2.3 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -130,6 +130,9 @@ if st and st.type == "link" then end %changelog +* Wed Dec 7 2022 Jaroslav Kysela - 2.2.3-1 +- Update to v2.2.3 + * Sat Sep 24 2022 Jaroslav Kysela - 2.2.2-1 - Update to v2.2.2 diff --git a/sources b/sources index 25def1a..aca07ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-v2.2.2.tar.gz) = 6a3be7088f8a93a052563e040a588c600512d08d4b75ae5567db255e334997a6401d41863dcb416562eee07fef0bd2abe1d9d0403cd236ab007474f66271db50 +SHA512 (sof-bin-v2.2.3.tar.gz) = c4e345d0932d1c607072feea41acf2f3a5b3694b0c468515a28889b6d0ba46775f91ef9edf91a321a3be056705dc8b4df9c836096c2e73063afcbc166ca10abc From 16268c2b35050d179dc109496a8ab1b3de0fe66b Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 9 Jan 2023 10:33:09 +0100 Subject: [PATCH 39/69] update to v2.2.4 Signed-off-by: Jaroslav Kysela --- .gitignore | 1 + alsa-sof-firmware.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 971f332..66bb13d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /sof-bin-v2.1.1.tar.gz /sof-bin-v2.2.2.tar.gz /sof-bin-v2.2.3.tar.gz +/sof-bin-v2.2.4.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index e39bf18..3f3521a 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2.2.3 +%global sof_ver 2.2.4 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -130,6 +130,9 @@ if st and st.type == "link" then end %changelog +* Mon Jan 9 2022 Jaroslav Kysela - 2.2.4-1 +- Update to v2.2.4 + * Wed Dec 7 2022 Jaroslav Kysela - 2.2.3-1 - Update to v2.2.3 diff --git a/sources b/sources index aca07ba..f82d02f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-v2.2.3.tar.gz) = c4e345d0932d1c607072feea41acf2f3a5b3694b0c468515a28889b6d0ba46775f91ef9edf91a321a3be056705dc8b4df9c836096c2e73063afcbc166ca10abc +SHA512 (sof-bin-v2.2.4.tar.gz) = f631bedbc5cceb0e3a668264c11f4e41f09f140ef909ac2557c4965a0b56deb00fa48ab06987fd2fd06eb97a35bc90342c5d7234d43390257bbd0942a70ce29a From 988424dd768d39d9566205032daceeeb3175e481 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 9 Jan 2023 10:40:35 +0100 Subject: [PATCH 40/69] fix date --- alsa-sof-firmware.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 3f3521a..10b557e 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -17,7 +17,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 1%{?sof_ver_rel}%{?dist} +Release: 2%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -130,7 +130,7 @@ if st and st.type == "link" then end %changelog -* Mon Jan 9 2022 Jaroslav Kysela - 2.2.4-1 +* Mon Jan 9 2023 Jaroslav Kysela - 2.2.4-2 - Update to v2.2.4 * Wed Dec 7 2022 Jaroslav Kysela - 2.2.3-1 From 3ed808f5077fd33a0349306f2e999f92a428b021 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 18 Jan 2023 21:37:56 +0000 Subject: [PATCH 41/69] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- alsa-sof-firmware.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 10b557e..02bbadf 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -17,7 +17,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 2%{?sof_ver_rel}%{?dist} +Release: 3%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -130,6 +130,9 @@ if st and st.type == "link" then end %changelog +* Wed Jan 18 2023 Fedora Release Engineering - 2.2.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Mon Jan 9 2023 Jaroslav Kysela - 2.2.4-2 - Update to v2.2.4 From 66fd2d5ee0af9f6b5e2c0b508eb02dccb2b3c2de Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 15 May 2023 08:14:12 +0200 Subject: [PATCH 42/69] update to v2.2.5 Signed-off-by: Jaroslav Kysela --- .gitignore | 1 + alsa-sof-firmware.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 66bb13d..16736ac 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /sof-bin-v2.2.2.tar.gz /sof-bin-v2.2.3.tar.gz /sof-bin-v2.2.4.tar.gz +/sof-bin-v2.2.5.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 02bbadf..55b9950 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2.2.4 +%global sof_ver 2.2.5 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -17,7 +17,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 3%{?sof_ver_rel}%{?dist} +Release: 1%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin @@ -130,6 +130,9 @@ if st and st.type == "link" then end %changelog +* Mon May 15 2023 Jaroslav Kysela - 2.2.5-1 +- Update to v2.2.5 + * Wed Jan 18 2023 Fedora Release Engineering - 2.2.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index f82d02f..27b8931 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-v2.2.4.tar.gz) = f631bedbc5cceb0e3a668264c11f4e41f09f140ef909ac2557c4965a0b56deb00fa48ab06987fd2fd06eb97a35bc90342c5d7234d43390257bbd0942a70ce29a +SHA512 (sof-bin-v2.2.5.tar.gz) = c8a5f846c6ca39b39c1160aaf8c607f301b4e153dadb337b0d3a99c5993a933948a2c2bd80950e6459da4d707c9a5100c11b868d11695bbb7ca56bf86f7fa9db From b47a173be7f004ea7c05c34d4b067e5522b72555 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 6 Jun 2023 20:38:03 +0200 Subject: [PATCH 43/69] SPDX license Signed-off-by: Jaroslav Kysela --- alsa-sof-firmware.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 55b9950..d27e206 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -17,9 +17,9 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 1%{?sof_ver_rel}%{?dist} +Release: 2%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing -License: BSD +License: BSD-3-Clause URL: https://github.com/thesofproject/sof-bin Source: https://github.com/thesofproject/sof-bin/releases/download/%{sof_ver_pkg}/sof-bin-%{sof_ver_pkg}.tar.gz %if 0%{?with_sof_addon} @@ -130,6 +130,9 @@ if st and st.type == "link" then end %changelog +* Tue Jun 6 2023 Jaroslav Kysela - 2.2.5-2 +- SPDX license + * Mon May 15 2023 Jaroslav Kysela - 2.2.5-1 - Update to v2.2.5 From 2aeb062bfbd05a1da58fc2eb178760c0af5f8bbc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 13:09:54 +0000 Subject: [PATCH 44/69] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- alsa-sof-firmware.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index d27e206..e225203 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -17,7 +17,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 2%{?sof_ver_rel}%{?dist} +Release: 3%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD-3-Clause URL: https://github.com/thesofproject/sof-bin @@ -130,6 +130,9 @@ if st and st.type == "link" then end %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 2.2.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jun 6 2023 Jaroslav Kysela - 2.2.5-2 - SPDX license From 2bd5315b6f75590db8b112eef1dc50204255867b Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 9 Aug 2023 11:35:58 +0200 Subject: [PATCH 45/69] update to v2.2.6 Signed-off-by: Jaroslav Kysela --- .gitignore | 1 + alsa-sof-firmware.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 16736ac..aa16fc2 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /sof-bin-v2.2.3.tar.gz /sof-bin-v2.2.4.tar.gz /sof-bin-v2.2.5.tar.gz +/sof-bin-v2.2.6.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index e225203..7df7c0b 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2.2.5 +%global sof_ver 2.2.6 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -17,7 +17,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 3%{?sof_ver_rel}%{?dist} +Release: 1%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD-3-Clause URL: https://github.com/thesofproject/sof-bin @@ -130,6 +130,9 @@ if st and st.type == "link" then end %changelog +* Wed Aug 9 2023 Jaroslav Kysela - 2.2.6-1 +- Update to v2.2.6 + * Wed Jul 19 2023 Fedora Release Engineering - 2.2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index 27b8931..9404509 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-v2.2.5.tar.gz) = c8a5f846c6ca39b39c1160aaf8c607f301b4e153dadb337b0d3a99c5993a933948a2c2bd80950e6459da4d707c9a5100c11b868d11695bbb7ca56bf86f7fa9db +SHA512 (sof-bin-v2.2.6.tar.gz) = 33a836fdc9006aead24e14c15703040164b0878d48c6dd32f0a6ae558c99a43c768eb793e308550fd32dfb0e0f93783cff6c42f2618557ebac2a057425115e9e From df86ba6bf42935dc50687c151f95940b935fdc42 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 24 Oct 2023 10:03:49 +0200 Subject: [PATCH 46/69] update to v2023.09 Signed-off-by: Jaroslav Kysela --- .gitignore | 1 + alsa-sof-firmware.spec | 51 +++++++++++++++++++++++++----------------- sources | 2 +- 3 files changed, 32 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index aa16fc2..5a34694 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /sof-bin-v2.2.4.tar.gz /sof-bin-v2.2.5.tar.gz /sof-bin-v2.2.6.tar.gz +/sof-bin-2023.09.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 7df7c0b..de4eff0 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,10 +4,11 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2.2.6 +%global sof_ver 2023.09 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} -%global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} +%global sof_ver_pkg0 %{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} +%global sof_ver_pkg v%{sof_ver_pkg0} %global with_sof_addon 0 %global sof_ver_addon 0 @@ -21,7 +22,7 @@ Release: 1%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD-3-Clause URL: https://github.com/thesofproject/sof-bin -Source: https://github.com/thesofproject/sof-bin/releases/download/%{sof_ver_pkg}/sof-bin-%{sof_ver_pkg}.tar.gz +Source: https://github.com/thesofproject/sof-bin/releases/download/%{sof_ver_pkg}/sof-bin-%{sof_ver_pkg0}.tar.gz %if 0%{?with_sof_addon} Source2: https://github.com/thesofproject/sof-bin/releases/download/v%{sof_ver_addon}/sof-tplg-v%{sof_ver_addon}.tar.gz %endif @@ -44,15 +45,13 @@ License: BSD This package contains the debug files for the Sound Open Firmware project. %prep -%autosetup -n sof-bin-%{sof_ver_pkg} +%autosetup -n sof-bin-%{sof_ver_pkg0} -mkdir -p firmware/intel/sof +mkdir -p firmware/intel -# we have the version in the package name -mv sof-%{sof_ver_pkg}/* firmware/intel/sof - -# move topology files -mv sof-tplg-%{sof_ver_pkg} firmware/intel/sof-tplg +for d in sof sof-ipc4 sof-ace-tplg sof-tplg; do \ + mv "${d}" firmware/intel; \ +done %if 0%{?with_sof_addon} tar xvzf %{SOURCE2} @@ -60,24 +59,29 @@ mv sof-tplg-v%{sof_ver_addon}/*.tplg firmware/intel/sof-tplg %endif # remove NXP firmware files -rm LICENCE.NXP +rm Notice.NXP LICENCE.NXP rm -rf firmware/intel/sof-tplg/sof-imx8* # remove Mediatek firmware files rm -rf firmware/intel/sof-tplg/sof-mt8* # use xz compression -find -P firmware/intel/sof -type f -name "*.ri" -exec xz -z %{_xz_opts} {} \; -for f in $(find -P firmware/intel/sof -type l -name "*.ri"); do \ - l=$(readlink "${f}"); \ - d=$(dirname "${f}"); \ - b=$(basename "${f}"); \ - rm "${f}"; \ - pushd "${d}"; \ - ln -svf "${l}.xz" "${b}.xz"; \ - popd; \ +xz -z %{_xz_opts} manifest.txt +for d in sof sof-ipc4; do \ + find -P "firmware/intel/${d}" -type f -name "*.ri" -exec xz -z %{_xz_opts} {} \; + for f in $(find -P "firmware/intel/${d}" -type l -name "*.ri"); do \ + l=$(readlink "${f}"); \ + n=$(dirname "${f}"); \ + b=$(basename "${f}"); \ + rm "${f}"; \ + pushd "${n}"; \ + ln -svf "${l}.xz" "${b}.xz"; \ + popd; \ + done +done +for d in sof-tplg sof-ace-tplg; do \ + find -P "firmware/intel/${d}" -type f -name "*.tplg" -exec xz -z %{_xz_opts} {} \; done -find -P firmware/intel/sof-tplg -type f -name "*.tplg" -exec xz -z %{_xz_opts} {} \; %build # SST topology files (not SOF related, but it's a Intel hw support @@ -108,6 +112,7 @@ cat alsa-sof-firmware.files %files -f alsa-sof-firmware.files %license LICENCE* %doc README* +%doc manifest.txt.xz %dir %{_firmwarepath} # Licence: 3-clause BSD @@ -116,6 +121,7 @@ cat alsa-sof-firmware.files # Licence: 3-clause BSD # .. for files with suffix .tplg %{_firmwarepath}/intel/sof-tplg/*.tplg.xz +%{_firmwarepath}/intel/sof-ace-tplg/*.tplg.xz # Licence: SOF (3-clause BSD plus others) # .. for files with suffix .ri @@ -130,6 +136,9 @@ if st and st.type == "link" then end %changelog +* Tue Oct 24 2023 Jaroslav Kysela - 2023.09-1 +- Update to v2023.09 + * Wed Aug 9 2023 Jaroslav Kysela - 2.2.6-1 - Update to v2.2.6 diff --git a/sources b/sources index 9404509..0cb8e26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-v2.2.6.tar.gz) = 33a836fdc9006aead24e14c15703040164b0878d48c6dd32f0a6ae558c99a43c768eb793e308550fd32dfb0e0f93783cff6c42f2618557ebac2a057425115e9e +SHA512 (sof-bin-2023.09.tar.gz) = 7ef81549c76164629400622fa1b512b6061a37b9ba14383d69ac10b2e7dc35c4f35bd6444b15e725c749c23564ec84646960fedcd776b5c2ec11bda3933a633d From 08d8d2f1886ad0f12d495f8e27ea271c3da1b82c Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 6 Nov 2023 09:17:49 +0100 Subject: [PATCH 47/69] update to v2023.09.1 Signed-off-by: Jaroslav Kysela --- .gitignore | 1 + alsa-sof-firmware.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5a34694..c520a8f 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /sof-bin-v2.2.5.tar.gz /sof-bin-v2.2.6.tar.gz /sof-bin-2023.09.tar.gz +/sof-bin-2023.09.1.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index de4eff0..53961c4 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2023.09 +%global sof_ver 2023.09.1 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg0 %{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -136,6 +136,9 @@ if st and st.type == "link" then end %changelog +* Mon Nov 6 2023 Jaroslav Kysela - 2023.09.1-1 +- Update to v2023.09.1 + * Tue Oct 24 2023 Jaroslav Kysela - 2023.09-1 - Update to v2023.09 diff --git a/sources b/sources index 0cb8e26..715c319 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (sof-bin-2023.09.tar.gz) = 7ef81549c76164629400622fa1b512b6061a37b9ba14383d69ac10b2e7dc35c4f35bd6444b15e725c749c23564ec84646960fedcd776b5c2ec11bda3933a633d +SHA512 (sof-bin-2023.09.1.tar.gz) = 74a0de0cfc561a273f2f535239a5e23a3bdd7718c1f70e320cf11b58ff499ff437f98aab3171901165d3da4156b4374f5e4259bee152f7d10755b69e98b8ba51 From 4d122b53726d3d1854be830a455113119110555d Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 16 Nov 2023 15:20:24 +0100 Subject: [PATCH 48/69] update to v2023.09.2 Signed-off-by: Jaroslav Kysela --- .gitignore | 1 + alsa-sof-firmware.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c520a8f..9a1367c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /sof-bin-v2.2.6.tar.gz /sof-bin-2023.09.tar.gz /sof-bin-2023.09.1.tar.gz +/sof-bin-2023.09.2.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 53961c4..a4ff059 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2023.09.1 +%global sof_ver 2023.09.2 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg0 %{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -136,6 +136,9 @@ if st and st.type == "link" then end %changelog +* Thu Nov 16 2023 Jaroslav Kysela - 2023.09.2-1 +- Update to v2023.09.2 + * Mon Nov 6 2023 Jaroslav Kysela - 2023.09.1-1 - Update to v2023.09.1 diff --git a/sources b/sources index 715c319..a8ad7a8 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (sof-bin-2023.09.tar.gz) = 7ef81549c76164629400622fa1b512b6061a37b9ba14383d69ac10b2e7dc35c4f35bd6444b15e725c749c23564ec84646960fedcd776b5c2ec11bda3933a633d -SHA512 (sof-bin-2023.09.1.tar.gz) = 74a0de0cfc561a273f2f535239a5e23a3bdd7718c1f70e320cf11b58ff499ff437f98aab3171901165d3da4156b4374f5e4259bee152f7d10755b69e98b8ba51 +SHA512 (sof-bin-2023.09.2.tar.gz) = dbf9385c1900f0b0bda7b8b6a9d1a3b4e5556f0570a1b1b794104179a2e1a12f1e896e36062c4179d7ad1a55078cbbfb348eb10667d736ad99b6cd23c4af0832 From 85b7225e5d697a71c4f7ab64247ae79d07ede6b6 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 20 Dec 2023 14:03:58 +0100 Subject: [PATCH 49/69] upate to v2023.12 Signed-off-by: Jaroslav Kysela --- alsa-sof-firmware.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index a4ff059..31a832d 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2023.09.2 +%global sof_ver 2023.12 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg0 %{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -136,6 +136,9 @@ if st and st.type == "link" then end %changelog +* Wed Dec 20 2023 Jaroslav Kysela - 2023.12-1 +- Update to v2023.12 + * Thu Nov 16 2023 Jaroslav Kysela - 2023.09.2-1 - Update to v2023.09.2 diff --git a/sources b/sources index a8ad7a8..3ed4cb5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-2023.09.2.tar.gz) = dbf9385c1900f0b0bda7b8b6a9d1a3b4e5556f0570a1b1b794104179a2e1a12f1e896e36062c4179d7ad1a55078cbbfb348eb10667d736ad99b6cd23c4af0832 +SHA512 (sof-bin-2023.12.tar.gz) = ed43e7597c93140b15499ba17bae1866dcf1e2959d910e81b3831e4db2224a1dcff790ef21afcd610d7cc9309251a08351bae1c959ded18e5e28a6b24ae99506 From bf6cad7a11e9fc935fdeee8353246fe550bba04e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 12:45:13 +0000 Subject: [PATCH 50/69] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- alsa-sof-firmware.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 31a832d..8a826ca 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -18,7 +18,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 1%{?sof_ver_rel}%{?dist} +Release: 2%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD-3-Clause URL: https://github.com/thesofproject/sof-bin @@ -136,6 +136,9 @@ if st and st.type == "link" then end %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 2023.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Dec 20 2023 Jaroslav Kysela - 2023.12-1 - Update to v2023.12 From f9f9033b141cab97543507ed94284bcb8005ed8c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 22:56:28 +0000 Subject: [PATCH 51/69] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- alsa-sof-firmware.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 8a826ca..cc48e61 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -18,7 +18,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 2%{?sof_ver_rel}%{?dist} +Release: 3%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD-3-Clause URL: https://github.com/thesofproject/sof-bin @@ -136,6 +136,9 @@ if st and st.type == "link" then end %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 2023.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 2023.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From b8eeb1d940b9e1d630b7ac9e31ec71937c2b71e5 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 5 Mar 2024 17:42:32 +0100 Subject: [PATCH 52/69] update to v2023.12.1 Signed-off-by: Jaroslav Kysela --- .gitignore | 2 ++ alsa-sof-firmware.spec | 29 ++++++++++++++++++++++++----- sources | 3 ++- 3 files changed, 28 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9a1367c..9563f29 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ /sof-bin-2023.09.tar.gz /sof-bin-2023.09.1.tar.gz /sof-bin-2023.09.2.tar.gz +/sof-bin-2023.12.1.tar.gz +/avs-topology_2024.02.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index cc48e61..9a4015e 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,8 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2023.12 +%global sof_ver 2023.12.1 +%global sof_ver_avs 2024.02 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg0 %{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -18,13 +19,14 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 3%{?sof_ver_rel}%{?dist} +Release: 1%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing -License: BSD-3-Clause +License: BSD-3-Clause Apache-2.0 URL: https://github.com/thesofproject/sof-bin Source: https://github.com/thesofproject/sof-bin/releases/download/%{sof_ver_pkg}/sof-bin-%{sof_ver_pkg0}.tar.gz +Source2: https://github.com/thesofproject/avs-topology-xml/releases/download/v%{sof_ver_avs}/avs-topology_%{sof_ver_avs}.tar.gz %if 0%{?with_sof_addon} -Source2: https://github.com/thesofproject/sof-bin/releases/download/v%{sof_ver_addon}/sof-tplg-v%{sof_ver_addon}.tar.gz +Source3: https://github.com/thesofproject/sof-bin/releases/download/v%{sof_ver_addon}/sof-tplg-v%{sof_ver_addon}.tar.gz %endif BuildRequires: alsa-topology >= %{tplg_version} BuildRequires: alsa-topology-utils >= %{tplg_version} @@ -53,8 +55,14 @@ for d in sof sof-ipc4 sof-ace-tplg sof-tplg; do \ mv "${d}" firmware/intel; \ done +mkdir avs +tar xvzf %{SOURCE2} --strip-components=1 --directory=avs +mv avs/LICENSE LICENCE.avs +mv avs/lib/firmware/intel/avs firmware/intel +echo "%{sof_ver_avs}" > manifest.avs.txt + %if 0%{?with_sof_addon} -tar xvzf %{SOURCE2} +tar xvzf %{SOURCE3} mv sof-tplg-v%{sof_ver_addon}/*.tplg firmware/intel/sof-tplg %endif @@ -82,6 +90,9 @@ done for d in sof-tplg sof-ace-tplg; do \ find -P "firmware/intel/${d}" -type f -name "*.tplg" -exec xz -z %{_xz_opts} {} \; done +for d in avs; do \ + find -P "firmware/intel/${d}" -type f -name "*.bin" -exec xz -z %{_xz_opts} {} \; +done %build # SST topology files (not SOF related, but it's a Intel hw support @@ -113,6 +124,7 @@ cat alsa-sof-firmware.files %license LICENCE* %doc README* %doc manifest.txt.xz +%doc manifest.avs.txt %dir %{_firmwarepath} # Licence: 3-clause BSD @@ -123,6 +135,9 @@ cat alsa-sof-firmware.files %{_firmwarepath}/intel/sof-tplg/*.tplg.xz %{_firmwarepath}/intel/sof-ace-tplg/*.tplg.xz +# Licence: Apache 2.0 +%{_firmwarepath}/intel/avs/*.bin.xz + # Licence: SOF (3-clause BSD plus others) # .. for files with suffix .ri @@ -136,6 +151,10 @@ if st and st.type == "link" then end %changelog +* Tue Mar 5 2024 Fedora Release Engineering - 2023.12.1-1 +- Update to v2023.12.1 +- Add AVS topology files v2024.02 + * Mon Jan 22 2024 Fedora Release Engineering - 2023.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index 3ed4cb5..5e95a71 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (sof-bin-2023.12.tar.gz) = ed43e7597c93140b15499ba17bae1866dcf1e2959d910e81b3831e4db2224a1dcff790ef21afcd610d7cc9309251a08351bae1c959ded18e5e28a6b24ae99506 +SHA512 (sof-bin-2023.12.1.tar.gz) = e0175f3af5336f23548efcf8fa302bafbb6122fd173273203f687c05ee17fab4e7bd457b27cc7a62fd25ea77708ffdbf9e1fe3880d3df1cf2196d7073c6f7677 +SHA512 (avs-topology_2024.02.tar.gz) = b7ebce9a6893e44d3c4a41c8e15818f7dac9d3e246c724e9a48514e40e6c43f1791a947b4560fe5ce6eb135232bf5ea8fb1a4d84f83442b7c777e341c977e134 From 42c8bff6d2d34af050a562b0daae2f4718c6835c Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 2 Apr 2024 19:16:13 +0200 Subject: [PATCH 53/69] update to v2024.03 Signed-off-by: Jaroslav Kysela --- .gitignore | 1 + alsa-sof-firmware.spec | 16 +++++++++++----- sources | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9563f29..60ef71c 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /sof-bin-2023.09.2.tar.gz /sof-bin-2023.12.1.tar.gz /avs-topology_2024.02.tar.gz +/sof-bin-2024.03.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 9a4015e..ba1c486 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2023.12.1 +%global sof_ver 2024.03 %global sof_ver_avs 2024.02 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} @@ -51,10 +51,12 @@ This package contains the debug files for the Sound Open Firmware project. mkdir -p firmware/intel -for d in sof sof-ipc4 sof-ace-tplg sof-tplg; do \ +for d in sof sof-ipc4 sof-ipc4-tplg sof-tplg; do \ mv "${d}" firmware/intel; \ done +ln -s sof-ipc4-tplg firmware/intel/sof-ace-tplg + mkdir avs tar xvzf %{SOURCE2} --strip-components=1 --directory=avs mv avs/LICENSE LICENCE.avs @@ -87,7 +89,7 @@ for d in sof sof-ipc4; do \ popd; \ done done -for d in sof-tplg sof-ace-tplg; do \ +for d in sof-tplg sof-ipc4-tplg; do \ find -P "firmware/intel/${d}" -type f -name "*.tplg" -exec xz -z %{_xz_opts} {} \; done for d in avs; do \ @@ -133,7 +135,8 @@ cat alsa-sof-firmware.files # Licence: 3-clause BSD # .. for files with suffix .tplg %{_firmwarepath}/intel/sof-tplg/*.tplg.xz -%{_firmwarepath}/intel/sof-ace-tplg/*.tplg.xz +%{_firmwarepath}/intel/sof-ipc4-tplg/*.tplg.xz +%{_firmwarepath}/intel/sof-ace-tplg # Licence: Apache 2.0 %{_firmwarepath}/intel/avs/*.bin.xz @@ -151,7 +154,10 @@ if st and st.type == "link" then end %changelog -* Tue Mar 5 2024 Fedora Release Engineering - 2023.12.1-1 +* Tue Apr 2 2024 Jaroslav Kysela - 2024.03-1 +- Update to v2024.03 + +* Tue Mar 5 2024 Jaroslav Kysela - 2023.12.1-1 - Update to v2023.12.1 - Add AVS topology files v2024.02 diff --git a/sources b/sources index 5e95a71..e67be8d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (sof-bin-2023.12.1.tar.gz) = e0175f3af5336f23548efcf8fa302bafbb6122fd173273203f687c05ee17fab4e7bd457b27cc7a62fd25ea77708ffdbf9e1fe3880d3df1cf2196d7073c6f7677 +SHA512 (sof-bin-2024.03.tar.gz) = 1e9891d3891f5a4413a77a68ea6d3a2e6ead8c1a67eaa7e9aaf30871753617ffce19bd3b85ebcbb617e606646f6aa0e1dafee5279c294ec72ef4b2885e009f72 SHA512 (avs-topology_2024.02.tar.gz) = b7ebce9a6893e44d3c4a41c8e15818f7dac9d3e246c724e9a48514e40e6c43f1791a947b4560fe5ce6eb135232bf5ea8fb1a4d84f83442b7c777e341c977e134 From 2eb772e93d5b50fb2ec59b59a1394122c8fd35d6 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 3 Apr 2024 08:47:23 +0200 Subject: [PATCH 54/69] fix sof-ace-tplg directory symlink collisions (lua pretrans) Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2272860 Signed-off-by: Jaroslav Kysela --- alsa-sof-firmware.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index ba1c486..2a116b5 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -19,7 +19,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 1%{?sof_ver_rel}%{?dist} +Release: 2%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD-3-Clause Apache-2.0 URL: https://github.com/thesofproject/sof-bin @@ -153,8 +153,15 @@ if st and st.type == "link" then os.remove(path) end +path1 = "%{_firmwarepath}/intel/sof-ace-tplg" +path2 = "%{_firmwarepath}/intel/sof-ipc4-tplg" +st = posix.stat(path1) +if st and st.type == "directory" then + os.rename(path1, path2) +end + %changelog -* Tue Apr 2 2024 Jaroslav Kysela - 2024.03-1 +* Wed Apr 3 2024 Jaroslav Kysela - 2024.03-2 - Update to v2024.03 * Tue Mar 5 2024 Jaroslav Kysela - 2023.12.1-1 From 4a40de9597bc02eb8ebdaa3967ebdb4733038a5b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 16:53:01 +0000 Subject: [PATCH 55/69] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- alsa-sof-firmware.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 2a116b5..a511843 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -19,7 +19,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 2%{?sof_ver_rel}%{?dist} +Release: 3%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD-3-Clause Apache-2.0 URL: https://github.com/thesofproject/sof-bin @@ -161,6 +161,9 @@ if st and st.type == "directory" then end %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 2024.03-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Wed Apr 3 2024 Jaroslav Kysela - 2024.03-2 - Update to v2024.03 From d6cb9213fc9254a2b105d7b6a4bbe4877a1cd142 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 3 Sep 2024 16:54:14 +0200 Subject: [PATCH 56/69] update to 2024.06, remove AVS files Signed-off-by: Jaroslav Kysela --- .gitignore | 1 + alsa-sof-firmware.spec | 23 ++++++----------------- sources | 3 +-- 3 files changed, 8 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 60ef71c..5509e54 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /sof-bin-2023.12.1.tar.gz /avs-topology_2024.02.tar.gz /sof-bin-2024.03.tar.gz +/sof-bin-2024.06.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index a511843..5a42bcc 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,8 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2024.03 -%global sof_ver_avs 2024.02 +%global sof_ver 2024.06 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg0 %{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -19,12 +18,11 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 3%{?sof_ver_rel}%{?dist} +Release: 1%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD-3-Clause Apache-2.0 URL: https://github.com/thesofproject/sof-bin Source: https://github.com/thesofproject/sof-bin/releases/download/%{sof_ver_pkg}/sof-bin-%{sof_ver_pkg0}.tar.gz -Source2: https://github.com/thesofproject/avs-topology-xml/releases/download/v%{sof_ver_avs}/avs-topology_%{sof_ver_avs}.tar.gz %if 0%{?with_sof_addon} Source3: https://github.com/thesofproject/sof-bin/releases/download/v%{sof_ver_addon}/sof-tplg-v%{sof_ver_addon}.tar.gz %endif @@ -57,12 +55,6 @@ done ln -s sof-ipc4-tplg firmware/intel/sof-ace-tplg -mkdir avs -tar xvzf %{SOURCE2} --strip-components=1 --directory=avs -mv avs/LICENSE LICENCE.avs -mv avs/lib/firmware/intel/avs firmware/intel -echo "%{sof_ver_avs}" > manifest.avs.txt - %if 0%{?with_sof_addon} tar xvzf %{SOURCE3} mv sof-tplg-v%{sof_ver_addon}/*.tplg firmware/intel/sof-tplg @@ -92,9 +84,6 @@ done for d in sof-tplg sof-ipc4-tplg; do \ find -P "firmware/intel/${d}" -type f -name "*.tplg" -exec xz -z %{_xz_opts} {} \; done -for d in avs; do \ - find -P "firmware/intel/${d}" -type f -name "*.bin" -exec xz -z %{_xz_opts} {} \; -done %build # SST topology files (not SOF related, but it's a Intel hw support @@ -126,7 +115,6 @@ cat alsa-sof-firmware.files %license LICENCE* %doc README* %doc manifest.txt.xz -%doc manifest.avs.txt %dir %{_firmwarepath} # Licence: 3-clause BSD @@ -138,9 +126,6 @@ cat alsa-sof-firmware.files %{_firmwarepath}/intel/sof-ipc4-tplg/*.tplg.xz %{_firmwarepath}/intel/sof-ace-tplg -# Licence: Apache 2.0 -%{_firmwarepath}/intel/avs/*.bin.xz - # Licence: SOF (3-clause BSD plus others) # .. for files with suffix .ri @@ -161,6 +146,10 @@ if st and st.type == "directory" then end %changelog +* Tue Sep 3 2024 Jaroslav Kysela - 2024.06-1 +- Update to v2024.06 +- Remove AVS topology files (linux-firmware is the main source now) + * Wed Jul 17 2024 Fedora Release Engineering - 2024.03-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index e67be8d..bb9d9ea 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (sof-bin-2024.03.tar.gz) = 1e9891d3891f5a4413a77a68ea6d3a2e6ead8c1a67eaa7e9aaf30871753617ffce19bd3b85ebcbb617e606646f6aa0e1dafee5279c294ec72ef4b2885e009f72 -SHA512 (avs-topology_2024.02.tar.gz) = b7ebce9a6893e44d3c4a41c8e15818f7dac9d3e246c724e9a48514e40e6c43f1791a947b4560fe5ce6eb135232bf5ea8fb1a4d84f83442b7c777e341c977e134 +SHA512 (sof-bin-2024.06.tar.gz) = 50dbd849b086158af88dd629566b80de4e841dd8a74b6ea8b1d99b3321be94a0d2d6f742b557f0445b9618a6dbeee3fec6a4e9822b320d511ede1ec1812c0d4d From 03f8176b8a187bf6a3586efefdfb22a25f90d857 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 9 Sep 2024 09:17:35 +0200 Subject: [PATCH 57/69] Correct SPDX license Signed-off-by: Jaroslav Kysela --- alsa-sof-firmware.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 5a42bcc..f4d7d0a 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -20,7 +20,7 @@ Name: alsa-sof-firmware Version: %{sof_ver} Release: 1%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing -License: BSD-3-Clause Apache-2.0 +License: BSD-3-Clause AND Apache-2.0 URL: https://github.com/thesofproject/sof-bin Source: https://github.com/thesofproject/sof-bin/releases/download/%{sof_ver_pkg}/sof-bin-%{sof_ver_pkg0}.tar.gz %if 0%{?with_sof_addon} @@ -39,7 +39,7 @@ This package contains the firmware binaries for the Sound Open Firmware project. %package debug Requires: alsa-sof-firmware Summary: Debug files for Sound Open Firmware project -License: BSD +License: BSD-3-Clause %description debug This package contains the debug files for the Sound Open Firmware project. From 2f4ca03cc15e87fc2fde8ec8446e59f4b420fdc9 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 27 Sep 2024 11:35:26 +0200 Subject: [PATCH 58/69] update to 2024.09 Signed-off-by: Jaroslav Kysela --- .gitignore | 1 + alsa-sof-firmware.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5509e54..c23927a 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /avs-topology_2024.02.tar.gz /sof-bin-2024.03.tar.gz /sof-bin-2024.06.tar.gz +/sof-bin-2024.09.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index f4d7d0a..1ff9906 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2024.06 +%global sof_ver 2024.09 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg0 %{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -146,6 +146,9 @@ if st and st.type == "directory" then end %changelog +* Fri Sep 27 2024 Jaroslav Kysela - 2024.09-1 +- Update to v2024.09 + * Tue Sep 3 2024 Jaroslav Kysela - 2024.06-1 - Update to v2024.06 - Remove AVS topology files (linux-firmware is the main source now) diff --git a/sources b/sources index bb9d9ea..a4a776c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-2024.06.tar.gz) = 50dbd849b086158af88dd629566b80de4e841dd8a74b6ea8b1d99b3321be94a0d2d6f742b557f0445b9618a6dbeee3fec6a4e9822b320d511ede1ec1812c0d4d +SHA512 (sof-bin-2024.09.tar.gz) = b8a199afba7289a39485662741fbf8ecb47e9c91e461478e3e2d523c12986bfddf8a1f61b4ba0a2c689008de8808a2df00f05aacb541a2fb16a6a5dbd7481ecf From 1702d7d6bbc7c61b31635923b10535c04eb4737b Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 11 Nov 2024 10:45:09 +0100 Subject: [PATCH 59/69] update to 2024.09.1 Signed-off-by: Jaroslav Kysela --- .gitignore | 1 + alsa-sof-firmware.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c23927a..ba3933a 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /sof-bin-2024.03.tar.gz /sof-bin-2024.06.tar.gz /sof-bin-2024.09.tar.gz +/sof-bin-2024.09.1.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 1ff9906..9062376 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2024.09 +%global sof_ver 2024.09.1 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg0 %{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -146,6 +146,9 @@ if st and st.type == "directory" then end %changelog +* Mon Nov 11 2024 Jaroslav Kysela - 2024.09.1-1 +- Update to v2024.09.1 + * Fri Sep 27 2024 Jaroslav Kysela - 2024.09-1 - Update to v2024.09 diff --git a/sources b/sources index a4a776c..5eb12ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-2024.09.tar.gz) = b8a199afba7289a39485662741fbf8ecb47e9c91e461478e3e2d523c12986bfddf8a1f61b4ba0a2c689008de8808a2df00f05aacb541a2fb16a6a5dbd7481ecf +SHA512 (sof-bin-2024.09.1.tar.gz) = e542ae732305485a4f12332f9bdec8d2e80ba41247e44e00960670b45970d45049f46fbdc42c9250ecc40bb1b9edaf1e81cd2c3da760f3bd174176ad3c8e22d2 From 882991028fea86868a6786b9df5e2238430ef9a4 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 6 Dec 2024 09:40:45 +0100 Subject: [PATCH 60/69] update to 2024.09.2 Signed-off-by: Jaroslav Kysela --- alsa-sof-firmware.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 9062376..f5a88e1 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2024.09.1 +%global sof_ver 2024.09.2 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg0 %{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -146,6 +146,9 @@ if st and st.type == "directory" then end %changelog +* Fri Dec 6 2024 Jaroslav Kysela - 2024.09.2-1 +- Update to v2024.09.2 + * Mon Nov 11 2024 Jaroslav Kysela - 2024.09.1-1 - Update to v2024.09.1 From 9d54a3be2369a73e247fee07c87f67d2421af18c Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 6 Dec 2024 09:46:09 +0100 Subject: [PATCH 61/69] add sof-bin-2024.09.2.tar.gz to sources --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba3933a..0c16da2 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /sof-bin-2024.06.tar.gz /sof-bin-2024.09.tar.gz /sof-bin-2024.09.1.tar.gz +/sof-bin-2024.09.2.tar.gz diff --git a/sources b/sources index 5eb12ae..bb40311 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-2024.09.1.tar.gz) = e542ae732305485a4f12332f9bdec8d2e80ba41247e44e00960670b45970d45049f46fbdc42c9250ecc40bb1b9edaf1e81cd2c3da760f3bd174176ad3c8e22d2 +SHA512 (sof-bin-2024.09.2.tar.gz) = fadb9078705e0813897650e19166ad0d81710f8ba08ecb74de413a0bd7b27d73f9dcedd4583687f9deefd22ccb78b56ede8fbc5ab6fbd56e181c6b63be816a18 From dd78020c71540985e215cfa34c949753464c76e2 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 18 Dec 2024 10:00:10 +0100 Subject: [PATCH 62/69] add sof-ipc4-lib directory Signed-off-by: Jaroslav Kysela --- alsa-sof-firmware.spec | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index f5a88e1..a3f8d0d 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -18,7 +18,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 1%{?sof_ver_rel}%{?dist} +Release: 2%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD-3-Clause AND Apache-2.0 URL: https://github.com/thesofproject/sof-bin @@ -49,7 +49,7 @@ This package contains the debug files for the Sound Open Firmware project. mkdir -p firmware/intel -for d in sof sof-ipc4 sof-ipc4-tplg sof-tplg; do \ +for d in sof sof-ipc4 sof-ipc4-lib sof-ipc4-tplg sof-tplg; do \ mv "${d}" firmware/intel; \ done @@ -79,7 +79,21 @@ for d in sof sof-ipc4; do \ pushd "${n}"; \ ln -svf "${l}.xz" "${b}.xz"; \ popd; \ - done + done; \ +done +for d in sof-ipc4-lib; do \ + for e in bin llext; do \ + find -P "firmware/intel/${d}" -type f -name "*.${e}" -exec xz -z %{_xz_opts} {} \; + for f in $(find -P "firmware/intel/${d}" -type l -name "*.${e}"); do \ + l=$(readlink "${f}"); \ + n=$(dirname "${f}"); \ + b=$(basename "${f}"); \ + rm "${f}"; \ + pushd "${n}"; \ + ln -svf "${l}.xz" "${b}.xz"; \ + popd; \ + done; \ + done; \ done for d in sof-tplg sof-ipc4-tplg; do \ find -P "firmware/intel/${d}" -type f -name "*.tplg" -exec xz -z %{_xz_opts} {} \; @@ -103,6 +117,8 @@ FILEDIR=$(pwd) pushd %{buildroot}/%{_firmwarepath} find -P . -name "*.ri.xz" | sed -e '/^.$/d' >> $FILEDIR/alsa-sof-firmware.files #find -P . -name "*.tplg" | sed -e '/^.$/d' >> $FILEDIR/alsa-sof-firmware.files +find -P . -name "*.llext.xz" | sed -e '/^.$/d' >> $FILEDIR/alsa-sof-firmware.files +find -P intel/sof-ipc4-lib -name "*.bin.xz" | sed -e '/^.$/d' >> $FILEDIR/alsa-sof-firmware.files find -P . -name "*.ldc" | sed -e '/^.$/d' > $FILEDIR/alsa-sof-firmware.debug-files find -P . -type d | sed -e '/^.$/d' > $FILEDIR/alsa-sof-firmware.dirs popd @@ -146,6 +162,9 @@ if st and st.type == "directory" then end %changelog +* Wed Dec 18 2024 Jaroslav Kysela - 2024.09.2-2 +- Add sof-ipc4-lib directory + * Fri Dec 6 2024 Jaroslav Kysela - 2024.09.2-1 - Update to v2024.09.2 From 73ce1fbb364cad2f450c1499ee98d39d5c037d15 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 10:54:34 +0000 Subject: [PATCH 63/69] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- alsa-sof-firmware.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index a3f8d0d..8ac7fe5 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -18,7 +18,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 2%{?sof_ver_rel}%{?dist} +Release: 3%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD-3-Clause AND Apache-2.0 URL: https://github.com/thesofproject/sof-bin @@ -162,6 +162,9 @@ if st and st.type == "directory" then end %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 2024.09.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Dec 18 2024 Jaroslav Kysela - 2024.09.2-2 - Add sof-ipc4-lib directory From 790d362068e71e08adbe44d7140a43bdcbddeb9c Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 25 Feb 2025 11:27:09 +0100 Subject: [PATCH 64/69] update to 2025.01 Signed-off-by: Jaroslav Kysela --- .gitignore | 1 + alsa-sof-firmware.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0c16da2..8f518bf 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /sof-bin-2024.09.tar.gz /sof-bin-2024.09.1.tar.gz /sof-bin-2024.09.2.tar.gz +/sof-bin-2025.01.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 8ac7fe5..6b8c210 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2024.09.2 +%global sof_ver 2025.01 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg0 %{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -18,7 +18,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 3%{?sof_ver_rel}%{?dist} +Release: 1%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD-3-Clause AND Apache-2.0 URL: https://github.com/thesofproject/sof-bin @@ -162,6 +162,9 @@ if st and st.type == "directory" then end %changelog +* Tue Feb 25 2025 Jaroslav Kysela - 2025.01-1 +- Update to v2025.01 + * Thu Jan 16 2025 Fedora Release Engineering - 2024.09.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index bb40311..06d630b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-2024.09.2.tar.gz) = fadb9078705e0813897650e19166ad0d81710f8ba08ecb74de413a0bd7b27d73f9dcedd4583687f9deefd22ccb78b56ede8fbc5ab6fbd56e181c6b63be816a18 +SHA512 (sof-bin-2025.01.tar.gz) = 22f7b715121259df36658bf936e4abb9ae640296c5e296f58d7d6c45fa95ba31d198dabd80525bb71619c806319cfa6311fe11a5d41dd1ba82526de42cb59ba0 From 63ea1075d2de9f9be85ba02558ae994fa3d0b6e5 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 3 Apr 2025 09:24:04 +0200 Subject: [PATCH 65/69] update to 2025.01.1 Signed-off-by: Jaroslav Kysela --- .gitignore | 1 + alsa-sof-firmware.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8f518bf..b2eaaad 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /sof-bin-2024.09.1.tar.gz /sof-bin-2024.09.2.tar.gz /sof-bin-2025.01.tar.gz +/sof-bin-2025.01.1.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 6b8c210..63da5fa 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2025.01 +%global sof_ver 2025.01.1 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg0 %{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -162,6 +162,9 @@ if st and st.type == "directory" then end %changelog +* Thu Apr 3 2025 Jaroslav Kysela - 2025.01.1-1 +- Update to v2025.01.1 + * Tue Feb 25 2025 Jaroslav Kysela - 2025.01-1 - Update to v2025.01 diff --git a/sources b/sources index 06d630b..569308b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-2025.01.tar.gz) = 22f7b715121259df36658bf936e4abb9ae640296c5e296f58d7d6c45fa95ba31d198dabd80525bb71619c806319cfa6311fe11a5d41dd1ba82526de42cb59ba0 +SHA512 (sof-bin-2025.01.1.tar.gz) = 17aed645e22e2406b54a9a57800eade3c08f885a070b7eb363ef433b0d7e39cf2adf66c4e9d2ddf5325ce85de8f7680a82a0e7cec63513b65bba664b7b67b035 From f29219e8fc496392d44d7c23ec847d4521f27330 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 24 Jun 2025 13:51:36 +0200 Subject: [PATCH 66/69] update to 2025.05 Signed-off-by: Jaroslav Kysela --- .gitignore | 1 + alsa-sof-firmware.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b2eaaad..6f683d9 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /sof-bin-2024.09.2.tar.gz /sof-bin-2025.01.tar.gz /sof-bin-2025.01.1.tar.gz +/sof-bin-2025.05.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 63da5fa..d6b71e0 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2025.01.1 +%global sof_ver 2025.05 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg0 %{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -162,6 +162,9 @@ if st and st.type == "directory" then end %changelog +* Tue Jun 24 2025 Jaroslav Kysela - 2025.05-1 +- Update to v2025.05 + * Thu Apr 3 2025 Jaroslav Kysela - 2025.01.1-1 - Update to v2025.01.1 diff --git a/sources b/sources index 569308b..0ae835e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-2025.01.1.tar.gz) = 17aed645e22e2406b54a9a57800eade3c08f885a070b7eb363ef433b0d7e39cf2adf66c4e9d2ddf5325ce85de8f7680a82a0e7cec63513b65bba664b7b67b035 +SHA512 (sof-bin-2025.05.tar.gz) = 1bf01df094e58c7242e765b4f279f26c3138f68f908d5abf28262a5e5f7f36639a039477792574c5f5a40ce4dc44989bffb728a166379f82eab1386e1d0a5d16 From b37018ff10ea525d96f29531826149de9ba04dcd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:55:14 +0000 Subject: [PATCH 67/69] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- alsa-sof-firmware.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index d6b71e0..6d5bf99 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -18,7 +18,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 1%{?sof_ver_rel}%{?dist} +Release: 2%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD-3-Clause AND Apache-2.0 URL: https://github.com/thesofproject/sof-bin @@ -162,6 +162,9 @@ if st and st.type == "directory" then end %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 2025.05-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jun 24 2025 Jaroslav Kysela - 2025.05-1 - Update to v2025.05 From eada43f032ba215e8857fa7032ae1f53f3cb3ea4 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 27 Aug 2025 11:55:16 +0200 Subject: [PATCH 68/69] update to 2025.05.1 Signed-off-by: Jaroslav Kysela --- .gitignore | 1 + alsa-sof-firmware.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6f683d9..921bfba 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /sof-bin-2025.01.tar.gz /sof-bin-2025.01.1.tar.gz /sof-bin-2025.05.tar.gz +/sof-bin-2025.05.1.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 6d5bf99..4b1ed46 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global _xz_opts -9 --check=crc32 -%global sof_ver 2025.05 +%global sof_ver 2025.05.1 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg0 %{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -18,7 +18,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 2%{?sof_ver_rel}%{?dist} +Release: 1%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD-3-Clause AND Apache-2.0 URL: https://github.com/thesofproject/sof-bin @@ -162,6 +162,9 @@ if st and st.type == "directory" then end %changelog +* Wed Aug 27 2025 Jaroslav Kysela - 2025.05.1-1 +- Update to v2025.05.1 + * Wed Jul 23 2025 Fedora Release Engineering - 2025.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index 0ae835e..f2359d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-2025.05.tar.gz) = 1bf01df094e58c7242e765b4f279f26c3138f68f908d5abf28262a5e5f7f36639a039477792574c5f5a40ce4dc44989bffb728a166379f82eab1386e1d0a5d16 +SHA512 (sof-bin-2025.05.1.tar.gz) = ad255502c607e80dcd9d42f4b734e10534e7b2bc36b0cc077b825a75b91040a9094df1fb3b3bab3a87b99940009b99835357f22bc6289c52fb66f472459fe8e1 From afdce13c00c1f4fe31f9d61f51fc6ec69ec483ce Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:36:44 +0000 Subject: [PATCH 69/69] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- alsa-sof-firmware.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 4b1ed46..f31a42c 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -18,7 +18,7 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 1%{?sof_ver_rel}%{?dist} +Release: 2%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD-3-Clause AND Apache-2.0 URL: https://github.com/thesofproject/sof-bin @@ -162,6 +162,9 @@ if st and st.type == "directory" then end %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 2025.05.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Wed Aug 27 2025 Jaroslav Kysela - 2025.05.1-1 - Update to v2025.05.1