]> git.ipfire.org Git - thirdparty/linux-firmware.git/commitdiff
qcom: Add SDM845 Audio DSP firmware
authorBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 20 Nov 2019 23:38:26 +0000 (15:38 -0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 21 Nov 2019 00:08:30 +0000 (16:08 -0800)
Add test signed firmware ADSP.HT.4.0-00554-SDM845-1 for the Qualcomm
SDM845 Audio DSP.

Used on the Dragonboard 845c/Robotics RB3 platform.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
WHENCE
qcom/sdm845/adsp.mbn [new file with mode: 0644]
qcom/sdm845/adspr.jsn [new file with mode: 0644]
qcom/sdm845/adspua.jsn [new file with mode: 0644]

diff --git a/WHENCE b/WHENCE
index b49ca98c5fdd05c1590d81b980fcab32bc4ec3e0..0dadfb8fe03a02475ee8b1aedb7770bd8b6ecc61 100644 (file)
--- a/WHENCE
+++ b/WHENCE
@@ -4565,6 +4565,22 @@ 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
+
+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
+
+--------------------------------------------------------------------------
+
 Driver: qcom_q6v5_mss - Qualcomm modem subsystem firmware
 
 File: qcom/sdm845/mba.mbn
diff --git a/qcom/sdm845/adsp.mbn b/qcom/sdm845/adsp.mbn
new file mode 100644 (file)
index 0000000..271da7f
Binary files /dev/null and b/qcom/sdm845/adsp.mbn differ
diff --git a/qcom/sdm845/adspr.jsn b/qcom/sdm845/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/sdm845/adspua.jsn b/qcom/sdm845/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