[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CABTCjFCaOOJUOp-Cr+OifNTGFe7KUgoftLAhPzCQxuGACrsLmg@mail.gmail.com>
Date: Fri, 12 Sep 2025 21:07:13 +0300
From: Dzmitry Sankouski <dsankouski@...il.com>
To: Konrad Dybcio <konrad.dybcio@....qualcomm.com>
Cc: Bjorn Andersson <andersson@...nel.org>, Konrad Dybcio <konradybcio@...nel.org>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>,
linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] arm64: dts: qcom: sdm845-starqltechn: fix slpi
reserved mem
пт, 12 сент. 2025 г. в 1-3:58, Konrad Dybcio <konrad.dybcio@....qualcomm.com>:
>
> >
> > However, kernel refuses to boot firmware with 15MiB reserved region.
>
> Why so?
>
It fails with load firmware with:
```
[ 22.452709] qcom_q6v5_pas 5c00000.remoteproc: segment outside memory range
[ 22.453163] remoteproc remoteproc1: can't start rproc slpi: -22
```
I tried to debug print addresses, but those numbers didn't make sense for me.
I updated the commit message to be more clear.
> > Increase slpi reserved region to 16MiB.
>
> It would make sense, given the PIL reserved range is now almost
> contiguous (bar the hole between spss_mem and adsp_mem.. you might
> want to check that one out as well)
>
Actually there's no gap between spss_mem and adsp_mem, adsp starts from
0x97800000, while spss starts from 0x97700000 and occupies 0x100000, so
0x97700000 + 0x100000 = 0x97800000.
Also, I noticed, spss_mem is not referenced anywhere.
--
Best regards and thanks for review,
Dzmitry
Powered by blists - more mailing lists