qcom: sm8250: add RB5 sensors DSP firmware
Add the firmware for the sensors DSP found on Qualcomm SM8250 platform. Unlike the rest of DSP firmware, this particular firmware is device-specific. This firmware was published for the Thundercomm RB5 kit aka Qualcomm Robotics RB5 platform. - SLPI.HY.3.1-00032-SM8250AZL-1 Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
parent
adeabfda61
commit
bb3d5bc99f
3
WHENCE
3
WHENCE
|
@ -5648,6 +5648,9 @@ RawFile: qcom/sm8250/adspr.jsn
|
||||||
RawFile: qcom/sm8250/adspua.jsn
|
RawFile: qcom/sm8250/adspua.jsn
|
||||||
File: qcom/sm8250/cdsp.mbn
|
File: qcom/sm8250/cdsp.mbn
|
||||||
RawFile: qcom/sm8250/cdspr.jsn
|
RawFile: qcom/sm8250/cdspr.jsn
|
||||||
|
File: qcom/sm8250/Thundercomm/RB5/slpi.mbn
|
||||||
|
RawFile: qcom/sm8250/Thundercomm/RB5/slpir.jsn
|
||||||
|
RawFile: qcom/sm8250/Thundercomm/RB5/slpius.jsn
|
||||||
RawFile: qcom/sc8280xp/LENOVO/21BX/adspr.jsn
|
RawFile: qcom/sc8280xp/LENOVO/21BX/adspr.jsn
|
||||||
RawFile: qcom/sc8280xp/LENOVO/21BX/adspua.jsn
|
RawFile: qcom/sc8280xp/LENOVO/21BX/adspua.jsn
|
||||||
RawFile: qcom/sc8280xp/LENOVO/21BX/battmgr.jsn
|
RawFile: qcom/sc8280xp/LENOVO/21BX/battmgr.jsn
|
||||||
|
|
Binary file not shown.
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"sr_version": {
|
||||||
|
"major": 1,
|
||||||
|
"minor": 1,
|
||||||
|
"patch": 1
|
||||||
|
},
|
||||||
|
"sr_domain": {
|
||||||
|
"soc": "msm",
|
||||||
|
"domain": "slpi",
|
||||||
|
"subdomain": "root_pd",
|
||||||
|
"qmi_instance_id": 90
|
||||||
|
},
|
||||||
|
"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": "slpi",
|
||||||
|
"subdomain": "sensor_pd",
|
||||||
|
"qmi_instance_id": 90
|
||||||
|
},
|
||||||
|
"sr_service": [
|
||||||
|
{
|
||||||
|
"provider": "tms",
|
||||||
|
"service": "servreg",
|
||||||
|
"service_data_valid": 0,
|
||||||
|
"service_data": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue