Re: [OpenWrt-Devel] [PATCH] brcm2708: nvram file for 43455

2018-05-21 Thread Christo Nedev
There is already similar file for 43430. Actually it is no needed for all 
devices as well. I just fallow a model for now!

Sent from iPhone!

> On 21 May 2018, at 05:30, Rafał Miłecki  wrote:
> 
>> On 19 May 2018 at 19:20, Christo Nedev  wrote:
>> Signed-off-by: Christo Nedev 
> 
> While filename is chipset specific, this file is actually device
> specific. So your brcmfmac43455-sdio.txt is for a specific device and
> should not be used for all BCM43455 chipsets. We need to somehow store
> it in our repo as device specific and copy/use only for a proper
> device.

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.infradead.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] brcm2708: nvram file for 43455

2018-05-20 Thread Rafał Miłecki
On 19 May 2018 at 19:20, Christo Nedev  wrote:
> Signed-off-by: Christo Nedev 

While filename is chipset specific, this file is actually device
specific. So your brcmfmac43455-sdio.txt is for a specific device and
should not be used for all BCM43455 chipsets. We need to somehow store
it in our repo as device specific and copy/use only for a proper
device.

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.infradead.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] brcm2708: nvram file for 43455

2018-05-19 Thread Christo Nedev
Signed-off-by: Christo Nedev 
---
 .../lib/firmware/brcm/brcmfmac43455-sdio.txt   | 92 ++
 1 file changed, 92 insertions(+)
 create mode 100644 
target/linux/brcm2708/base-files/lib/firmware/brcm/brcmfmac43455-sdio.txt

diff --git 
a/target/linux/brcm2708/base-files/lib/firmware/brcm/brcmfmac43455-sdio.txt 
b/target/linux/brcm2708/base-files/lib/firmware/brcm/brcmfmac43455-sdio.txt
new file mode 100644
index 00..b0dad872ec
--- /dev/null
+++ b/target/linux/brcm2708/base-files/lib/firmware/brcm/brcmfmac43455-sdio.txt
@@ -0,0 +1,92 @@
+NVRAMRev=$Rev: 498373 $
+sromrev=11
+vendid=0x14e4
+devid=0x43ab
+manfid=0x2d0
+prodid=0x06e4
+#macaddr=00:90:4c:c5:12:38
+macaddr=b8:27:eb:74:f2:6c
+nocrc=1
+boardtype=0x6e4
+boardrev=0x1304
+
+#XTAL 37.4MHz
+xtalfreq=37400
+
+btc_mode=1
+
+#boardflags: 5GHz eTR switch by default
+#2.4GHz eTR switch by default
+#bit1 for btcoex
+boardflags=0x00480201
+boardflags2=0x4080
+boardflags3=0x48200100
+phycal_tempdelta=15
+rxchain=1
+txchain=1
+aa2g=1
+aa5g=1
+tssipos5g=1
+tssipos2g=1
+femctrl=0
+AvVmid_c0=1,165,2,100,2,100,2,100,2,100
+pa2ga0=-129,6525,-718
+pa2ga1=-149,4408,-601
+pa5ga0=-185,6836,-815,-186,6838,-815,-184,6859,-815,-184,6882,-818
+pa5ga1=-202,4285,-574,-201,4312,-578,-196,4391,-586,-201,4294,-575
+itrsw=1
+pdoffsetcckma0=2
+pdoffset2gperchan=0,-2,1,0,1,0,1,1,1,0,0,-1,-1,0
+pdoffset2g40ma0=16
+pdoffset40ma0=0x
+pdoffset80ma0=0x
+extpagain5g=2
+extpagain2g=2
+tworangetssi2g=1
+tworangetssi5g=1
+
+# LTECX flags
+# WCI2
+ltecxmux=0
+ltecxpadnum=0x0504
+ltecxfnsel=0x22
+ltecxgcigpio=0x32
+
+maxp2ga0=80
+ofdmlrbw202gpo=0x0022
+dot11agofdmhrbw202gpo=0x4442
+mcsbw202gpo=0x9822
+mcsbw402gpo=0x9822
+maxp5ga0=82,82,82,82
+mcsbw205glpo=0xb9555000
+mcsbw205gmpo=0xb9555000
+mcsbw205ghpo=0xb9555000
+mcsbw405glpo=0xb9555000
+mcsbw405gmpo=0xb9555000
+mcsbw405ghpo=0xb9555000
+mcsbw805glpo=0xb9555000
+mcsbw805gmpo=0xb9555000
+mcsbw805ghpo=0xb9555000
+
+swctrlmap_2g=0x,0x,0x,0x01,0x3ff
+swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x01,0x3fe
+swctrlmapext_5g=0x,0x,0x,0x00,0x3
+swctrlmapext_2g=0x,0x,0x,0x00,0x3
+
+vcodivmode=1
+deadman_to=48150
+
+ed_thresh2g=-54
+ed_thresh5g=-54
+eu_edthresh2g=-54
+eu_edthresh5g=-54
+ldo1=4
+rawtempsense=0x1ff
+cckPwrIdxCorr=3
+cckTssiDelay=150
+ofdmTssiDelay=150
+txpwr2gAdcScale=1
+txpwr5gAdcScale=1
+dot11b_opts=0x3aa85
+cbfilttype=1
+fdsslevel_ch11=6
-- 
2.11.0


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.infradead.org/mailman/listinfo/openwrt-devel