* [Buildroot] [PATCH 1/1] package/linux-firmware: add rpi settings files
@ 2020-10-17 15:18 Frank Hunleth
2020-10-17 16:20 ` Yann E. MORIN
2020-10-29 14:35 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Frank Hunleth @ 2020-10-17 15:18 UTC (permalink / raw)
To: buildroot
The brcmfmac drivers now load settings files for BCM434xx devices and
fail if they're missing on the Raspberry Pi:
brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt failed with error -2
This commit copies the missing settings files over to the firmware
directory with the other files.
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
---
package/linux-firmware/linux-firmware.mk | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 8a44129102..e2a6ebcbf1 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -547,7 +547,10 @@ LINUX_FIRMWARE_FILES += \
brcm/brcmfmac43362-sdio.bin brcm/brcmfmac43430-sdio.bin \
brcm/brcmfmac43430a0-sdio.bin brcm/brcmfmac43455-sdio.bin \
brcm/brcmfmac43569.bin brcm/brcmfmac43570-pcie.bin \
- brcm/brcmfmac43602-pcie.ap.bin brcm/brcmfmac43602-pcie.bin
+ brcm/brcmfmac43602-pcie.ap.bin brcm/brcmfmac43602-pcie.bin \
+ brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt \
+ brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt \
+ brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.broadcom_bcm43xx
endif
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/linux-firmware: add rpi settings files
2020-10-17 15:18 [Buildroot] [PATCH 1/1] package/linux-firmware: add rpi settings files Frank Hunleth
@ 2020-10-17 16:20 ` Yann E. MORIN
2020-10-29 14:35 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-10-17 16:20 UTC (permalink / raw)
To: buildroot
Frank, All,
On 2020-10-17 11:18 -0400, Frank Hunleth spake thusly:
> The brcmfmac drivers now load settings files for BCM434xx devices and
> fail if they're missing on the Raspberry Pi:
>
> brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt failed with error -2
>
> This commit copies the missing settings files over to the firmware
> directory with the other files.
>
> Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/linux-firmware/linux-firmware.mk | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
> index 8a44129102..e2a6ebcbf1 100644
> --- a/package/linux-firmware/linux-firmware.mk
> +++ b/package/linux-firmware/linux-firmware.mk
> @@ -547,7 +547,10 @@ LINUX_FIRMWARE_FILES += \
> brcm/brcmfmac43362-sdio.bin brcm/brcmfmac43430-sdio.bin \
> brcm/brcmfmac43430a0-sdio.bin brcm/brcmfmac43455-sdio.bin \
> brcm/brcmfmac43569.bin brcm/brcmfmac43570-pcie.bin \
> - brcm/brcmfmac43602-pcie.ap.bin brcm/brcmfmac43602-pcie.bin
> + brcm/brcmfmac43602-pcie.ap.bin brcm/brcmfmac43602-pcie.bin \
> + brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt \
> + brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt \
> + brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
> LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.broadcom_bcm43xx
> endif
>
> --
> 2.25.1
>
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/linux-firmware: add rpi settings files
2020-10-17 15:18 [Buildroot] [PATCH 1/1] package/linux-firmware: add rpi settings files Frank Hunleth
2020-10-17 16:20 ` Yann E. MORIN
@ 2020-10-29 14:35 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-10-29 14:35 UTC (permalink / raw)
To: buildroot
>>>>> "Frank" == Frank Hunleth <fhunleth@troodon-software.com> writes:
> The brcmfmac drivers now load settings files for BCM434xx devices and
> fail if they're missing on the Raspberry Pi:
> brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt failed with error -2
> This commit copies the missing settings files over to the firmware
> directory with the other files.
> Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Committed to 2020.02.x (except for the RPI4 file which isn't present)
and 2020.08.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-10-29 14:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-17 15:18 [Buildroot] [PATCH 1/1] package/linux-firmware: add rpi settings files Frank Hunleth
2020-10-17 16:20 ` Yann E. MORIN
2020-10-29 14:35 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox