ath10k.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [V2] ath10k-firmware: QCA9888 hw2.0: Add BDF for Linksys EA8300 [2/2]
@ 2022-07-01 11:25 Christian Lamparter
  2023-03-17 11:49 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Lamparter @ 2022-07-01 11:25 UTC (permalink / raw)
  To: ath10k

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

From: Jeff Kletsky <lede@allycomm.com>

This is a IPQ4019-based device with a PCI-attached QCA9888
supplying a third radio on 5 GHz. The OEM's firmware and source
suggest that this device is "based on Qualcomm AP DK07.1-c1"

Linksys ships four market-specific variants of this device, notated as
-AH, -EU, (no suffix), and -CA. They supply four sets of pre-cal board
files in their firmware, AH, EU, FCC, and IC. The corresponding files
differ from each other, and appear to provide different parameters in
the different regions. The OEM firmware copies the appropriate set of
files into place based on examining the SKU of the device at boot.

These board files may be obtained from extraction of the OEM firmware
Ver. 1.1.4.191539, Latest Date: 11/8/2018, 49.0 MB
http://downloads.linksys.com/downloads/firmware/FW_EA8300_1.1.4.191539_prod.img
Ver. 1.1.3.184925, Latest Date: 11/15/2017, 47.4 MB
http://downloads.linksys.com/downloads/firmware/FW_EA8300_1.1.3.184925_prod.img
and/or from a running device. There does not appear to be a difference
in the board files between the two firmware versions.

DTS for the EA8300 under OpenWrt expects that the variant be encoded
as, for example, linksys-ea8300-fcc, with the lower-cased suffix
indicating the OEM's regional code, or -fcc.

Two similar messages will be sent, one for each chipset, as per the directions.


The files selected and their original names and organization include:

         27d9dfe1e86c3befe808f89dd3cd105b  OEM/QCA9888/IC/boardData_2_0_QCA9888_5G_Y9690_SBS_HB.bin
         7f2f0de6c0fb2df1d642895d8233d3ef  OEM/QCA9888/EU/boardData_2_0_QCA9888_5G_Y9690_SBS_HB.bin
         62049f88a498e51870973143e376e7af  OEM/QCA9888/FCC/boardData_2_0_QCA9888_5G_Y9690_SBS_HB.bin
         27d71485fc4987bc1c11b7744c373b59  OEM/QCA9888/AH/boardData_2_0_QCA9888_5G_Y9690_SBS_HB.bin

The files were renamed as follows:

         for JD in AH EU FCC IC ; do
             jd=$(echo "$JD" | tr 'A-Z' 'a-z')
             cp -vp OEM/QCA9888/${JD}/boardData_2_0_QCA9888_5G_Y9690_SBS_HB.bin \
	    ${dest}/bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-${jd}
         done


Renamed board files are individually attached to QCA9888 messages.

   - QCA9888 hw 2.0:

     bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-eu
     md5sum: 7f2f0de6c0fb2df1d642895d8233d3ef

     bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-ic
     md5sum: 27d9dfe1e86c3befe808f89dd3cd105b

     bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-ah
     md5sum: 27d71485fc4987bc1c11b7744c373b59

     bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-fcc
     md5sum: 62049f88a498e51870973143e376e7af

Jeff Kletsky
--
v2: added .bin file extension






[-- Attachment #2: bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-ah.bin --]
[-- Type: application/octet-stream, Size: 12064 bytes --]

[-- Attachment #3: bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-eu.bin --]
[-- Type: application/octet-stream, Size: 12064 bytes --]

[-- Attachment #4: bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-fcc.bin --]
[-- Type: application/octet-stream, Size: 12064 bytes --]

[-- Attachment #5: bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-ic.bin --]
[-- Type: application/octet-stream, Size: 12064 bytes --]

[-- Attachment #6: 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] 2+ messages in thread

* Re: [V2] ath10k-firmware: QCA9888 hw2.0: Add BDF for Linksys EA8300 [2/2]
  2022-07-01 11:25 [V2] ath10k-firmware: QCA9888 hw2.0: Add BDF for Linksys EA8300 [2/2] Christian Lamparter
@ 2023-03-17 11:49 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2023-03-17 11:49 UTC (permalink / raw)
  To: Christian Lamparter; +Cc: ath10k

Christian Lamparter <chunkeey@gmail.com> writes:

> From: Jeff Kletsky <lede@allycomm.com>
>
> This is a IPQ4019-based device with a PCI-attached QCA9888
> supplying a third radio on 5 GHz. The OEM's firmware and source
> suggest that this device is "based on Qualcomm AP DK07.1-c1"
>
> Linksys ships four market-specific variants of this device, notated as
> -AH, -EU, (no suffix), and -CA. They supply four sets of pre-cal board
> files in their firmware, AH, EU, FCC, and IC. The corresponding files
> differ from each other, and appear to provide different parameters in
> the different regions. The OEM firmware copies the appropriate set of
> files into place based on examining the SKU of the device at boot.
>
> These board files may be obtained from extraction of the OEM firmware
> Ver. 1.1.4.191539, Latest Date: 11/8/2018, 49.0 MB
> http://downloads.linksys.com/downloads/firmware/FW_EA8300_1.1.4.191539_prod.img
> Ver. 1.1.3.184925, Latest Date: 11/15/2017, 47.4 MB
> http://downloads.linksys.com/downloads/firmware/FW_EA8300_1.1.3.184925_prod.img
> and/or from a running device. There does not appear to be a difference
> in the board files between the two firmware versions.
>
> DTS for the EA8300 under OpenWrt expects that the variant be encoded
> as, for example, linksys-ea8300-fcc, with the lower-cased suffix
> indicating the OEM's regional code, or -fcc.
>
> Two similar messages will be sent, one for each chipset, as per the directions.
>
>
> The files selected and their original names and organization include:
>
>         27d9dfe1e86c3befe808f89dd3cd105b  OEM/QCA9888/IC/boardData_2_0_QCA9888_5G_Y9690_SBS_HB.bin
>         7f2f0de6c0fb2df1d642895d8233d3ef  OEM/QCA9888/EU/boardData_2_0_QCA9888_5G_Y9690_SBS_HB.bin
>         62049f88a498e51870973143e376e7af  OEM/QCA9888/FCC/boardData_2_0_QCA9888_5G_Y9690_SBS_HB.bin
>         27d71485fc4987bc1c11b7744c373b59  OEM/QCA9888/AH/boardData_2_0_QCA9888_5G_Y9690_SBS_HB.bin
>
> The files were renamed as follows:
>
>         for JD in AH EU FCC IC ; do
>             jd=$(echo "$JD" | tr 'A-Z' 'a-z')
>             cp -vp OEM/QCA9888/${JD}/boardData_2_0_QCA9888_5G_Y9690_SBS_HB.bin \
> 	    ${dest}/bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-${jd}
>         done
>
>
> Renamed board files are individually attached to QCA9888 messages.
>
>   - QCA9888 hw 2.0:
>
>     bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-eu
>     md5sum: 7f2f0de6c0fb2df1d642895d8233d3ef
>
>     bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-ic
>     md5sum: 27d9dfe1e86c3befe808f89dd3cd105b
>
>     bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-ah
>     md5sum: 27d71485fc4987bc1c11b7744c373b59
>
>     bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-fcc
>     md5sum: 62049f88a498e51870973143e376e7af

Thanks, added to QCA9888/hw2.0/board-2.bin:

New:
bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-ah
bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-eu
bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-fcc
bus=pci,bmi-chip-id=0,bmi-board-id=23,variant=linksys-ea8300-ic

Changed:


Deleted:

4 board image(s) added, 0 changed, 0 deleted, 16 in total

https://github.com/kvalo/ath10k-firmware/commit/82f428f4bb780b3462656be8e05ba7bd8052c658

-- 
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] 2+ messages in thread

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-01 11:25 [V2] ath10k-firmware: QCA9888 hw2.0: Add BDF for Linksys EA8300 [2/2] Christian Lamparter
2023-03-17 11:49 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).