qcom: apq8096: add aDSP firmware

Add the audio DSP firmware for the Qualcomm APQ8096 boards. The files
come from the redistributable linux-board-support-package-r01700.1.zip
for the Dragonboard 820c.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
Dmitry Baryshkov 2022-04-13 14:42:21 +03:00
parent 8a2d811764
commit 9fa878c6f1
4 changed files with 45 additions and 0 deletions

3
WHENCE
View File

@ -5757,6 +5757,9 @@ https://developer.qualcomm.com/hardware/dragonboard-410c/tools
Driver: qcom_q6v5_pas - Qualcomm remoteproc firmware
File: qcom/apq8096/adsp.mbn
File: qcom/apq8096/adspr.jsn
File: qcom/apq8096/adspua.jsn
File: qcom/sdm845/adsp.mbn
File: qcom/sdm845/adspr.jsn
File: qcom/sdm845/adspua.jsn

BIN
qcom/apq8096/adsp.mbn Normal file

Binary file not shown.

21
qcom/apq8096/adspr.jsn Normal file
View File

@ -0,0 +1,21 @@
{
"sr_version": {
"major": 1,
"minor": 1,
"patch": 1
},
"sr_domain": {
"soc": "msm",
"domain": "adsp",
"subdomain": "root_pd",
"qmi_instance_id": 4
},
"sr_service": [
{
"provider": "tms",
"service": "servreg",
"service_data_valid": 0,
"service_data": 0
}
]
}

21
qcom/apq8096/adspua.jsn Normal file
View File

@ -0,0 +1,21 @@
{
"sr_version": {
"major": 1,
"minor": 1,
"patch": 1
},
"sr_domain": {
"soc": "msm",
"domain": "adsp",
"subdomain": "audio_pd",
"qmi_instance_id": 4
},
"sr_service": [
{
"provider": "tms",
"service": "servreg",
"service_data_valid": 0,
"service_data": 0
}
]
}