* ath10k-firmware: QCA4019 hw1.0: Add ZyXEL NBG6617 specific BDFs
@ 2018-05-02 13:11 Christian Lamparter
2018-10-08 12:36 ` Kalle Valo
0 siblings, 1 reply; 3+ messages in thread
From: Christian Lamparter @ 2018-05-02 13:11 UTC (permalink / raw)
To: ath10k
[-- Attachment #1: Type: text/plain, Size: 1799 bytes --]
Hi,
This is a set of board.bin files for the ZyXEL NBG6617 Router [0],
which I wish to be added to the ath10k-firmware repository.
As per the current "Submitting board files" guidelines [1]:
* description for what hardware this is:
- it is a IPQ4018 based board [0]
- 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)
- All files were extracted from latest official vendor firmware
V1.00(ABCT.6)CO [1]
(Path /lib/firmware/IPQ4019/hw.1/boardData_IC/)
* 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=ZyXEL-NBG6617
+ bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=ZyXEL-NBG6617
* md5sum of each new board file to add
- bus=ahb,bmi-chip-id=0,bmi-board-id=16,variant=ZyXEL-NBG6617
has md5sum: 774dc40c3490572a34721a05ce0f0a55
- bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=ZyXEL-NBG6617
has md5sum: ed05754d83b5001f441e1ec8383c099f
* 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,
Christian
---
Previous submissions:
pending
=======
* Asus RT-AC58U
- waiting for v2 of the BDFs to be integrated
- <http://lists.infradead.org/pipermail/ath10k/2018-January/010770.html>
- v1 files: <https://github.com/kvalo/ath10k-firmware/commit/a47bcf1e58c4d8914af0951a80fd8861368b700d>
[0] <https://wikidevi.com/wiki/ZyXEL_NBG6617>
[1] <https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles>
[2] <https://www.zyxel.com/support/download_landing/product/nbg6617_12.shtml?c=gb&l=en&pid=20151007160001&tab=Firmware&pname=NBG6617>
[-- Attachment #2: bus=ahb,bmi-chip-id=0,bmi-board-id=16,variant=ZyXEL-NBG6617.bin --]
[-- Type: application/octet-stream, Size: 12064 bytes --]
[-- Attachment #3: bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=ZyXEL-NBG6617.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] 3+ messages in thread
* Re: ath10k-firmware: QCA4019 hw1.0: Add ZyXEL NBG6617 specific BDFs
2018-05-02 13:11 ath10k-firmware: QCA4019 hw1.0: Add ZyXEL NBG6617 specific BDFs Christian Lamparter
@ 2018-10-08 12:36 ` Kalle Valo
2018-10-08 17:52 ` ath10k-firmware: QCA4019 hw1.0: Add ZyXEL NBG6617 + RT-AC58U update Christian Lamparter
0 siblings, 1 reply; 3+ messages in thread
From: Kalle Valo @ 2018-10-08 12:36 UTC (permalink / raw)
To: Christian Lamparter; +Cc: ath10k
Christian Lamparter <chunkeey@gmail.com> writes:
> Hi,
>
> This is a set of board.bin files for the ZyXEL NBG6617 Router [0],
> which I wish to be added to the ath10k-firmware repository.
>
> As per the current "Submitting board files" guidelines [1]:
>
> * description for what hardware this is:
>
> - it is a IPQ4018 based board [0]
> - 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)
>
> - All files were extracted from latest official vendor firmware
> V1.00(ABCT.6)CO [1]
> (Path /lib/firmware/IPQ4019/hw.1/boardData_IC/)
>
> * 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=ZyXEL-NBG6617
>
> + bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=ZyXEL-NBG6617
>
> * md5sum of each new board file to add
> - bus=ahb,bmi-chip-id=0,bmi-board-id=16,variant=ZyXEL-NBG6617
> has md5sum: 774dc40c3490572a34721a05ce0f0a55
>
> - bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=ZyXEL-NBG6617
> has md5sum: ed05754d83b5001f441e1ec8383c099f
>
> * 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. But please do double check my changes.
https://github.com/kvalo/ath10k-firmware/commit/cb57d2d6b0aff8dacf1606074cd78bacbcf0d0ea
--
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 ZyXEL NBG6617 + RT-AC58U update
2018-10-08 12:36 ` Kalle Valo
@ 2018-10-08 17:52 ` Christian Lamparter
0 siblings, 0 replies; 3+ messages in thread
From: Christian Lamparter @ 2018-10-08 17:52 UTC (permalink / raw)
To: Kalle Valo; +Cc: ath10k
On Monday, October 8, 2018 2:36:12 PM CEST Kalle Valo wrote:
> Christian Lamparter <chunkeey@gmail.com> writes:
> > Hi,
> >
> > This is a set of board.bin files for the ZyXEL NBG6617 Router [0],
> > which I wish to be added to the ath10k-firmware repository.
> >
> > As per the current "Submitting board files" guidelines [1]:
> >
> > * description for what hardware this is:
> >
> > - it is a IPQ4018 based board [0]
> > - 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)
> >
> > - All files were extracted from latest official vendor firmware
> > V1.00(ABCT.6)CO [1]
> > (Path /lib/firmware/IPQ4019/hw.1/boardData_IC/)
> >
> > * 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=ZyXEL-NBG6617
> >
> > + bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=ZyXEL-NBG6617
> >
> > * md5sum of each new board file to add
> > - bus=ahb,bmi-chip-id=0,bmi-board-id=16,variant=ZyXEL-NBG6617
> > has md5sum: 774dc40c3490572a34721a05ce0f0a55
> >
> > - bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=ZyXEL-NBG6617
> > has md5sum: ed05754d83b5001f441e1ec8383c099f
> >
> > * 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. But please do double check that I didn't do any mistakes.
>
> https://github.com/kvalo/ath10k-firmware/commit/4b89c2b7efef0ba663339c1a42c673e97c7562bd
> https://github.com/kvalo/ath10k-firmware/commit/cb57d2d6b0aff8dacf1606074cd78bacbcf0d0ea
Thanks.
I double checked the ZyXEL NBG6617 and the ASUS RT-AC58u boardfile v2 update.
Both are fine.
Regards,
Christian
_______________________________________________
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 17:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-02 13:11 ath10k-firmware: QCA4019 hw1.0: Add ZyXEL NBG6617 specific BDFs Christian Lamparter
2018-10-08 12:36 ` Kalle Valo
2018-10-08 17:52 ` ath10k-firmware: QCA4019 hw1.0: Add ZyXEL NBG6617 + RT-AC58U update Christian Lamparter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox