linux-firmware.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] Add initial AzureWave AW-CM256SM NVRAM file
@ 2022-06-14 14:12 Peter Robinson
  2022-06-14 14:12 ` [PATCH v2 2/2] Link some devices that ship with the AW-CM256SM Peter Robinson
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Robinson @ 2022-06-14 14:12 UTC (permalink / raw)
  To: linux-firmware; +Cc: jwboyer, Peter Robinson

The AzureWave AW-CM256SM wireless module is a WiFi/BT combo
module built using the Cypress CYW43455. Add an initial
NVRAM based on the one provided for the Beagle-AI which
contains this WiFi module. We can update/improve this easily
enough if we get a newer rev of the NVRAM later.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 WHENCE                                 |  1 +
 brcm/brcmfmac43455-sdio.AW-CM256SM.txt | 66 ++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)
 create mode 100644 brcm/brcmfmac43455-sdio.AW-CM256SM.txt

diff --git a/WHENCE b/WHENCE
index cc37751..084af41 100644
--- a/WHENCE
+++ b/WHENCE
@@ -2963,6 +2963,7 @@ File: brcm/brcmfmac4356-sdio.AP6356S.txt
 Link: brcm/brcmfmac4356-sdio.firefly,firefly-rk3399.txt -> brcmfmac4356-sdio.AP6356S.txt
 Link: brcm/brcmfmac4356-sdio.khadas,vim2.txt -> brcmfmac4356-sdio.AP6356S.txt
 Link: brcm/brcmfmac4356-sdio.vamrs,rock960.txt -> brcmfmac4356-sdio.AP6356S.txt
+File: brcm/brcmfmac43455-sdio.AW-CM256SM.txt
 
 Licence: GPLv2. See GPL-2 for details.
 
diff --git a/brcm/brcmfmac43455-sdio.AW-CM256SM.txt b/brcm/brcmfmac43455-sdio.AW-CM256SM.txt
new file mode 100644
index 0000000..4ca98ee
--- /dev/null
+++ b/brcm/brcmfmac43455-sdio.AW-CM256SM.txt
@@ -0,0 +1,66 @@
+aa2g=1
+aa5g=1
+AvVmid_c0=0,157,1,126,1,126,1,126,1,126
+boardflags=0x00080201
+boardflags2=0x40000000
+boardflags3=0x48200100
+boardrev=0x1304
+boardtype=0x6e4
+deadman_to=481500000
+devid=0x43ab
+dot11agofdmhrbw202gpo=0x1553
+ed_thresh2g=-54
+ed_thresh5g=-54
+extpagain2g=2
+extpagain5g=2
+femctrl=0
+itrsw=1
+ltecxfnsel=0x22
+ltecxgcigpio=0x32
+ltecxmux=0
+ltecxpadnum=0x0504
+macaddr=00:90:4c:c5:12:38
+manfid=0x2d0
+maxp2ga0=64
+maxp5ga0=80,82,76,77
+mcsbw202gpo=0x99355533
+mcsbw205ghpo=0x99855000
+mcsbw205glpo=0x99755000
+mcsbw205gmpo=0x9df55000
+mcsbw405ghpo=0xd9755000
+mcsbw405glpo=0xb8555000
+mcsbw405gmpo=0xed955000
+mcsbw805ghpo=0xd9555000
+mcsbw805glpo=0xc8555000
+mcsbw805gmpo=0xe9555000
+muxenab=0x10
+nocrc=1
+ofdmlrbw202gpo=0x0033
+pa2ga0=-112,6296,-662
+pa2ga1=-165,3699,-515
+pa5ga0=-143,6016,-683,-141,6013,-678,-137,5988,-670,-136,5982,-670
+pa5ga1=-161,3544,-499,-166,3543,-497,-169,3569,-497,-171,3598,-498
+pdoffset2g40ma0=10
+pdoffset40ma0=0xaaaa
+pdoffset80ma0=0xaaaa
+prodid=0x06e4
+rxchain=1
+rxgains2gelnagaina0=0
+rxgains2gtrelnabypa0=0
+rxgains2gtrisoa0=0
+rxgains5gelnagaina0=0
+rxgains5gtrelnabypa0=0
+rxgains5gtrisoa0=0
+sromrev=11
+swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff
+swctrlmap_5g=0x00100010,0x00200020,0x00100010,0x010a02,0x2f4
+swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000
+swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000
+tssipos2g=1
+tssipos5g=1
+tworangetssi2g=1
+tworangetssi5g=1
+txchain=1
+vcodivmode=1
+vendid=0x14e4
+xtalfreq=37400
-- 
2.36.1


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

* [PATCH v2 2/2] Link some devices that ship with the AW-CM256SM
  2022-06-14 14:12 [PATCH v2 1/2] Add initial AzureWave AW-CM256SM NVRAM file Peter Robinson
@ 2022-06-14 14:12 ` Peter Robinson
  2022-06-21 13:13   ` Josh Boyer
  2022-07-09  4:39   ` Rudi Heitbaum
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Robinson @ 2022-06-14 14:12 UTC (permalink / raw)
  To: linux-firmware; +Cc: jwboyer, Peter Robinson

We know the BeagleBoneAI, Pine64 Pinebook Pro, Pinephone Pro and
Pine64 Quartz64 Model B all ship with a AW-CM256SM so link their
known names so the WiFi NVRAM is available to those devices.
This is the refresh of the Pinebook Pro, the first rev has a
Synaptics brcmfmac part which the vendor doesn't provide firmware.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---

In v1 I mentioned the Pinephone Pro, but linked the Pinebook Pro, where
I meant to add both. Mention the rev of the Pinebook

 WHENCE | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/WHENCE b/WHENCE
index 084af41..ae13c5d 100644
--- a/WHENCE
+++ b/WHENCE
@@ -2964,6 +2964,10 @@ Link: brcm/brcmfmac4356-sdio.firefly,firefly-rk3399.txt -> brcmfmac4356-sdio.AP6
 Link: brcm/brcmfmac4356-sdio.khadas,vim2.txt -> brcmfmac4356-sdio.AP6356S.txt
 Link: brcm/brcmfmac4356-sdio.vamrs,rock960.txt -> brcmfmac4356-sdio.AP6356S.txt
 File: brcm/brcmfmac43455-sdio.AW-CM256SM.txt
+Link: brcm/brcmfmac43455-sdio.AW-CM256SM.txt -> brcmfmac43455-sdio.beagle,am5729-beagleboneai.txt
+Link: brcm/brcmfmac43455-sdio.AW-CM256SM.txt -> brcmfmac43455-sdio.pine64,pinebook-pro.txt
+Link: brcm/brcmfmac43455-sdio.AW-CM256SM.txt -> brcmfmac43455-sdio.pine64,pinephone-pro.txt
+Link: brcm/brcmfmac43455-sdio.AW-CM256SM.txt -> brcmfmac43455-sdio.pine64,quartz64-b.txt
 
 Licence: GPLv2. See GPL-2 for details.
 
-- 
2.36.1


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

* Re: [PATCH v2 2/2] Link some devices that ship with the AW-CM256SM
  2022-06-14 14:12 ` [PATCH v2 2/2] Link some devices that ship with the AW-CM256SM Peter Robinson
@ 2022-06-21 13:13   ` Josh Boyer
  2022-07-09  4:39   ` Rudi Heitbaum
  1 sibling, 0 replies; 4+ messages in thread
From: Josh Boyer @ 2022-06-21 13:13 UTC (permalink / raw)
  To: Peter Robinson, Dan Johansen; +Cc: Linux Firmware, Josh Boyer

On Tue, Jun 14, 2022 at 10:12 AM Peter Robinson <pbrobinson@gmail.com> wrote:
>
> We know the BeagleBoneAI, Pine64 Pinebook Pro, Pinephone Pro and
> Pine64 Quartz64 Model B all ship with a AW-CM256SM so link their
> known names so the WiFi NVRAM is available to those devices.
> This is the refresh of the Pinebook Pro, the first rev has a
> Synaptics brcmfmac part which the vendor doesn't provide firmware.
>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
>
> In v1 I mentioned the Pinephone Pro, but linked the Pinebook Pro, where
> I meant to add both. Mention the rev of the Pinebook

Both patches applied and pushed out.

josh

>
>  WHENCE | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/WHENCE b/WHENCE
> index 084af41..ae13c5d 100644
> --- a/WHENCE
> +++ b/WHENCE
> @@ -2964,6 +2964,10 @@ Link: brcm/brcmfmac4356-sdio.firefly,firefly-rk3399.txt -> brcmfmac4356-sdio.AP6
>  Link: brcm/brcmfmac4356-sdio.khadas,vim2.txt -> brcmfmac4356-sdio.AP6356S.txt
>  Link: brcm/brcmfmac4356-sdio.vamrs,rock960.txt -> brcmfmac4356-sdio.AP6356S.txt
>  File: brcm/brcmfmac43455-sdio.AW-CM256SM.txt
> +Link: brcm/brcmfmac43455-sdio.AW-CM256SM.txt -> brcmfmac43455-sdio.beagle,am5729-beagleboneai.txt
> +Link: brcm/brcmfmac43455-sdio.AW-CM256SM.txt -> brcmfmac43455-sdio.pine64,pinebook-pro.txt
> +Link: brcm/brcmfmac43455-sdio.AW-CM256SM.txt -> brcmfmac43455-sdio.pine64,pinephone-pro.txt
> +Link: brcm/brcmfmac43455-sdio.AW-CM256SM.txt -> brcmfmac43455-sdio.pine64,quartz64-b.txt
>
>  Licence: GPLv2. See GPL-2 for details.
>
> --
> 2.36.1
>

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

* Re: [PATCH v2 2/2] Link some devices that ship with the AW-CM256SM
  2022-06-14 14:12 ` [PATCH v2 2/2] Link some devices that ship with the AW-CM256SM Peter Robinson
  2022-06-21 13:13   ` Josh Boyer
@ 2022-07-09  4:39   ` Rudi Heitbaum
  1 sibling, 0 replies; 4+ messages in thread
From: Rudi Heitbaum @ 2022-07-09  4:39 UTC (permalink / raw)
  To: Peter Robinson; +Cc: linux-firmware, jwboyer

Hi Peter/Josh,

I have posted a fix as the entries are reversed.

https://lore.kernel.org/all/20220709043338.GA316680@0c7a33013940/

On Tue, Jun 14, 2022 at 03:12:49PM +0100, Peter Robinson wrote:
> We know the BeagleBoneAI, Pine64 Pinebook Pro, Pinephone Pro and
> Pine64 Quartz64 Model B all ship with a AW-CM256SM so link their
> known names so the WiFi NVRAM is available to those devices.
> This is the refresh of the Pinebook Pro, the first rev has a
> Synaptics brcmfmac part which the vendor doesn't provide firmware.
> 
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
> 
> In v1 I mentioned the Pinephone Pro, but linked the Pinebook Pro, where
> I meant to add both. Mention the rev of the Pinebook
> 
>  WHENCE | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/WHENCE b/WHENCE
> index 084af41..ae13c5d 100644
> --- a/WHENCE
> +++ b/WHENCE
> @@ -2964,6 +2964,10 @@ Link: brcm/brcmfmac4356-sdio.firefly,firefly-rk3399.txt -> brcmfmac4356-sdio.AP6
>  Link: brcm/brcmfmac4356-sdio.khadas,vim2.txt -> brcmfmac4356-sdio.AP6356S.txt
>  Link: brcm/brcmfmac4356-sdio.vamrs,rock960.txt -> brcmfmac4356-sdio.AP6356S.txt
>  File: brcm/brcmfmac43455-sdio.AW-CM256SM.txt
> +Link: brcm/brcmfmac43455-sdio.AW-CM256SM.txt -> brcmfmac43455-sdio.beagle,am5729-beagleboneai.txt
> +Link: brcm/brcmfmac43455-sdio.AW-CM256SM.txt -> brcmfmac43455-sdio.pine64,pinebook-pro.txt
> +Link: brcm/brcmfmac43455-sdio.AW-CM256SM.txt -> brcmfmac43455-sdio.pine64,pinephone-pro.txt
> +Link: brcm/brcmfmac43455-sdio.AW-CM256SM.txt -> brcmfmac43455-sdio.pine64,quartz64-b.txt
>  
>  Licence: GPLv2. See GPL-2 for details.
>  
> -- 
> 2.36.1
> 

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

end of thread, other threads:[~2022-07-09  4:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-14 14:12 [PATCH v2 1/2] Add initial AzureWave AW-CM256SM NVRAM file Peter Robinson
2022-06-14 14:12 ` [PATCH v2 2/2] Link some devices that ship with the AW-CM256SM Peter Robinson
2022-06-21 13:13   ` Josh Boyer
2022-07-09  4:39   ` Rudi Heitbaum

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).