split out QCom ARM IP firmware

This commit is contained in:
Peter Robinson 2023-08-06 11:11:10 +01:00
parent 33ebd59622
commit 40fc0bbe4f

View File

@ -207,6 +207,16 @@ Requires: linux-firmware-whence
%description -n netronome-firmware %description -n netronome-firmware
Firmware for Netronome Smart NICs Firmware for Netronome Smart NICs
%package -n qcom-firmware
Summary: Firmware for Qualcomm SoCs
License: Redistributable, no modification permitted
Requires: linux-firmware-whence
Requires: atheros-firmware = %{version}-%{release}
%description -n qcom-firmware
Firmware for various compoents in Qualcomm SoCs including Adreno
GPUs, Venus video encode/decode, Audio DSP, Compute DSP, WWAN
modem, Sensor DSPs.
# Random other hardware # Random other hardware
%package -n dvb-firmware %package -n dvb-firmware
Summary: Firmware for various DVB broadcast receivers Summary: Firmware for various DVB broadcast receivers
@ -298,6 +308,7 @@ sed \
-i -e '/^mrvl\/sd8787/d' \ -i -e '/^mrvl\/sd8787/d' \
-i -e '/^netronome/d' \ -i -e '/^netronome/d' \
-i -e '/^qca/d' \ -i -e '/^qca/d' \
-i -e '/^qcom/d' \
-i -e '/^radeon/d' \ -i -e '/^radeon/d' \
-i -e '/^rtl_bt/d' \ -i -e '/^rtl_bt/d' \
-i -e '/^rtlwifi/d' \ -i -e '/^rtlwifi/d' \
@ -436,6 +447,12 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
%dir %{_firmwarepath}/netronome %dir %{_firmwarepath}/netronome
%{_firmwarepath}/netronome/* %{_firmwarepath}/netronome/*
# Silicon Vendor specific
%files -n qcom-firmware
%license LICENSE.qcom LICENSE.qcom_yamato qcom/NOTICE.txt
%dir %{_firmwarepath}/qcom
%{_firmwarepath}/qcom/*
# Random other hardware # Random other hardware
%files -n dvb-firmware %files -n dvb-firmware
%license LICENSE.dib0700 LICENCE.it913x LICENCE.siano %license LICENSE.dib0700 LICENCE.it913x LICENCE.siano