Change-Id: Id246f0dd4473182afd8066a17b916538a03a30ec
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6659
Reviewed-by: Bo Gan <ganb@vmware.com>
Tested-by: gerrit-photon <photon-checkins@vmware.com>
| ... | ... |
@@ -29,10 +29,11 @@ cp -a linux-firmware/rsi $DST/ |
| 29 | 29 |
cp linux-firmware/rsi_91x.fw $DST/ |
| 30 | 30 |
|
| 31 | 31 |
# NXP ls1012a FRWY requires: |
| 32 |
-mkdir $DST/ls1012a_ppe/ |
|
| 33 |
-cp qoriq-engine-pfe-bin/ls1012a/slow_path/ppfe_class_ls1012a.elf $DST/ls1012a_ppe/ |
|
| 34 |
-cp qoriq-engine-pfe-bin/ls1012a/slow_path/ppfe_tmu_ls1012a.elf $DST/ls1012a_ppe/ |
|
| 35 |
-cp qoriq-engine-pfe-bin/NXP-Binary-EULA.txt $DST/ls1012a_ppe/ |
|
| 32 |
+cp qoriq-engine-pfe-bin/ls1012a/slow_path/ppfe_class_ls1012a.elf $DST/ |
|
| 33 |
+cp qoriq-engine-pfe-bin/ls1012a/slow_path/ppfe_tmu_ls1012a.elf $DST/ |
|
| 34 |
+cp qoriq-engine-pfe-bin/NXP-Binary-EULA.txt $DST/ |
|
| 35 |
+mkdir -p $DST/ath10k/QCA9377 |
|
| 36 |
+cp -a linux-firmware/ath10k/QCA9377/hw1.0 $DST/ath10k/QCA9377/ |
|
| 36 | 37 |
|
| 37 | 38 |
# Compulab Fitlet2 requires: |
| 38 | 39 |
mkdir $DST/i915 |
| ... | ... |
@@ -5,7 +5,7 @@ |
| 5 | 5 |
|
| 6 | 6 |
Summary: Linux Firmware |
| 7 | 7 |
Name: linux-firmware |
| 8 |
-Version: 20190109 |
|
| 8 |
+Version: 20190205 |
|
| 9 | 9 |
Release: 1%{?dist}
|
| 10 | 10 |
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted |
| 11 | 11 |
URL: http://www.kernel.org/ |
| ... | ... |
@@ -13,7 +13,7 @@ Group: System Environment/Kernel |
| 13 | 13 |
Vendor: VMware, Inc. |
| 14 | 14 |
Distribution: Photon |
| 15 | 15 |
Source0: %{name}-%{version}.tar.gz
|
| 16 |
-%define sha1 linux=602230b5ac61c9e8bf3b448e8399e0b9fa591cdb |
|
| 16 |
+%define sha1 linux=505996ad569a99e2b9513cb0d8f227ba4a975991 |
|
| 17 | 17 |
BuildArch: noarch |
| 18 | 18 |
|
| 19 | 19 |
%description |
| ... | ... |
@@ -29,9 +29,10 @@ mkdir -p %{buildroot}%{_firmwarepath}
|
| 29 | 29 |
cp -r brcm %{buildroot}%{_firmwarepath}
|
| 30 | 30 |
cp -r rsi %{buildroot}%{_firmwarepath}
|
| 31 | 31 |
cp rsi_91x.fw %{buildroot}%{_firmwarepath}
|
| 32 |
-cp ls1012a_ppe/ppfe_class_ls1012a.elf %{buildroot}%{_firmwarepath}
|
|
| 33 |
-cp ls1012a_ppe/ppfe_tmu_ls1012a.elf %{buildroot}%{_firmwarepath}
|
|
| 34 |
-cp ls1012a_ppe/NXP-Binary-EULA.txt %{buildroot}%{_firmwarepath}
|
|
| 32 |
+cp ppfe_class_ls1012a.elf %{buildroot}%{_firmwarepath}
|
|
| 33 |
+cp ppfe_tmu_ls1012a.elf %{buildroot}%{_firmwarepath}
|
|
| 34 |
+cp NXP-Binary-EULA.txt %{buildroot}%{_firmwarepath}
|
|
| 35 |
+cp -r ath10k %{buildroot}%{_firmwarepath}
|
|
| 35 | 36 |
cp -r i915 %{buildroot}%{_firmwarepath}
|
| 36 | 37 |
cp -r intel %{buildroot}%{_firmwarepath}
|
| 37 | 38 |
cp iwlwifi-8000C-*.ucode %{buildroot}%{_firmwarepath}
|
| ... | ... |
@@ -40,6 +41,9 @@ cp iwlwifi-8000C-*.ucode %{buildroot}%{_firmwarepath}
|
| 40 | 40 |
%defattr(-,root,root) |
| 41 | 41 |
%{_firmwarepath}/*
|
| 42 | 42 |
%changelog |
| 43 |
+* Tue Feb 05 2019 Alexey Makhalov <amakhalov@vmware.com> 20190205-1 |
|
| 44 |
+- Added ath10k firmware (for ls1012a). |
|
| 45 |
+- Use 1:1 folder layout for ppfe firmware. |
|
| 43 | 46 |
* Wed Jan 09 2019 Alexey Makhalov <amakhalov@vmware.com> 20190109-1 |
| 44 | 47 |
- Added Compulab Fitlet2 firmware. |
| 45 | 48 |
* Thu Nov 29 2018 Srinidhi Rao <srinidhir@vmware.com> 20181129-1 |