Re: ath10k-firmware: QCA4019 hw1.0: Update OpenMesh A62 specific BDFs

2022-01-21 Thread Kalle Valo
Sven Eckelmann  writes:

> [resent of mail from 2019-06-11; seems like @datto.com mail server ate the
>  outgoing mails]
>
> Hi,
>
> The OpenMesh A62 AP requires three special BDFs to get the Wi-Fi PHYs working 
> (correctly). The  bmi-board-id='s would clash with one of the the IPQ401X 
> AP-DK boards because QCA doesn't provide special IDs for customers and seems 
> to use the AP-DK board-ids in the wifi firmware to change its behavior. This 
> request contains the two files for QCA4019. The QCA9888 one will be submitted 
> in a different request.
>
> This update contains:
>
> * add of the antenna gain
> * adjustments of the antenna sensitivity (see minCCA power threshold and
>   configAddr)
> * CTLs for DFS channels
>
> It supersedes https://lkml.kernel.org/r/2795259.fejyDvFH3e@bentobox
>
>
> Now to the questions from the wiki page [1]:
>
> * description for what hardware this is:
>
>   - it is a QCA4018 based module (based on qcom-ipq4019-ap.dk04.1)
>   - one QCA4018 radio is used as 2.4GHz radio
>   - one QCA4018 radio is used as 5GHz radio
>   - an additional QCA9888 5GHz radio is attached via PCI
>
> * origin of the board file (did you create it yourself or where you
>   downloaded)
>
>   - it was created by the ODM and QCA for the OpenMesh A62
>   - was provided by the ODM to OpenMesh for this product (this includes
> distribution)
>   - it is the latest release from 2018-11-28 (with fix to have
> antennagain at correct position)
>
> * ids to be used with the board file (ATH10K_BD_IE_BOARD_NAME in ath10k)
>
>   - QCA4019 hw1.0
>
> + bus=ahb,bmi-chip-id=0,bmi-board-id=20,variant=OM-A62
>   md5sum: 7642733bfd0c53927209a25440a484e3
> + bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=OM-A62
>   md5sum: ef250f4c8ac057e9995b08e28c482423
>
> * attach the actual board file (board.bin)
>
>   - The name of the files are equal to the id string in the board-2.bin
> (minus the ".bin")

Thanks, added to QCA4019/hw1.0/board-2.bin:

New:


Changed:
bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=OM-A62
bus=ahb,bmi-chip-id=0,bmi-board-id=20,variant=OM-A62

Deleted:

0 board image(s) added, 2 changed, 0 deleted, 50 in total

https://github.com/kvalo/ath10k-firmware/commit/f305604442001fd45f357fed38a6c4a59868f4ee

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

___
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k


ath10k-firmware: QCA4019 hw1.0: Update OpenMesh A62 specific BDFs

2019-07-01 Thread Sven Eckelmann
[resent of mail from 2019-06-11; seems like @datto.com mail server ate the
 outgoing mails]

Hi,

The OpenMesh A62 AP requires three special BDFs to get the Wi-Fi PHYs working 
(correctly). The  bmi-board-id='s would clash with one of the the IPQ401X 
AP-DK boards because QCA doesn't provide special IDs for customers and seems 
to use the AP-DK board-ids in the wifi firmware to change its behavior. This 
request contains the two files for QCA4019. The QCA9888 one will be submitted 
in a different request.

This update contains:

* add of the antenna gain
* adjustments of the antenna sensitivity (see minCCA power threshold and
  configAddr)
* CTLs for DFS channels

It supersedes https://lkml.kernel.org/r/2795259.fejyDvFH3e@bentobox


Now to the questions from the wiki page [1]:

* description for what hardware this is:

  - it is a QCA4018 based module (based on qcom-ipq4019-ap.dk04.1)
  - one QCA4018 radio is used as 2.4GHz radio
  - one QCA4018 radio is used as 5GHz radio
  - an additional QCA9888 5GHz radio is attached via PCI

* origin of the board file (did you create it yourself or where you
  downloaded)

  - it was created by the ODM and QCA for the OpenMesh A62
  - was provided by the ODM to OpenMesh for this product (this includes
distribution)
  - it is the latest release from 2018-11-28 (with fix to have
antennagain at correct position)

* ids to be used with the board file (ATH10K_BD_IE_BOARD_NAME in ath10k)

  - QCA4019 hw1.0

+ bus=ahb,bmi-chip-id=0,bmi-board-id=20,variant=OM-A62
  md5sum: 7642733bfd0c53927209a25440a484e3
+ bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=OM-A62
  md5sum: ef250f4c8ac057e9995b08e28c482423

* attach the actual board file (board.bin)

  - The name of the files are equal to the id string in the board-2.bin
(minus the ".bin")

Kind regards,
Sven

[1] https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles

bus=ahb,bmi-chip-id=0,bmi-board-id=20,variant=OM-A62.bin
Description: application/saturn-rom


bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=OM-A62.bin
Description: application/saturn-rom


signature.asc
Description: This is a digitally signed message part.
___
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k


Re: ath10k-firmware: QCA4019 hw1.0: Update OpenMesh A62 specific BDFs

2019-06-28 Thread Kalle Valo
Sven Eckelmann  writes:

> The OpenMesh A62 AP requires three special BDFs to get the Wi-Fi PHYs working 
> (correctly). The  bmi-board-id='s would clash with one of the the IPQ401X 
> AP-DK boards because QCA doesn't provide special IDs for customers and seems 
> to use the AP-DK board-ids in the wifi firmware to change its behavior. This 
> request contains the two files for QCA4019. The QCA9888 one will be submitted 
> in a different request.
>
> This update contains:
>
> * add of the antenna gain
> * adjustments of the antenna sensitivity (see minCCA power threshold and
>   configAddr)
> * CTLs for DFS channels
>
>
> Now to the questions from the wiki page [1]:
>
> * description for what hardware this is:
>
>   - it is a QCA4018 based module (based on qcom-ipq4019-ap.dk04.1)
>   - one QCA4018 radio is used as 2.4GHz radio
>   - one QCA4018 radio is used as 5GHz radio
>   - an additional QCA9888 5GHz radio is attached via PCI
>
> * origin of the board file (did you create it yourself or where you
>   downloaded)
>
>   - it was created by the ODM and QCA for the OpenMesh A62
>   - was provided by the ODM to OpenMesh for this product (this includes
> distribution)
>   - it is the latest release from 2018-11-28
>
> * ids to be used with the board file (ATH10K_BD_IE_BOARD_NAME in ath10k)
>
>   - QCA4019 hw1.0
>
> + bus=ahb,bmi-chip-id=0,bmi-board-id=20,variant=OM-A62
>   md5sum: 8c4ab812be4c62d4f5eae26125efc407
> + bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=OM-A62
>   md5sum: 170400a46d78f2adf82f16ac3fac0abf
>
> * attach the actual board file (board.bin)
>
>   - The name of the files are equal to the id string in the board-2.bin
> (minus the ".bin")

Thanks, added to QCA4019/hw1.0/board-2.bin:

https://github.com/kvalo/ath10k-firmware/commit/12ce541d08fc6a7ffbc7850cec5209bbf123033e

New:


Changed:
bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=OM-A62
bus=ahb,bmi-chip-id=0,bmi-board-id=20,variant=OM-A62

Deleted:

0 board image(s) added, 2 changed, 0 deleted, 41 in total

https://github.com/kvalo/ath10k-firmware/commit/12ce541d08fc6a7ffbc7850cec5209bbf123033e

-- 
Kalle Valo

___
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k


ath10k-firmware: QCA4019 hw1.0: Update OpenMesh A62 specific BDFs

2019-01-10 Thread Sven Eckelmann
Hi,

The OpenMesh A62 AP requires three special BDFs to get the Wi-Fi PHYs working 
(correctly). The  bmi-board-id='s would clash with one of the the IPQ401X 
AP-DK boards because QCA doesn't provide special IDs for customers and seems 
to use the AP-DK board-ids in the wifi firmware to change its behavior. This 
request contains the two files for QCA4019. The QCA9888 one will be submitted 
in a different request.

This update contains:

* add of the antenna gain
* adjustments of the antenna sensitivity (see minCCA power threshold and
  configAddr)
* CTLs for DFS channels


Now to the questions from the wiki page [1]:

* description for what hardware this is:

  - it is a QCA4018 based module (based on qcom-ipq4019-ap.dk04.1)
  - one QCA4018 radio is used as 2.4GHz radio
  - one QCA4018 radio is used as 5GHz radio
  - an additional QCA9888 5GHz radio is attached via PCI

* origin of the board file (did you create it yourself or where you
  downloaded)

  - it was created by the ODM and QCA for the OpenMesh A62
  - was provided by the ODM to OpenMesh for this product (this includes
distribution)
  - it is the latest release from 2018-11-28

* ids to be used with the board file (ATH10K_BD_IE_BOARD_NAME in ath10k)

  - QCA4019 hw1.0

+ bus=ahb,bmi-chip-id=0,bmi-board-id=20,variant=OM-A62
  md5sum: 8c4ab812be4c62d4f5eae26125efc407
+ bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=OM-A62
  md5sum: 170400a46d78f2adf82f16ac3fac0abf

* attach the actual board file (board.bin)

  - The name of the files are equal to the id string in the board-2.bin
(minus the ".bin")

Kind regards,
Sven

[1] https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles

bus=ahb,bmi-chip-id=0,bmi-board-id=20,variant=OM-A62.bin
Description: Binary data


bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=OM-A62.bin
Description: Binary data


signature.asc
Description: This is a digitally signed message part.
___
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k