diff --git a/WHENCE b/WHENCE index 80cf036..b3b469e 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 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 index 0000000..0964c15 --- /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 0000000..2d6824e --- /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