update to 5.4.1.20200902 [release 5.4.1.20200902-1mamba;Thu Oct 01 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 17:21:28 +01:00
parent 2ed95e74ab
commit f66b4b673d

View File

@ -1,20 +1,18 @@
# the userspace libraries and devel files are now available in source format
%define include_userspace 0
%define include_kernel 1
%define kernelver 4.4
%define gitdirver %(echo %version | cut -d. -f3-4)
Name: raspberrypi-firmware
Epoch: 1
Version: 4.19.1.20200114
Release: 2mamba
Version: 5.4.1.20200902
Release: 1mamba
Summary: Boot firmware files (except kernel) for the Raspberry Pi
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: https://github.com/raspberrypi/firmware
## GITSOURCE git://github.com/raspberrypi/firmware.git
Source0: git://github.com/raspberrypi/firmware.git/%{gitdirver}/firmware-%{version}.tar.bz2
#Source0: git://github.com/raspberrypi/firmware.git/master/firmware-%{version}.tar.bz2
Source1: raspberrypi-firmware-kernelconf.txt
@ -31,7 +29,7 @@ License: GPL, LICENCE.broadcom
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: hciattach-rpi
ExclusiveArch: arm
ExclusiveArch: arm aarch64
%systemd_requires
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -126,7 +124,7 @@ cp -a boot/overlays %{buildroot}/boot/overlays/
%if %include_kernel
install -d %{buildroot}/lib/modules
cp -R modules/4.* %{buildroot}/lib/modules/
cp -R modules/5.* %{buildroot}/lib/modules/
install -d %{buildroot}%{_datadir}/doc/raspberrypi-kernel
cp -R documentation/ilcomponents %{buildroot}%{_datadir}/doc/raspberrypi-kernel
@ -192,7 +190,9 @@ install -D -m0644 %{SOURCE23} %{buildroot}/lib/firmware/BCM43430A1.hcd
/boot/bcm2708-rpi-zero.dtb
/boot/bcm2708-rpi-b.dtb
/boot/bcm2708-rpi-b-plus.dtb
/boot/bcm2708-rpi-b-rev1.dtb
/boot/bcm2708-rpi-cm.dtb
/boot/bcm2711-rpi-cm4.dtb
/boot/bcm2709-rpi-2-b.dtb
/boot/bcm2710-rpi-2-b.dtb
/boot/bcm2710-rpi-3-b.dtb
@ -204,6 +204,7 @@ install -D -m0644 %{SOURCE23} %{buildroot}/lib/firmware/BCM43430A1.hcd
%config(noreplace) /boot/cmdline.txt
%dir /boot/overlays
/boot/overlays/*.dtbo
/boot/overlays/overlay_map.dtb
/boot/overlays/README
/lib/firmware/LICENSE.brcmfmac
/lib/firmware/BCM43430A1.hcd
@ -249,6 +250,9 @@ install -D -m0644 %{SOURCE23} %{buildroot}/lib/firmware/BCM43430A1.hcd
%endif
%changelog
* Thu Oct 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.4.1.20200902-1mamba
- update to 5.4.1.20200902
* Wed Mar 04 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.19.1.20200114-2mamba
- install brcmfmac43455-sdio.txt for rpi3/4 from raspbian
- use brcmfmac43430-sdio.bin from linux-firmware (to be checked)