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
Ekansh Gupta 2025-03-19 21:03:57 +05:30
parent 430633ec93
commit bd50c4979e
7 changed files with 82 additions and 0 deletions

9
WHENCE
View File

@ -6598,6 +6598,15 @@ File: qcom/sa8775p/gpdsp1.mbn
Version: DSP.AT.1.0.1-00079.2-LEMANS-1
RawFile: qcom/sa8775p/gpdsp1r.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


BIN
qcom/qcs8300/adsp.mbn Normal file

Binary file not shown.

22
qcom/qcs8300/adspr.jsn Normal file
View File

@ -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"
}
]
}

29
qcom/qcs8300/adspua.jsn Normal file
View File

@ -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"
}
]
}

BIN
qcom/qcs8300/cdsp0.mbn Normal file

Binary file not shown.

22
qcom/qcs8300/cdspr.jsn Normal file
View File

@ -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"
}
]
}

BIN
qcom/qcs8300/gpdsp0.mbn Normal file

Binary file not shown.