linux-firmware.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH linux-firmware] brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
@ 2024-02-28 22:30 Hans de Goede
  2024-03-01 19:18 ` Josh Boyer
  0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2024-02-28 22:30 UTC (permalink / raw)
  To: Josh Boyer, Mario Limonciello, linux-firmware; +Cc: Hans de Goede

Add a NVRAM file for the brcmfmac43340 wifi/bt chip found on the Acer
Iconia One 7 B1-750 tablet. This is based on copy of the existing
'brcm/brcmfmac43340-sdio.ASUSTeK COMPUTER INC.-TF103CE.txt' file with
some of the values adjusted for the Acer Iconia One 7 B1-750 tablet.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 WHENCE                                    |  1 +
 brcm/brcmfmac43340-sdio.Insyde-VESPA2.txt | 96 +++++++++++++++++++++++
 2 files changed, 97 insertions(+)
 create mode 100644 brcm/brcmfmac43340-sdio.Insyde-VESPA2.txt

diff --git a/WHENCE b/WHENCE
index 576f8d73..ffa5b6b2 100644
--- a/WHENCE
+++ b/WHENCE
@@ -2833,6 +2833,7 @@ Licence: Redistributable. See LICENCE.cypress for details.
 File: "brcm/brcmfmac43241b4-sdio.Advantech-MICA-071.txt"
 File: "brcm/brcmfmac43241b4-sdio.Intel Corp.-VALLEYVIEW C0 PLATFORM.txt"
 File: "brcm/brcmfmac4330-sdio.Prowise-PT301.txt"
+File: "brcm/brcmfmac43340-sdio.Insyde-VESPA2.txt"
 File: "brcm/brcmfmac43340-sdio.ASUSTeK COMPUTER INC.-TF103CE.txt"
 File: "brcm/brcmfmac43340-sdio.meegopad-t08.txt"
 File: "brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt"
diff --git a/brcm/brcmfmac43340-sdio.Insyde-VESPA2.txt b/brcm/brcmfmac43340-sdio.Insyde-VESPA2.txt
new file mode 100644
index 00000000..cb930518
--- /dev/null
+++ b/brcm/brcmfmac43340-sdio.Insyde-VESPA2.txt
@@ -0,0 +1,96 @@
+# SPDX-License-Identifier: GPL-2.0+
+# (C) Copyright 2018 Linaro Ltd
+# NVRAM config file for the 43430 WiFi/BT chip as found on the Acer Iconia
+# One 7 B1-750 tablet's mainboard
+aa2g=1
+aci_detect_en_2g=1
+ag0=255
+boardflags=0x0090201
+boardnum=22
+boardrev=0x1203
+boardtype=0x0653
+btc_params95=0x9
+cck2gpo=0x0000 
+cckPwrOffset=3
+cckpapden=0
+ccode=XZ
+dacrate2xen=1
+devid=0x4386
+dlocalidx5g=70
+dlorange_lowlimit=5
+gain=32
+gain_settle_dly_2g=4
+gain_settle_dly_5g=4
+interference=3
+iqcalidx5g=50
+iqlocalidx5g=40
+loflag=0
+lpbckmode5g=1 
+macaddr=00:90:4c:c5:12:38
+manfid=0x2d0
+maxp2ga0=0x38
+maxp5ga0=0x38
+maxp5gha0=0x38
+maxp5gla0=0x38
+mcs2gpo0=0x6666
+mcs2gpo1=0x6666
+mcs5ghpo0=0x2000
+mcs5ghpo1=0x6622
+mcs5glpo0=0x2000
+mcs5glpo1=0x6622
+mcs5gpo0=0x2000
+mcs5gpo1=0x6622
+nocrc=1
+noise_cal_high_gain_2g=73
+noise_cal_high_gain_5g=73
+noise_cal_nf_substract_val_2g=346
+noise_cal_nf_substract_val_5g=346
+noise_cal_po_2g=-1
+noise_cal_po_40_2g=-1
+noise_cal_po_40_5g=-1
+noise_cal_po_5g=-1
+ofdm2gpo=0x00000000
+ofdm5ghpo=0x66222000
+ofdm5glpo=0x66222000
+ofdm5gpo=0x66222000
+pa0b0=0x1bba
+pa0b1=0xfcae
+pa0b2=0xff4a
+pa0itssit=0x20
+pa1b0=0xac8
+pa1b1=0xfe4e
+pa1b2=0xff59
+pa1hib0=0xaf6
+pa1hib1=0xfe48
+pa1hib2=0xff7b
+pa1lob0=0xbb9
+pa1lob1=0xfe3d
+pa1lob2=0xFF44
+papden2g=1
+papden5g=1
+prodid=0x0653
+regrev=1
+rssisav2g=0x1
+rssisav5g=0x3
+rssismc2g=0x8
+rssismc5g=0x7
+rssismf2g=0xf
+rssismf5g=0xf
+rxpo5g=0
+sd_gpout=4
+sd_oobonly=1
+sromrev=3
+swctrlmap_2g=0x00080008,0x00100010,0x00080008,0x011010,0x11f
+swctrlmap_5g=0x00020002,0x00040004,0x00020002,0x011010,0x2fe
+triso2g=8
+triso5g=8
+tssifloor2g=63
+tssifloor5gh=27
+tssifloor5gl=28
+tssifloor5gm=28
+txalpfbyp=1
+txalpfpu=1
+txiqlopapu2g=0
+txiqlopapu5g=0
+vendid=0x14e4
+xtalfreq=37400
-- 
2.43.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH linux-firmware] brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet
  2024-02-28 22:30 [PATCH linux-firmware] brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet Hans de Goede
@ 2024-03-01 19:18 ` Josh Boyer
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Boyer @ 2024-03-01 19:18 UTC (permalink / raw)
  To: Hans de Goede; +Cc: Mario Limonciello, linux-firmware

Applied and pushed out.

https://gitlab.com/kernel-firmware/linux-firmware/-/merge_requests/161

josh

On Wed, Feb 28, 2024 at 5:30 PM Hans de Goede <hdegoede@redhat.com> wrote:
>
> Add a NVRAM file for the brcmfmac43340 wifi/bt chip found on the Acer
> Iconia One 7 B1-750 tablet. This is based on copy of the existing
> 'brcm/brcmfmac43340-sdio.ASUSTeK COMPUTER INC.-TF103CE.txt' file with
> some of the values adjusted for the Acer Iconia One 7 B1-750 tablet.
>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
>  WHENCE                                    |  1 +
>  brcm/brcmfmac43340-sdio.Insyde-VESPA2.txt | 96 +++++++++++++++++++++++
>  2 files changed, 97 insertions(+)
>  create mode 100644 brcm/brcmfmac43340-sdio.Insyde-VESPA2.txt
>
> diff --git a/WHENCE b/WHENCE
> index 576f8d73..ffa5b6b2 100644
> --- a/WHENCE
> +++ b/WHENCE
> @@ -2833,6 +2833,7 @@ Licence: Redistributable. See LICENCE.cypress for details.
>  File: "brcm/brcmfmac43241b4-sdio.Advantech-MICA-071.txt"
>  File: "brcm/brcmfmac43241b4-sdio.Intel Corp.-VALLEYVIEW C0 PLATFORM.txt"
>  File: "brcm/brcmfmac4330-sdio.Prowise-PT301.txt"
> +File: "brcm/brcmfmac43340-sdio.Insyde-VESPA2.txt"
>  File: "brcm/brcmfmac43340-sdio.ASUSTeK COMPUTER INC.-TF103CE.txt"
>  File: "brcm/brcmfmac43340-sdio.meegopad-t08.txt"
>  File: "brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt"
> diff --git a/brcm/brcmfmac43340-sdio.Insyde-VESPA2.txt b/brcm/brcmfmac43340-sdio.Insyde-VESPA2.txt
> new file mode 100644
> index 00000000..cb930518
> --- /dev/null
> +++ b/brcm/brcmfmac43340-sdio.Insyde-VESPA2.txt
> @@ -0,0 +1,96 @@
> +# SPDX-License-Identifier: GPL-2.0+
> +# (C) Copyright 2018 Linaro Ltd
> +# NVRAM config file for the 43430 WiFi/BT chip as found on the Acer Iconia
> +# One 7 B1-750 tablet's mainboard
> +aa2g=1
> +aci_detect_en_2g=1
> +ag0=255
> +boardflags=0x0090201
> +boardnum=22
> +boardrev=0x1203
> +boardtype=0x0653
> +btc_params95=0x9
> +cck2gpo=0x0000
> +cckPwrOffset=3
> +cckpapden=0
> +ccode=XZ
> +dacrate2xen=1
> +devid=0x4386
> +dlocalidx5g=70
> +dlorange_lowlimit=5
> +gain=32
> +gain_settle_dly_2g=4
> +gain_settle_dly_5g=4
> +interference=3
> +iqcalidx5g=50
> +iqlocalidx5g=40
> +loflag=0
> +lpbckmode5g=1
> +macaddr=00:90:4c:c5:12:38
> +manfid=0x2d0
> +maxp2ga0=0x38
> +maxp5ga0=0x38
> +maxp5gha0=0x38
> +maxp5gla0=0x38
> +mcs2gpo0=0x6666
> +mcs2gpo1=0x6666
> +mcs5ghpo0=0x2000
> +mcs5ghpo1=0x6622
> +mcs5glpo0=0x2000
> +mcs5glpo1=0x6622
> +mcs5gpo0=0x2000
> +mcs5gpo1=0x6622
> +nocrc=1
> +noise_cal_high_gain_2g=73
> +noise_cal_high_gain_5g=73
> +noise_cal_nf_substract_val_2g=346
> +noise_cal_nf_substract_val_5g=346
> +noise_cal_po_2g=-1
> +noise_cal_po_40_2g=-1
> +noise_cal_po_40_5g=-1
> +noise_cal_po_5g=-1
> +ofdm2gpo=0x00000000
> +ofdm5ghpo=0x66222000
> +ofdm5glpo=0x66222000
> +ofdm5gpo=0x66222000
> +pa0b0=0x1bba
> +pa0b1=0xfcae
> +pa0b2=0xff4a
> +pa0itssit=0x20
> +pa1b0=0xac8
> +pa1b1=0xfe4e
> +pa1b2=0xff59
> +pa1hib0=0xaf6
> +pa1hib1=0xfe48
> +pa1hib2=0xff7b
> +pa1lob0=0xbb9
> +pa1lob1=0xfe3d
> +pa1lob2=0xFF44
> +papden2g=1
> +papden5g=1
> +prodid=0x0653
> +regrev=1
> +rssisav2g=0x1
> +rssisav5g=0x3
> +rssismc2g=0x8
> +rssismc5g=0x7
> +rssismf2g=0xf
> +rssismf5g=0xf
> +rxpo5g=0
> +sd_gpout=4
> +sd_oobonly=1
> +sromrev=3
> +swctrlmap_2g=0x00080008,0x00100010,0x00080008,0x011010,0x11f
> +swctrlmap_5g=0x00020002,0x00040004,0x00020002,0x011010,0x2fe
> +triso2g=8
> +triso5g=8
> +tssifloor2g=63
> +tssifloor5gh=27
> +tssifloor5gl=28
> +tssifloor5gm=28
> +txalpfbyp=1
> +txalpfpu=1
> +txiqlopapu2g=0
> +txiqlopapu5g=0
> +vendid=0x14e4
> +xtalfreq=37400
> --
> 2.43.2
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-01 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-28 22:30 [PATCH linux-firmware] brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet Hans de Goede
2024-03-01 19:18 ` Josh Boyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).