Merge branch 'RB3-adsp-cdsp-mss-v4' of https://github.com/andersson/linux-firmware

Signed-off-by: Josh Boyer <jwboyer@kernel.org>
master
Josh Boyer 2019-12-15 07:27:46 -05:00
commit dd1a12e37a
No known key found for this signature in database
GPG Key ID: A31B6BD72486CFD6
10 changed files with 140 additions and 0 deletions

38
WHENCE
View File

@ -4576,6 +4576,44 @@ https://developer.qualcomm.com/hardware/dragonboard-410c/tools
--------------------------------------------------------------------------
Driver: qcom_q6v5_pas - Qualcomm remoteproc firmware
File: qcom/sdm845/adsp.mbn
File: qcom/sdm845/adspr.jsn
File: qcom/sdm845/adspua.jsn
File: qcom/sdm845/cdsp.mbn
File: qcom/sdm845/cdspr.jsn
Licence: Redistributable. See LICENSE.qcom and qcom/NOTICE.txt for details
Binary files supplied originally from
http://releases.linaro.org/96boards/dragonboard845c/qualcomm/firmware/RB3_firmware_20190529180356-v4.zip
adsp.mbn has been converted from 20-adsp_split/firmware/adsp.* using
https://github.com/andersson/pil-squasher
cdsp.mbn has been converted from 21-cdsp_split/firmware/cdsp.* using
https://github.com/andersson/pil-squasher
--------------------------------------------------------------------------
Driver: qcom_q6v5_mss - Qualcomm modem subsystem firmware
File: qcom/sdm845/mba.mbn
File: qcom/sdm845/modem.mbn
File: qcom/sdm845/modemuw.jsn
File: qcom/sdm845/wlanmdsp.mbn
Licence: Redistributable. See LICENSE.qcom and qcom/NOTICE.txt for details
Binary files supplied originally from
http://releases.linaro.org/96boards/dragonboard845c/qualcomm/firmware/RB3_firmware_20190529180356-v4.zip
modem.mbn has been converted from 28-modem/modem.* using
https://github.com/andersson/pil-squasher
--------------------------------------------------------------------------
Driver: mlxsw_spectrum - Mellanox Spectrum switch
File: mellanox/mlxsw_spectrum-13.1420.122.mfa2

Binary file not shown.

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": 74
},
"sr_service": [
{
"provider": "tms",
"service": "servreg",
"service_data_valid": 0,
"service_data": 0
}
]
}

View File

@ -0,0 +1,27 @@
{
"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
},
{
"provider": "avs",
"service": "audio",
"service_data_valid": 0,
"service_data": 0
}
]
}

Binary file not shown.

View File

@ -0,0 +1,21 @@
{
"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
}
]
}

BIN
qcom/sdm845/mba.mbn 100644

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,33 @@
{
"sr_version": {
"major": 1,
"minor": 1,
"patch": 1
},
"sr_domain": {
"soc": "msm",
"domain": "modem",
"subdomain": "wlan_pd",
"qmi_instance_id": 180
},
"sr_service": [
{
"provider": "kernel",
"service": "elf_loader",
"service_data_valid": 0,
"service_data": 0
},
{
"provider": "tms",
"service": "servreg",
"service_data_valid": 0,
"service_data": 0
},
{
"provider": "wlan",
"service": "fw",
"service_data_valid": 0,
"service_data": 0
}
]
}

Binary file not shown.