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:
parent
8a2d811764
commit
9fa878c6f1
3
WHENCE
3
WHENCE
|
@ -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
|
||||
|
|
Binary file not shown.
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue