Merge branch 'apq8096' of https://github.com/lumag/linux-firmware into main

Signed-off-by: Josh Boyer <jwboyer@kernel.org>
This commit is contained in:
Josh Boyer 2022-04-19 07:46:37 -04:00
commit 1fe86d1c49
No known key found for this signature in database
GPG Key ID: A31B6BD72486CFD6
7 changed files with 69 additions and 0 deletions

6
WHENCE
View File

@ -5757,6 +5757,12 @@ 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/apq8096/mba.mbn
File: qcom/apq8096/modem.mbn
File: qcom/apq8096/modemr.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
}
]
}

BIN
qcom/apq8096/mba.mbn Normal file

Binary file not shown.

BIN
qcom/apq8096/modem.mbn Normal file

Binary file not shown.

21
qcom/apq8096/modemr.jsn Normal file
View 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
}
]
}