All of lore.kernel.org
 help / color / mirror / Atom feed
* ath10k-firmware: QCA4019 hw1.0: Update 8devices Habanero specific BDFs
@ 2019-09-23  9:43 Robert Marko
  2022-01-21 13:25 ` Kalle Valo
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Marko @ 2019-09-23  9:43 UTC (permalink / raw)
  To: ath10k

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

Hi,

I am currently working on the 8devices Habanero support for
OpenWrt. This
AP requires two 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 update improves 5GHz radio.

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

* description for what hardware this is:

  - it is a QCA4019 based module
  - one QCA4019 radio is used as 2.4GHz radio
  - one QCA4019 radio is used as 5GHz radio

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

  - it was pulled from the 8devices OpenWrt fork
  - it is based on latest version

* 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=16,variant=8devices-Habanero
     md5sum:
     64d0817da715875483d323f2bb0c898c

  + bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=8devices-Habanero
     md5sum:
     56202ea33e96f16c65b75d464451c251

* 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=16,variant=8devices-Habanero.bin --]
[-- Type: application/octet-stream, Size: 12064 bytes --]

[-- Attachment #3: bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=8devices-Habanero.bin --]
[-- Type: application/octet-stream, 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] 6+ messages in thread

* Re: ath10k-firmware: QCA4019 hw1.0: Update 8devices Habanero specific BDFs
  2019-09-23  9:43 ath10k-firmware: QCA4019 hw1.0: Update 8devices Habanero specific BDFs Robert Marko
@ 2022-01-21 13:25 ` Kalle Valo
  2022-01-21 13:34   ` Robert Marko
  0 siblings, 1 reply; 6+ messages in thread
From: Kalle Valo @ 2022-01-21 13:25 UTC (permalink / raw)
  To: Robert Marko; +Cc: ath10k

Robert Marko <robimarko@gmail.com> writes:

> I am currently working on the 8devices Habanero support for
> OpenWrt. This
> AP requires two 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 update improves 5GHz radio.
>
> Now to the questions from the wiki page [1]:
>
> * description for what hardware this is:
>
>   - it is a QCA4019 based module
>   - one QCA4019 radio is used as 2.4GHz radio
>   - one QCA4019 radio is used as 5GHz radio
>
> * origin of the board file (did you create it yourself or where you
>   downloaded)
>
>   - it was pulled from the 8devices OpenWrt fork
>   - it is based on latest version
>
> * 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=16,variant=8devices-Habanero
>      md5sum:
>      64d0817da715875483d323f2bb0c898c
>
>   + bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=8devices-Habanero
>      md5sum:
>      56202ea33e96f16c65b75d464451c251
>
> * 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")

Do note that it seems that only one board file contents was actually
changed, was that on purpose?

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

New:


Changed:
bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=8devices-Habanero

Deleted:

0 board image(s) added, 1 changed, 0 deleted, 60 in total

https://github.com/kvalo/ath10k-firmware/commit/1fad4d7a4aab0bb7daaabd5324c2b87e438d9bac


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

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

* Re: ath10k-firmware: QCA4019 hw1.0: Update 8devices Habanero specific BDFs
  2022-01-21 13:25 ` Kalle Valo
@ 2022-01-21 13:34   ` Robert Marko
  2022-01-21 13:46     ` Kalle Valo
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Marko @ 2022-01-21 13:34 UTC (permalink / raw)
  To: Kalle Valo; +Cc: ath10k

On Fri, 21 Jan 2022 at 14:25, Kalle Valo <kvalo@kernel.org> wrote:
>
> Robert Marko <robimarko@gmail.com> writes:
>
> > I am currently working on the 8devices Habanero support for
> > OpenWrt. This
> > AP requires two 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 update improves 5GHz radio.
> >
> > Now to the questions from the wiki page [1]:
> >
> > * description for what hardware this is:
> >
> >   - it is a QCA4019 based module
> >   - one QCA4019 radio is used as 2.4GHz radio
> >   - one QCA4019 radio is used as 5GHz radio
> >
> > * origin of the board file (did you create it yourself or where you
> >   downloaded)
> >
> >   - it was pulled from the 8devices OpenWrt fork
> >   - it is based on latest version
> >
> > * 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=16,variant=8devices-Habanero
> >      md5sum:
> >      64d0817da715875483d323f2bb0c898c
> >
> >   + bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=8devices-Habanero
> >      md5sum:
> >      56202ea33e96f16c65b75d464451c251
> >
> > * 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")
>
> Do note that it seems that only one board file contents was actually
> changed, was that on purpose?

Yes, only the 5GHz radio had an update.
8devices released new BDF-s last year that fix the thermal readings.

Do you mind if I send the updated ones upstream?

Regards,
Robert
>
> Thanks, added to QCA4019/hw1.0/board-2.bin:
>
> New:
>
>
> Changed:
> bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=8devices-Habanero
>
> Deleted:
>
> 0 board image(s) added, 1 changed, 0 deleted, 60 in total
>
> https://github.com/kvalo/ath10k-firmware/commit/1fad4d7a4aab0bb7daaabd5324c2b87e438d9bac
>
>
> --
> 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

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

* Re: ath10k-firmware: QCA4019 hw1.0: Update 8devices Habanero specific BDFs
  2022-01-21 13:34   ` Robert Marko
@ 2022-01-21 13:46     ` Kalle Valo
  0 siblings, 0 replies; 6+ messages in thread
From: Kalle Valo @ 2022-01-21 13:46 UTC (permalink / raw)
  To: Robert Marko; +Cc: ath10k

Robert Marko <robimarko@gmail.com> writes:

> On Fri, 21 Jan 2022 at 14:25, Kalle Valo <kvalo@kernel.org> wrote:
>>
>> Robert Marko <robimarko@gmail.com> writes:
>>
>> > I am currently working on the 8devices Habanero support for
>> > OpenWrt. This
>> > AP requires two 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 update improves 5GHz radio.
>> >
>> > Now to the questions from the wiki page [1]:
>> >
>> > * description for what hardware this is:
>> >
>> >   - it is a QCA4019 based module
>> >   - one QCA4019 radio is used as 2.4GHz radio
>> >   - one QCA4019 radio is used as 5GHz radio
>> >
>> > * origin of the board file (did you create it yourself or where you
>> >   downloaded)
>> >
>> >   - it was pulled from the 8devices OpenWrt fork
>> >   - it is based on latest version
>> >
>> > * 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=16,variant=8devices-Habanero
>> >      md5sum:
>> >      64d0817da715875483d323f2bb0c898c
>> >
>> >   + bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=8devices-Habanero
>> >      md5sum:
>> >      56202ea33e96f16c65b75d464451c251
>> >
>> > * 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")
>>
>> Do note that it seems that only one board file contents was actually
>> changed, was that on purpose?
>
> Yes, only the 5GHz radio had an update.

Good, thanks for checking.

> 8devices released new BDF-s last year that fix the thermal readings.
>
> Do you mind if I send the updated ones upstream?

Sure, why not? My board file queue is just really long but I'm going
through it at the moment.

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

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

* ath10k-firmware: QCA4019 hw1.0: Update 8devices Habanero specific BDFs
@ 2023-03-08 12:38 Mantas
  2023-03-17 11:45 ` Kalle Valo
  0 siblings, 1 reply; 6+ messages in thread
From: Mantas @ 2023-03-08 12:38 UTC (permalink / raw)
  To: ath10k

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

This updates 8devices Habanero BDF to fix temperature sensor readout.

* description for what hardware this is:

   - it is a IPQ4019 based board
   - one QCA40xx radio is used as 2.4GHz radio
   - one QCA40xx radio is used as 5GHz radio

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

   - updated file myself [1]

* 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=16,variant=8devices-Habanero
       md5sum:
       16b805bd273526cdae8650931ff7c24f
     + bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=8devices-Habanero
       md5sum:
       02f6f427acba54c19fd609045d097834


[1] 
https://github.com/8devices/openwrt-8devices/commit/b908630864addfa32cd76c4c97dd0c0d79a7ce4a

[-- Attachment #2: bus=ahb,bmi-chip-id=0,bmi-board-id=16,variant=8devices-Habanero.bin --]
[-- Type: application/octet-stream, Size: 12064 bytes --]

[-- Attachment #3: bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=8devices-Habanero.bin --]
[-- Type: application/octet-stream, 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] 6+ messages in thread

* Re: ath10k-firmware: QCA4019 hw1.0: Update 8devices Habanero specific BDFs
  2023-03-08 12:38 Mantas
@ 2023-03-17 11:45 ` Kalle Valo
  0 siblings, 0 replies; 6+ messages in thread
From: Kalle Valo @ 2023-03-17 11:45 UTC (permalink / raw)
  To: Mantas; +Cc: ath10k

Mantas <mantas@8devices.com> writes:

> This updates 8devices Habanero BDF to fix temperature sensor readout.
>
> * description for what hardware this is:
>
>   - it is a IPQ4019 based board
>   - one QCA40xx radio is used as 2.4GHz radio
>   - one QCA40xx radio is used as 5GHz radio
>
> * origin of the board file (did you create it yourself or where you
>   downloaded)
>
>   - updated file myself [1]
>
> * 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=16,variant=8devices-Habanero
>       md5sum:
>       16b805bd273526cdae8650931ff7c24f
>     + bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=8devices-Habanero
>       md5sum:
>       02f6f427acba54c19fd609045d097834

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

New:


Changed:
bus=ahb,bmi-chip-id=0,bmi-board-id=16,variant=8devices-Habanero
bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=8devices-Habanero

Deleted:

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

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

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

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

end of thread, other threads:[~2023-03-17 11:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-23  9:43 ath10k-firmware: QCA4019 hw1.0: Update 8devices Habanero specific BDFs Robert Marko
2022-01-21 13:25 ` Kalle Valo
2022-01-21 13:34   ` Robert Marko
2022-01-21 13:46     ` Kalle Valo
  -- strict thread matches above, loose matches on Subject: below --
2023-03-08 12:38 Mantas
2023-03-17 11:45 ` Kalle Valo

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.