qcom: Add DSP firmware for QCS8300 platform
Add adsp, cdsp0 and gpdsp0 firmware for Qualcomm QCS8300 platform. Signed-off-by: Ekansh Gupta <quic_ekangupt@quicinc.com>main
parent
430633ec93
commit
bd50c4979e
9
WHENCE
9
WHENCE
|
|
@ -6598,6 +6598,15 @@ File: qcom/sa8775p/gpdsp1.mbn
|
||||||
Version: DSP.AT.1.0.1-00079.2-LEMANS-1
|
Version: DSP.AT.1.0.1-00079.2-LEMANS-1
|
||||||
RawFile: qcom/sa8775p/gpdsp1r.jsn
|
RawFile: qcom/sa8775p/gpdsp1r.jsn
|
||||||
RawFile: qcom/sa8775p/gpdspr.jsn
|
RawFile: qcom/sa8775p/gpdspr.jsn
|
||||||
|
File: qcom/qcs8300/adsp.mbn
|
||||||
|
Version: DSP.AT.1.0.1-00096-LEMANS-1
|
||||||
|
RawFile: qcom/qcs8300/adspr.jsn
|
||||||
|
RawFile: qcom/qcs8300/adspua.jsn
|
||||||
|
File: qcom/qcs8300/cdsp0.mbn
|
||||||
|
Version: DSP.AT.1.0.1-00096-LEMANS-1
|
||||||
|
RawFile: qcom/qcs8300/cdspr.jsn
|
||||||
|
File: qcom/qcs8300/gpdsp0.mbn
|
||||||
|
Version: DSP.AT.1.0.1-00096-LEMANS-1
|
||||||
|
|
||||||
Licence: Redistributable. See LICENSE.qcom-2 and qcom/NOTICE.txt for details
|
Licence: Redistributable. See LICENSE.qcom-2 and qcom/NOTICE.txt for details
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"sr_version": {
|
||||||
|
"major": 1,
|
||||||
|
"minor": 1,
|
||||||
|
"patch": 1
|
||||||
|
},
|
||||||
|
"sr_domain": {
|
||||||
|
"soc": "msm",
|
||||||
|
"domain": "adsp",
|
||||||
|
"subdomain": "root_pd",
|
||||||
|
"qmi_instance_id": 74
|
||||||
|
},
|
||||||
|
"sr_service": [
|
||||||
|
{
|
||||||
|
"provider": "tms",
|
||||||
|
"service": "servreg",
|
||||||
|
"service_data_valid": 0,
|
||||||
|
"service_data": 0,
|
||||||
|
"dcomment": "data can be used to configure ACK timeout.Make data_valid 1 as well.Unit is second"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"sr_version": {
|
||||||
|
"major": 1,
|
||||||
|
"minor": 1,
|
||||||
|
"patch": 1
|
||||||
|
},
|
||||||
|
"sr_domain": {
|
||||||
|
"soc": "msm",
|
||||||
|
"domain": "adsp",
|
||||||
|
"subdomain": "audio_pd",
|
||||||
|
"qmi_instance_id": 74
|
||||||
|
},
|
||||||
|
"sr_service": [
|
||||||
|
{
|
||||||
|
"provider": "tms",
|
||||||
|
"service": "servreg",
|
||||||
|
"service_data_valid": 0,
|
||||||
|
"service_data": 0,
|
||||||
|
"dcomment": "data can be used to configure ACK timeout.Make data_valid 1 as well.Unit is second"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"provider": "avs",
|
||||||
|
"service": "audio",
|
||||||
|
"service_data_valid": 0,
|
||||||
|
"service_data": 0,
|
||||||
|
"dcomment": "No comment"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Binary file not shown.
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"sr_version": {
|
||||||
|
"major": 1,
|
||||||
|
"minor": 1,
|
||||||
|
"patch": 1
|
||||||
|
},
|
||||||
|
"sr_domain": {
|
||||||
|
"soc": "msm",
|
||||||
|
"domain": "cdsp",
|
||||||
|
"subdomain": "root_pd",
|
||||||
|
"qmi_instance_id": 76
|
||||||
|
},
|
||||||
|
"sr_service": [
|
||||||
|
{
|
||||||
|
"provider": "tms",
|
||||||
|
"service": "servreg",
|
||||||
|
"service_data_valid": 0,
|
||||||
|
"service_data": 0,
|
||||||
|
"dcomment": "data can be used to configure ACK timeout.Make data_valid 1 as well.Unit is second"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Binary file not shown.
Loading…
Reference in New Issue