Upstream c6b6265d snapshot
This commit is contained in:
parent
f2c190c41d
commit
f2d47c185c
@ -1,22 +1,22 @@
|
||||
From 6caa49e4b7a47a8dbe3ceccaaa8ee156c7772cfa Mon Sep 17 00:00:00 2001
|
||||
From 82cdbd74cade63930104feb8f30c828305cbf052 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Robinson <pbrobinson@gmail.com>
|
||||
Date: Mon, 1 Oct 2018 08:53:39 +0100
|
||||
Date: Sat, 13 Oct 2018 16:32:48 +0100
|
||||
Subject: [PATCH] brcm: add nvram for the Raspberry Pi 3B and 3B+
|
||||
|
||||
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
|
||||
---
|
||||
...cmfmac43430-sdio.raspberrypi,3-model-b.txt | 40 ++++++++++
|
||||
...c43455-sdio.raspberrypi,3-model-b-plus.txt | 76 +++++++++++++++++++
|
||||
2 files changed, 116 insertions(+)
|
||||
...cmfmac43430-sdio.raspberrypi,3-model-b.txt | 39 ++++++++++
|
||||
...c43455-sdio.raspberrypi,3-model-b-plus.txt | 78 +++++++++++++++++++
|
||||
2 files changed, 117 insertions(+)
|
||||
create mode 100644 brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt
|
||||
create mode 100644 brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt
|
||||
|
||||
diff --git a/brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt b/brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt
|
||||
new file mode 100644
|
||||
index 0000000..3138c27
|
||||
index 0000000..99ba068
|
||||
--- /dev/null
|
||||
+++ b/brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt
|
||||
@@ -0,0 +1,40 @@
|
||||
@@ -0,0 +1,39 @@
|
||||
+aa2g=1
|
||||
+ag0=255
|
||||
+AvVmid_c0=0x0,0xc8
|
||||
@ -27,7 +27,7 @@ index 0000000..3138c27
|
||||
+boardtype=0x0726
|
||||
+cckbw202gpo=0
|
||||
+cckpwroffset0=5
|
||||
+ccode=ALL
|
||||
+ccode=X2
|
||||
+deadman_to=0xffffffff
|
||||
+devid=0x43e2
|
||||
+extpagain2g=0
|
||||
@ -55,14 +55,13 @@ index 0000000..3138c27
|
||||
+txpwrbckof=6
|
||||
+vendid=0x14e4
|
||||
+wl0id=0x431b
|
||||
+#xtalfreq=19200
|
||||
+xtalfreq=37400
|
||||
diff --git a/brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt b/brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt
|
||||
new file mode 100644
|
||||
index 0000000..8141baa
|
||||
index 0000000..5faf34a
|
||||
--- /dev/null
|
||||
+++ b/brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt
|
||||
@@ -0,0 +1,76 @@
|
||||
@@ -0,0 +1,78 @@
|
||||
+aa2g=1
|
||||
+aa5g=1
|
||||
+AvVmid_c0=1,165,2,100,2,100,2,100,2,100
|
||||
@ -75,6 +74,7 @@ index 0000000..8141baa
|
||||
+cbfilttype=1
|
||||
+cckPwrIdxCorr=3
|
||||
+cckTssiDelay=150
|
||||
+ccode=X2
|
||||
+deadman_to=481500000
|
||||
+devid=0x43ab
|
||||
+dot11agofdmhrbw202gpo=0x4442
|
||||
@ -87,13 +87,14 @@ index 0000000..8141baa
|
||||
+extpagain5g=2
|
||||
+fdsslevel_ch11=6
|
||||
+femctrl=0
|
||||
+il0macaddr=00:90:4c:c5:12:38
|
||||
+itrsw=1
|
||||
+ldo1=4
|
||||
+ltecxfnsel=0x22
|
||||
+ltecxgcigpio=0x32
|
||||
+ltecxmux=0
|
||||
+ltecxpadnum=0x0504
|
||||
+macaddr=b8:27:eb:74:f2:6c
|
||||
+macaddr=00:90:4c:c5:12:38
|
||||
+manfid=0x2d0
|
||||
+maxp2ga0=80
|
||||
+maxp5ga0=82,82,82,82
|
||||
@ -140,5 +141,5 @@ index 0000000..8141baa
|
||||
+vendid=0x14e4
|
||||
+xtalfreq=37400
|
||||
--
|
||||
2.19.0
|
||||
2.19.1
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
%global checkout 44d4fca9
|
||||
%global firmware_release 87
|
||||
%global checkout c6b6265d
|
||||
%global firmware_release 88
|
||||
|
||||
%global _firmwarepath /usr/lib/firmware
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
|
||||
Name: linux-firmware
|
||||
Version: 20180913
|
||||
Version: 20181008
|
||||
Release: %{firmware_release}.git%{checkout}%{?dist}
|
||||
Summary: Firmware files used by the Linux kernel
|
||||
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
|
||||
@ -383,6 +383,13 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%license WHENCE LICENCE.* LICENSE.*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 12 2018 Peter Robinson <pbrobinson@fedoraproject.org> 20181008-88.gitc6b6265d
|
||||
- update BT firmwares for QCA ROME, TI CC2560(A), mt7668u
|
||||
- Update WiFi firmware for Marvell SD8997, iwlwifi 7000, 8000 and 9000 series, Realtek rtw88
|
||||
- nvidia: add GV100 signed firmware
|
||||
- Agilio SmartNIC firmwares
|
||||
- Raspberry Pi 3/3B+ WiFi fixes
|
||||
|
||||
* Mon Oct 1 2018 Peter Robinson <pbrobinson@fedoraproject.org> 20180913-87.git44d4fca9
|
||||
- Latest upstream snapshot
|
||||
- Minor spec cleanups
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-firmware-20180913.tar.xz) = 9e97b17ba5fab6f75252092d03d9f859d9426f8271ed2133ebf8ce3da44c1b7ad8ea52ce134f7d4e3a054adca438e3c3357e9d7ab98c944dd53249e06d8101b9
|
||||
SHA512 (linux-firmware-20181008.tar.xz) = f1ad584870cac242bac3990e4f57fd0127c32b52e05dd30efc5e9f975fb6a7cafff7aee6d09fb0f403ef979ed51b1e1021483061252b6441e2bd7476201d8cfa
|
||||
|
Loading…
Reference in New Issue
Block a user