]> granicus.if.org Git - linux-firmware/commitdiff
qcom: apq8096: add modem firmware
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Wed, 13 Apr 2022 11:42:21 +0000 (14:42 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Wed, 13 Apr 2022 23:34:16 +0000 (02:34 +0300)
Add the modem DSP firmware for the Qualcomm APQ8096 boards. The files
come from the redistributable linux-board-support-package-r01700.1.zip
for the Dragonboard 820c. The file modem.mbn was generated from
segment files using the pil-squasher tool.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
WHENCE
qcom/apq8096/mba.mbn [new file with mode: 0644]
qcom/apq8096/modem.mbn [new file with mode: 0644]
qcom/apq8096/modemr.jsn [new file with mode: 0644]

diff --git a/WHENCE b/WHENCE
index eb4d5a5efc2338f814bfa2b306ab3b7397efc057..8de3d9c6d1475591a0e190c865b1a7ffdd9fe291 100644 (file)
--- a/WHENCE
+++ b/WHENCE
@@ -5760,6 +5760,9 @@ Driver: qcom_q6v5_pas - Qualcomm remoteproc firmware
 File: qcom/apq8096/adsp.mbn
 File: qcom/apq8096/adspr.jsn
 File: qcom/apq8096/adspua.jsn
+File: qcom/apq8096/mba.mbn
+File: qcom/apq8096/modem.mbn
+File: qcom/apq8096/modemr.jsn
 File: qcom/sdm845/adsp.mbn
 File: qcom/sdm845/adspr.jsn
 File: qcom/sdm845/adspua.jsn
diff --git a/qcom/apq8096/mba.mbn b/qcom/apq8096/mba.mbn
new file mode 100644 (file)
index 0000000..771d89c
Binary files /dev/null and b/qcom/apq8096/mba.mbn differ
diff --git a/qcom/apq8096/modem.mbn b/qcom/apq8096/modem.mbn
new file mode 100644 (file)
index 0000000..134c7ce
Binary files /dev/null and b/qcom/apq8096/modem.mbn differ
diff --git a/qcom/apq8096/modemr.jsn b/qcom/apq8096/modemr.jsn
new file mode 100644 (file)
index 0000000..9033279
--- /dev/null
@@ -0,0 +1,21 @@
+{
+    "sr_version": {
+        "major": 1,
+        "minor": 1,
+        "patch": 1
+    },
+    "sr_domain": {
+        "soc": "msm",
+        "domain": "modem",
+        "subdomain": "root_pd",
+        "qmi_instance_id": 100
+    },
+    "sr_service": [
+        {
+            "provider": "tms",
+            "service": "servreg",
+            "service_data_valid": 0,
+            "service_data": 0
+        }
+    ]
+}
\ No newline at end of file