]> git.proxmox.com Git - mirror_linux-firmware.git/commitdiff
qcom: Add SM8250 Audio DSP firmware
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fri, 22 Jan 2021 22:09:57 +0000 (01:09 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fri, 22 Jan 2021 22:09:57 +0000 (01:09 +0300)
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>
WHENCE
qcom/sm8250/adsp.mbn [new file with mode: 0644]
qcom/sm8250/adspr.jsn [new file with mode: 0644]
qcom/sm8250/adspua.jsn [new file with mode: 0644]

diff --git a/WHENCE b/WHENCE
index 80cf036970bac59d1f21a3a358f488d75940423b..b3b469ef5c5f3214dfb1f56db8783705a794ddfd 100644 (file)
--- 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 (file)
index 0000000..7c55a4c
Binary files /dev/null and b/qcom/sm8250/adsp.mbn differ
diff --git a/qcom/sm8250/adspr.jsn b/qcom/sm8250/adspr.jsn
new file mode 100644 (file)
index 0000000..0964c15
--- /dev/null
@@ -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 (file)
index 0000000..2d6824e
--- /dev/null
@@ -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