diff --git a/WHENCE b/WHENCE index d9792a6..8de3d9c 100644 --- a/WHENCE +++ b/WHENCE @@ -5757,6 +5757,12 @@ https://developer.qualcomm.com/hardware/dragonboard-410c/tools 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/adsp.mbn b/qcom/apq8096/adsp.mbn new file mode 100644 index 0000000..0eca44b Binary files /dev/null and b/qcom/apq8096/adsp.mbn differ diff --git a/qcom/apq8096/adspr.jsn b/qcom/apq8096/adspr.jsn new file mode 100644 index 0000000..6b349cf --- /dev/null +++ b/qcom/apq8096/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": 4 + }, + "sr_service": [ + { + "provider": "tms", + "service": "servreg", + "service_data_valid": 0, + "service_data": 0 + } + ] +} \ No newline at end of file diff --git a/qcom/apq8096/adspua.jsn b/qcom/apq8096/adspua.jsn new file mode 100644 index 0000000..0b531c0 --- /dev/null +++ b/qcom/apq8096/adspua.jsn @@ -0,0 +1,21 @@ +{ + "sr_version": { + "major": 1, + "minor": 1, + "patch": 1 + }, + "sr_domain": { + "soc": "msm", + "domain": "adsp", + "subdomain": "audio_pd", + "qmi_instance_id": 4 + }, + "sr_service": [ + { + "provider": "tms", + "service": "servreg", + "service_data_valid": 0, + "service_data": 0 + } + ] +} \ No newline at end of file diff --git a/qcom/apq8096/mba.mbn b/qcom/apq8096/mba.mbn new file mode 100644 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 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 index 0000000..9033279 --- /dev/null +++ b/qcom/apq8096/modemr.jsn @@ -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