We are implementing board-specific fallbacks for the wlanmdsp firmware.
In order to do this in a clear way, move all wlanmdsp firmware back to
ath10k subdir and install symlinks to remain compatible with existing
kernels.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
The firmware file ath10k/WCN3990/hw1.0/wlanmdsp.mbn is platform-specific
(rather than being specific to the WiFi chip itself) and can be used
only on the Qualcomm SDM845 platform and close relatives. Other
platforms (e.g. Qualcomm QCM2290, QRB4210) are going to provie their own
copies of the wlanmdsp.mbn firmware.
As discussed with Kalle, move this file to the platform-specific folder,
providing the backwards-compatibility symlink.
Cc: Kalle Valo <kvalo@qca.qualcomm.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Add the firmware for the sensors DSP found on Qualcomm SDM845/SDA845.
Unlike the rest of DSP firmware, this particular firmware is
device-specific. This firmware was published for the Thundercomm RB3
board aka db845c.
Firmware version:
- SLPI.HY.1.0-00365-SDM845AZL-1
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
The Qualcomm SDM845 platform has a modem-less version, called SDA845.
It still has the modem DSP, which is used for WiFi, GNSS, etc. The
firmware in the qcom/sdm845 dir comes from the Thundercomm RB3 board,
which internally has the SDA845 SoC rather than the full SDM845.
The SC8180X platform (not yet added to linux-firmware) started using
modem.mbn and modem_nm.mbn, the latter being used for no-modem
platforms.
Follow this example and rename qcom/sdm845/modem.mbn firmware
file to modem_nm.mbn. This commit adds a compatibility link for now, to
let the device trees to be adapted to this change. It should be removed
when the proper qcom/sdm845/modem.mbn is submitted.
Cc: Caleb Connolly <caleb.connolly@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
The Adreno GPU found in SDM845 needs one more firmware file to be
operational in the SDM845 MTP and Dragonboard 845c, add this file.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Switch SDM845 and the Dragonboard 845c/RB3 to the more stable version
WLAN.HL.2.0-01387-QCAHLSWMTPLZ-1, by replacing the wlanmdsp.mbn with a
symlink to the recently commited file found under ath10k/
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Add test signed firmware CDSP.HT.1.0-00535-SDM845-1 for the Qualcomm
SDM845 Compute DSP.
Used on the Dragonboard 845c/Robotics RB3 platform.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Add test signed firmware ADSP.HT.4.0-00554-SDM845-1 for the Qualcomm
SDM845 Audio DSP.
Used on the Dragonboard 845c/Robotics RB3 platform.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Adds test-signed modem and WiFi firmware versions:
MPSS.AT.4.0.c2-01184-SDM845_GEN_PACK-1
WLAN.HL.2.0.c10-00236-QCAHLSWMTPLZ-1
Used on the Dragonboard 845c/Robotics RB3 platform.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>