linux-purism-librem5: disable RS9116 fw flashing (MR 2059)

This allows loading nonfree fw from rootfs (/lib/firmware), to work
around: https://source.puri.sm/Librem5/linux-next/-/issues/290

This change will break wifi unless the nonfree
firmware-siliconlabs-rs9116 package is installed.
This commit is contained in:
Clayton Craft 2021-03-24 11:52:19 -07:00 committed by Dylan Van Assche
parent b8c77b240e
commit ddf56b5169
No known key found for this signature in database
GPG key ID: 8642571587897EA1
3 changed files with 14 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=linux-purism-librem5
pkgver=5.11.6
pkgrel=0
pkgrel=1
_purismrel=1
# <kernel ver>.<purism kernel release>
_purismver=${pkgver}pureos$_purismrel
@ -25,6 +25,7 @@ makedepends="
xz
"
subpackages="$pkgname-dev"
install="$pkgname.post-upgrade"
# Source
_repository="linux-next"
@ -79,4 +80,4 @@ sha512sums="c79ca90f761cab9dd2806c91da2891a78f64c2a7c060a2dc2bd580235c991832f516
5baae99010bde62e253fdd56f21ba096c217ba2ab9c367c80b34bc0f445a79a8fb8b5d14682f71ad6061d73c81fc16a608f4be037d792978dbbaf74267844260 0001-Revert-arm64-dts-librem5-Drop-separte-DP-device-tree.patch
1a12f74895b0fc710792e3881f23754a8eb92d25b11a2751db007a1b08f72729043d1e824096c97dc795b8e33300274887b428997ddaacf4b61f52ef3bd78ce5 0002-bq25890_charger-enter-ship-mode-on-power-off.patch
00286a7ea3d3167150eca1025f271bb76e05d8a47c481879b1322ec9e88250c365b1b0ddcc8140ccc9b8f6138ffec843f184645c0c7d4ff11f75c988f5c4945c 0003-Revert-redpine-Clean-up-loop-in-the-interrupt-handler.patch
a9a5584f43929fd2e2c471fbd250769b3f705576fc9a1b94a4e3ef07620a07f0c39f8af1bacaeeeb1446a967aed2d91726a871b2e0d6c6b7c5cfdf703d656698 config-purism-librem5.aarch64"
71d2dd80757556ed450f4a8576986ef011c480d9c15234bb178a276f8b4b0b14e71a10c406d961ca166d5c4032a4c920804877b726aead0872d3debc0f6df9b2 config-purism-librem5.aarch64"

View file

@ -2261,9 +2261,7 @@ CONFIG_REDPINE_COEX_MODE=y
# CONFIG_REDPINE_P2P is not set
# CONFIG_CARACALLA_BOARD is not set
# CONFIG_REDPINE_ZIGB is not set
CONFIG_RS9116_FLASH_MODE=y
CONFIG_RS9116_PURISM=y
CONFIG_REDPINE_LOAD_FW_FROM_FLASH_ONLY=y
# CONFIG_RS9116_FLASH_MODE is not set
# CONFIG_WLAN_VENDOR_ST is not set
# CONFIG_WLAN_VENDOR_TI is not set
# CONFIG_WLAN_VENDOR_ZYDAS is not set

View file

@ -0,0 +1,10 @@
#!/bin/sh
cat 1>&2 <<EOF
*
* IMPORTANT: The 'device-purism-librem5-nonfree-firmware' package is required
* to have functional WiFi with this kernel!
* Install this package manually if it is not installed before rebooting, or
* else WiFi will no longer work.
*
EOF