All of lore.kernel.org
 help / color / mirror / Atom feed
* ath10k-firmware: QCA4019 hw1.0: Add Netgear Orbi Pro SRK60 specific BDFs
@ 2018-09-02 11:21 Robert Marko
  2018-10-08 12:47 ` Kalle Valo
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Marko @ 2018-09-02 11:21 UTC (permalink / raw)
  To: ath10k

[-- Attachment #1: Type: text/plain, Size: 1436 bytes --]

Hi,

I am currently working on the Netgear Orbi Prok SRK60 support for
OpenWrt. This
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.

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

* description for what hardware this is:

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

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

  - it was pulled from the factory firmware image
  - it is based on latest 2.1.4.16 firmware

* 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=Netgear-Orbi-Pro-SRK60
     md5sum:
     a64d3a593d2447cd41886d695932ddfd

  + bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=Netgear-Orbi-Pro-SRK60
     md5sum:
     b2195b47a2e88e28c31c4aceaaccfebe

* 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,
Robert Marko

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

[-- Attachment #2: bus=ahb,bmi-chip-id=0,bmi-board-id=20,variant=Netgear-Orbi-Pro-SRK60.bin --]
[-- Type: application/x-sega-cd-rom, Size: 12064 bytes --]

[-- Attachment #3: bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=Netgear-Orbi-Pro-SRK60.bin --]
[-- Type: application/x-sega-cd-rom, Size: 12064 bytes --]

[-- Attachment #4: Type: text/plain, Size: 146 bytes --]

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

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

* Re: ath10k-firmware: QCA4019 hw1.0: Add Netgear Orbi Pro SRK60 specific BDFs
  2018-09-02 11:21 ath10k-firmware: QCA4019 hw1.0: Add Netgear Orbi Pro SRK60 specific BDFs Robert Marko
@ 2018-10-08 12:47 ` Kalle Valo
  2018-10-08 15:44   ` Robert Marko
  0 siblings, 1 reply; 3+ messages in thread
From: Kalle Valo @ 2018-10-08 12:47 UTC (permalink / raw)
  To: Robert Marko; +Cc: ath10k

Robert Marko <robimarko@gmail.com> writes:

> I am currently working on the Netgear Orbi Prok SRK60 support for
> OpenWrt. This
> 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.
>
> Now to the questions from the wiki page [1]:
>
> * description for what hardware this is:
>
>   - it is a QCA4019 based module (based on qcom-ipq4019-ap.dk04.1-c1)
>   - one QCA4019 radio is used as 2.4GHz radio
>   - one QCA4019 radio is used as 5GHz radio
>   - an additional QCA9984 5GHz radio is attached via PCI
>
> * origin of the board file (did you create it yourself or where you
>   downloaded)
>
>   - it was pulled from the factory firmware image
>   - it is based on latest 2.1.4.16 firmware
>
> * 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=Netgear-Orbi-Pro-SRK60
>      md5sum:
>      a64d3a593d2447cd41886d695932ddfd
>
>   + bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=Netgear-Orbi-Pro-SRK60
>      md5sum:
>      b2195b47a2e88e28c31c4aceaaccfebe
>
> * 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")

Added, thanks. Please double check my changes:

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

-- 
Kalle Valo

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

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

* Re: ath10k-firmware: QCA4019 hw1.0: Add Netgear Orbi Pro SRK60 specific BDFs
  2018-10-08 12:47 ` Kalle Valo
@ 2018-10-08 15:44   ` Robert Marko
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Marko @ 2018-10-08 15:44 UTC (permalink / raw)
  To: kvalo; +Cc: ath10k

Thanks, checked with ath10k-bdencoder and its correct.

Regards
Robert Marko
On Mon, 8 Oct 2018 at 14:47, Kalle Valo <kvalo@codeaurora.org> wrote:
>
> Robert Marko <robimarko@gmail.com> writes:
>
> > I am currently working on the Netgear Orbi Prok SRK60 support for
> > OpenWrt. This
> > 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.
> >
> > Now to the questions from the wiki page [1]:
> >
> > * description for what hardware this is:
> >
> >   - it is a QCA4019 based module (based on qcom-ipq4019-ap.dk04.1-c1)
> >   - one QCA4019 radio is used as 2.4GHz radio
> >   - one QCA4019 radio is used as 5GHz radio
> >   - an additional QCA9984 5GHz radio is attached via PCI
> >
> > * origin of the board file (did you create it yourself or where you
> >   downloaded)
> >
> >   - it was pulled from the factory firmware image
> >   - it is based on latest 2.1.4.16 firmware
> >
> > * 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=Netgear-Orbi-Pro-SRK60
> >      md5sum:
> >      a64d3a593d2447cd41886d695932ddfd
> >
> >   + bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=Netgear-Orbi-Pro-SRK60
> >      md5sum:
> >      b2195b47a2e88e28c31c4aceaaccfebe
> >
> > * 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")
>
> Added, thanks. Please double check my changes:
>
> https://github.com/kvalo/ath10k-firmware/commit/ca050e3c8e16bc43b67cd5d752007372498c5a54
>
> --
> Kalle Valo

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

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

end of thread, other threads:[~2018-10-08 15:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-02 11:21 ath10k-firmware: QCA4019 hw1.0: Add Netgear Orbi Pro SRK60 specific BDFs Robert Marko
2018-10-08 12:47 ` Kalle Valo
2018-10-08 15:44   ` Robert Marko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.