aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2021-01-23 01:09:57 +0300
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>2021-01-23 01:09:57 +0300
commite55248b5f03fc88a9d3dcaf6161c9c3100caeb7a (patch)
tree240d91724da1326ce03681859b99a4dcc0423724
parentda74cc6f0768bc8339139d54ad0582b272c1bf9d (diff)
downloadlinux-firmware-e55248b5f03fc88a9d3dcaf6161c9c3100caeb7a.tar.gz
qcom: Add SM8250 Audio DSP firmware
Add test signed firmware ADSP.HT.5.3.c2-00055-SM8250-2 for the Qualcomm SDM8250 Audio DSP. Used on the Robotics RB5 platform. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-rw-r--r--WHENCE4
-rw-r--r--qcom/sm8250/adsp.mbnbin0 -> 15515796 bytes
-rw-r--r--qcom/sm8250/adspr.jsn21
-rw-r--r--qcom/sm8250/adspua.jsn27
4 files changed, 52 insertions, 0 deletions
diff --git a/WHENCE b/WHENCE
index 80cf0369..b3b469ef 100644
--- a/WHENCE
+++ b/WHENCE
@@ -5087,11 +5087,15 @@ File: qcom/sdm845/adspr.jsn
File: qcom/sdm845/adspua.jsn
File: qcom/sdm845/cdsp.mbn
File: qcom/sdm845/cdspr.jsn
+File: qcom/sm8250/adsp.mbn
+File: qcom/sm8250/adspr.jsn
+File: qcom/sm8250/adspua.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
+http://releases.linaro.org/96boards/rb5/qualcomm/firmware/RB5_firmware_20210118133815-v2.zip
adsp.mbn has been converted from 20-adsp_split/firmware/adsp.* using
https://github.com/andersson/pil-squasher
diff --git a/qcom/sm8250/adsp.mbn b/qcom/sm8250/adsp.mbn
new file mode 100644
index 00000000..7c55a4c7
--- /dev/null
+++ b/qcom/sm8250/adsp.mbn
Binary files differ
diff --git a/qcom/sm8250/adspr.jsn b/qcom/sm8250/adspr.jsn
new file mode 100644
index 00000000..0964c15a
--- /dev/null
+++ b/qcom/sm8250/adspr.jsn
@@ -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
+ }
+ ]
+} \ No newline at end of file
diff --git a/qcom/sm8250/adspua.jsn b/qcom/sm8250/adspua.jsn
new file mode 100644
index 00000000..2d6824e8
--- /dev/null
+++ b/qcom/sm8250/adspua.jsn
@@ -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
+ }
+ ]
+} \ No newline at end of file