* Re: ath10k-firmware: QCA4019 hw1.0: Add Linksys MR8300 specific BDFs [not found] ` <1182738771.2553046.1600182130121@mail.yahoo.com> @ 2020-09-19 15:03 ` Christian Lamparter 2020-11-04 16:45 ` Kalle Valo 0 siblings, 1 reply; 3+ messages in thread From: Christian Lamparter @ 2020-09-19 15:03 UTC (permalink / raw) To: Hans Geiblinger, ath10k@lists.infradead.org Hello, On 2020-09-15 17:02, Hans Geiblinger wrote: > The support for this device is currently being added into OpenWrt. This AP requires > two special BDFs to get the Wi-Fi PHYs working (correctly). > > * 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) > > - boarddata files were taken from OEM LinksysFW_MR8300_1.1.7.201281_prod.img > > * 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=linksys-mr8300-v0-fcc > SHA256: 0A8E9DBBD12A87AEDACA743B21756014F80C91FB4D1AB7FF7D1E7F059398522B > +bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=linksys-mr8300-v0-fcc > SHA256: A6DAF207C79BC6E0106ECD5231B5F127A36ED0A1AF5B324C5949CC07DA3CC925 Please use the md5sums: <https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles> (Initially the checksums were sha256, but the tools already had the md5sum integrated. From what I know Kalle uses the checksum just to check that nothing got corrupted when importing the mails) > * attach the actual board file (board.bin) > > - All eight bin files have been included. For OpenWRT we will be using the "fcc" variant. you might as well only post the fcc variants in that case. > - The name of the files are equal to the id string in the board-2.bin > (minus the ".bin") Cheers, Christian _______________________________________________ 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 Linksys MR8300 specific BDFs 2020-09-19 15:03 ` ath10k-firmware: QCA4019 hw1.0: Add Linksys MR8300 specific BDFs Christian Lamparter @ 2020-11-04 16:45 ` Kalle Valo 0 siblings, 0 replies; 3+ messages in thread From: Kalle Valo @ 2020-11-04 16:45 UTC (permalink / raw) To: Christian Lamparter; +Cc: Hans Geiblinger, ath10k@lists.infradead.org Christian Lamparter <chunkeey@gmail.com> writes: > Hello, > > On 2020-09-15 17:02, Hans Geiblinger wrote: >> The support for this device is currently being added into OpenWrt. This AP requires >> two special BDFs to get the Wi-Fi PHYs working (correctly). >> >> * 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) >> >> - boarddata files were taken from OEM LinksysFW_MR8300_1.1.7.201281_prod.img >> >> * 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=linksys-mr8300-v0-fcc >> SHA256: 0A8E9DBBD12A87AEDACA743B21756014F80C91FB4D1AB7FF7D1E7F059398522B >> +bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=linksys-mr8300-v0-fcc >> SHA256: A6DAF207C79BC6E0106ECD5231B5F127A36ED0A1AF5B324C5949CC07DA3CC925 > Please use the md5sums: > <https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles> > > (Initially the checksums were sha256, but the tools already had the > md5sum integrated. From what I know Kalle uses the checksum just to > check that nothing got corrupted when importing the mails) Correct, the main purpose of the checksums is to avoid any corruption. -- 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] 3+ messages in thread
[parent not found: <797408493.2527611.1600182767989.ref@mail.yahoo.com>]
* ath10k-firmware: QCA4019 hw1.0: Add Linksys MR8300 specific BDFs [not found] <797408493.2527611.1600182767989.ref@mail.yahoo.com> @ 2020-09-15 15:12 ` Hans Geiblinger 0 siblings, 0 replies; 3+ messages in thread From: Hans Geiblinger @ 2020-09-15 15:12 UTC (permalink / raw) To: ath10k@lists.infradead.org [-- Attachment #1: Type: text/plain, Size: 1053 bytes --] Hi, The support for this device is currently being added into OpenWrt. This AP requires two special BDFs to get the Wi-Fi PHYs working (correctly). * 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 - boarddata files were taken from OEM Linksys FW_MR8300_1.1.7.201281_prod.img * ids to be used with the board file - QCA4019 hw1.0 + bus=ahb,bmi-chip-id=0,bmi-board-id=20,variant=linksys-mr8300-v0-fcc SHA256: 0A8E9DBBD12A87AEDACA743B21756014F80C91FB4D1AB7FF7D1E7F059398522B + bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=linksys-mr8300-v0-fcc SHA256: A6DAF207C79BC6E0106ECD5231B5F127A36ED0A1AF5B324C5949CC07DA3CC925 * attach the actual board file - The name of the files are equal to the id string in the board-2.bin (minus the ".bin") Kind regards, Hans [-- Attachment #2: bus=ahb,bmi-chip-id=0,bmi-board-id=20,variant=linksys-mr8300-v0-fcc.bin --] [-- Type: application/octet-stream, Size: 12064 bytes --] [-- Attachment #3: bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=linksys-mr8300-v0-fcc.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
end of thread, other threads:[~2020-11-04 16:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1182738771.2553046.1600182130121.ref@mail.yahoo.com>
[not found] ` <1182738771.2553046.1600182130121@mail.yahoo.com>
2020-09-19 15:03 ` ath10k-firmware: QCA4019 hw1.0: Add Linksys MR8300 specific BDFs Christian Lamparter
2020-11-04 16:45 ` Kalle Valo
[not found] <797408493.2527611.1600182767989.ref@mail.yahoo.com>
2020-09-15 15:12 ` Hans Geiblinger
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox