mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
synced 2025-02-16 11:26:56 +00:00
qcom: apq8096: add modem firmware
Add the modem DSP firmware for the Qualcomm APQ8096 boards. The files come from the redistributable linux-board-support-package-r01700.1.zip for the Dragonboard 820c. The file modem.mbn was generated from segment files using the pil-squasher tool. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
parent
9fa878c6f1
commit
afc44bb26f
3
WHENCE
3
WHENCE
@ -5760,6 +5760,9 @@ Driver: qcom_q6v5_pas - Qualcomm remoteproc firmware
|
|||||||
File: qcom/apq8096/adsp.mbn
|
File: qcom/apq8096/adsp.mbn
|
||||||
File: qcom/apq8096/adspr.jsn
|
File: qcom/apq8096/adspr.jsn
|
||||||
File: qcom/apq8096/adspua.jsn
|
File: qcom/apq8096/adspua.jsn
|
||||||
|
File: qcom/apq8096/mba.mbn
|
||||||
|
File: qcom/apq8096/modem.mbn
|
||||||
|
File: qcom/apq8096/modemr.jsn
|
||||||
File: qcom/sdm845/adsp.mbn
|
File: qcom/sdm845/adsp.mbn
|
||||||
File: qcom/sdm845/adspr.jsn
|
File: qcom/sdm845/adspr.jsn
|
||||||
File: qcom/sdm845/adspua.jsn
|
File: qcom/sdm845/adspua.jsn
|
||||||
|
BIN
qcom/apq8096/mba.mbn
Normal file
BIN
qcom/apq8096/mba.mbn
Normal file
Binary file not shown.
BIN
qcom/apq8096/modem.mbn
Normal file
BIN
qcom/apq8096/modem.mbn
Normal file
Binary file not shown.
21
qcom/apq8096/modemr.jsn
Normal file
21
qcom/apq8096/modemr.jsn
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"sr_version": {
|
||||||
|
"major": 1,
|
||||||
|
"minor": 1,
|
||||||
|
"patch": 1
|
||||||
|
},
|
||||||
|
"sr_domain": {
|
||||||
|
"soc": "msm",
|
||||||
|
"domain": "modem",
|
||||||
|
"subdomain": "root_pd",
|
||||||
|
"qmi_instance_id": 100
|
||||||
|
},
|
||||||
|
"sr_service": [
|
||||||
|
{
|
||||||
|
"provider": "tms",
|
||||||
|
"service": "servreg",
|
||||||
|
"service_data_valid": 0,
|
||||||
|
"service_data": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user