Accepting request 879475 from home:nsaenzjulienne:branches:hardware

- Introduce Raspberry Pi 4 Compute Module's brcmfmac43455 configuration file.
  (bsc#1183524)

OBS-URL: https://build.opensuse.org/request/show/879475
OBS-URL: https://build.opensuse.org/package/show/hardware/bcm43xx-firmware?expand=0&rev=42
This commit is contained in:
Fabian Vogt 2021-03-17 09:04:09 +00:00 committed by Git OBS Bridge
parent 4c35a6c045
commit 1016f26ec6
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 16 16:53:24 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
- Introduce Raspberry Pi 4 Compute Module's brcmfmac43455 configuration file.
(bsc#1183524)
-------------------------------------------------------------------
Mon Mar 1 13:18:58 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>

View File

@ -86,7 +86,11 @@ install -c -m 0644 %{SOURCE4561} %{buildroot}%{_firmwaredir}/brcm/
install -c -m 0644 %{SOURCE4562} %{buildroot}%{_firmwaredir}/brcm/
install -c -m 0644 %{SOURCE4563} %{buildroot}%{_firmwaredir}/brcm/
ln -s brcmfmac43456-sdio.txt %{buildroot}%{_firmwaredir}/brcm/brcmfmac43456-sdio.raspberrypi,400.txt
# We have conflicting versions of CM4's brcmfmac configuration, some
# pre-release dev versions depend on 43456 whereas store bought ones depend on
# 43455. Let's keep both for now.
ln -s brcmfmac43456-sdio.txt %{buildroot}%{_firmwaredir}/brcm/brcmfmac43456-sdio.raspberrypi,4-compute-module.txt
ln -s brcmfmac43455-sdio.raspberrypi,4-model-b.txt.xz %{buildroot}%{_firmwaredir}/brcm/brcmfmac43455-sdio.raspberrypi,4-compute-module.txt.xz
# serdev configured RPi Bluetooth driver expects the firmware files to be
# stored in '/lib/firmware/brcm'
@ -112,5 +116,6 @@ ln -s brcm/BCM43430A1.hcd %{buildroot}%{_firmwaredir}/BCM43430A1.hcd
%{_firmwaredir}/brcm/brcmfmac43456-sdio.txt
%{_firmwaredir}/brcm/brcmfmac43456-sdio.raspberrypi,400.txt
%{_firmwaredir}/brcm/brcmfmac43456-sdio.raspberrypi,4-compute-module.txt
%{_firmwaredir}/brcm/brcmfmac43455-sdio.raspberrypi,4-compute-module.txt.xz
%changelog