alarm/firmware-raspberrypi to 20210224-1

Now that /boot/cmdline.txt has been updated to use serial0, newer
firmware can be used without flaky performance.
This commit is contained in:
graysky 2021-02-24 10:43:04 -05:00
parent 787b0dab58
commit fee90d7141

View file

@ -5,7 +5,8 @@ buildarch=28
pkgname=firmware-raspberrypi pkgname=firmware-raspberrypi
_firmcommit=f713a6054746bc61ece1c8696dce91a7b7e22dd9 _firmcommit=f713a6054746bc61ece1c8696dce91a7b7e22dd9
pkgver=20210220 _bluezcommit=8445a53ce2c51a77472b908a0c8f6f8e1fa5c37a
pkgver=20210224
pkgrel=1 pkgrel=1
pkgdesc="Additional firmware for Raspberry Pi" pkgdesc="Additional firmware for Raspberry Pi"
arch=('any') arch=('any')
@ -14,11 +15,11 @@ license=('custom')
options=('!strip') options=('!strip')
source=( source=(
# bluetooth for RPi3+ # bluetooth for RPi3+
'https://archlinuxarm.org/builder/src/bcm43430/BCM43430A1.hcd' "BCM43430A1.hcd::https://github.com/RPi-Distro/bluez-firmware/raw/$_bluezcommit/broadcom/BCM43430A1.hcd"
'https://archlinuxarm.org/builder/src/bcm43455/BCM4345C0.hcd' "BCM4345C0.hcd::https://github.com/RPi-Distro/bluez-firmware/raw/$_bluezcommit/broadcom/BCM4345C0.hcd"
# BCM43455 on RPi-3A+/3B+/4B/CM4 # fixes buggy linux-firmware for RPi4B
'brcmfmac43455-sdio.raspberrypi,4-model-b.txt' 'brcmfmac43455-sdio.raspberrypi,4-model-b.txt'
# dropin to fix WiFi on Zero-W # fixes buggy linux-firmware for Zero-W
'https://archlinuxarm.org/builder/src/bcm43430/7.45.98.38/brcmfmac43430-sdio.txt' 'https://archlinuxarm.org/builder/src/bcm43430/7.45.98.38/brcmfmac43430-sdio.txt'
# BCM43456 on RPi-400 # BCM43456 on RPi-400
"https://github.com/RPi-Distro/firmware-nonfree/raw/$_firmcommit/brcm/brcmfmac43456-sdio.bin" "https://github.com/RPi-Distro/firmware-nonfree/raw/$_firmcommit/brcm/brcmfmac43456-sdio.bin"
@ -26,8 +27,8 @@ source=(
"https://github.com/RPi-Distro/firmware-nonfree/raw/$_firmcommit/brcm/brcmfmac43456-sdio.txt" "https://github.com/RPi-Distro/firmware-nonfree/raw/$_firmcommit/brcm/brcmfmac43456-sdio.txt"
'RPi-WM8804.conf') 'RPi-WM8804.conf')
sha256sums=('8dd70b9003d39cb6175b4f3cd509666dad66ad23d3be1a68385817fb814c8930' sha256sums=('c096ad4a5c3f06ed7d69eba246bf89ada9acba64a5b6f51b1e9c12f99bb1e1a7'
'1788c58ecedd61b380e0dd120844ed61e5fbbea0a58e84e6293685eb3384fddc' 'c723c903655086c9f3a1de94a291f495a0f087f1ee6d3ee7bc4c558497aae7bc'
'edb6f4e4fb19e18940004124feb4ffe160d72fc607243a07a4480338a28b2748' 'edb6f4e4fb19e18940004124feb4ffe160d72fc607243a07a4480338a28b2748'
'e4ce7ad5ce72406f958ed758539b65d958d1c0eb3e46e3f8e9f02b510d88e0b0' 'e4ce7ad5ce72406f958ed758539b65d958d1c0eb3e46e3f8e9f02b510d88e0b0'
'ddf83f2100885b166be52d21c8966db164fdd4e1d816aca2acc67ee9cc28d726' 'ddf83f2100885b166be52d21c8966db164fdd4e1d816aca2acc67ee9cc28d726'