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:
parent
4c35a6c045
commit
1016f26ec6
@ -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>
|
Mon Mar 1 13:18:58 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
|
||||||
|
|
||||||
|
@ -86,7 +86,11 @@ install -c -m 0644 %{SOURCE4561} %{buildroot}%{_firmwaredir}/brcm/
|
|||||||
install -c -m 0644 %{SOURCE4562} %{buildroot}%{_firmwaredir}/brcm/
|
install -c -m 0644 %{SOURCE4562} %{buildroot}%{_firmwaredir}/brcm/
|
||||||
install -c -m 0644 %{SOURCE4563} %{buildroot}%{_firmwaredir}/brcm/
|
install -c -m 0644 %{SOURCE4563} %{buildroot}%{_firmwaredir}/brcm/
|
||||||
ln -s brcmfmac43456-sdio.txt %{buildroot}%{_firmwaredir}/brcm/brcmfmac43456-sdio.raspberrypi,400.txt
|
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 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
|
# serdev configured RPi Bluetooth driver expects the firmware files to be
|
||||||
# stored in '/lib/firmware/brcm'
|
# 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.txt
|
||||||
%{_firmwaredir}/brcm/brcmfmac43456-sdio.raspberrypi,400.txt
|
%{_firmwaredir}/brcm/brcmfmac43456-sdio.raspberrypi,400.txt
|
||||||
%{_firmwaredir}/brcm/brcmfmac43456-sdio.raspberrypi,4-compute-module.txt
|
%{_firmwaredir}/brcm/brcmfmac43456-sdio.raspberrypi,4-compute-module.txt
|
||||||
|
%{_firmwaredir}/brcm/brcmfmac43455-sdio.raspberrypi,4-compute-module.txt.xz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user