add TGL-H firmware files
This commit is contained in:
parent
19c3a0d11f
commit
84bf302ca3
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/sof-bin-da8cb04.tar.gz
|
||||
/sof-bin-faa5bdc.tar.gz
|
||||
/sof-bin-b77c851.tar.gz
|
||||
/sof-bin-f31c9ce.tar.gz
|
||||
|
@ -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 <releng@fedoraproject.org> - 1.6.1-3
|
||||
- Add TGL-H firmware files
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sof-bin-b77c851.tar.gz) = 85ef3cdeff44f55cb4d393268616763238c345aac0755360807c8c238f8fe88360ed609b39f9d736c85a9e8a70dac54f82b6d6d5669a6d7269914480d46091a1
|
||||
SHA512 (sof-bin-f31c9ce.tar.gz) = 9eedb85c520c0489e7a2f4c5d09e489d022dd88239e2f18aa792fd538ec11200d750c2501e78868f30d29624ce58522bbd2cc86302dffa9a6cd94f1d640d9840
|
||||
|
Loading…
Reference in New Issue
Block a user