Re: (subset) [PATCH v4 0/6] arm64: dts: qcom: qcs615: enable remoteprocs - ADSP and CDSP

2025-06-17 Thread Bjorn Andersson


On Mon, 26 May 2025 13:21:46 +0800, Lijuan Gao wrote:
> Enable the remote processor PAS loader for QCS615 ADSP and CDSP
> processors. This allows different platforms/architectures to control
> (power on, load firmware, power off) those remote processors while
> abstracting the hardware differences. Additionally, and add a PIL region
> in IMEM so that post mortem debug tools can collect ramdumps.
> 
> 
> [...]

Applied, thanks!

[3/6] arm64: dts: qcom: qcs615: Add mproc node for SEMP2P
  commit: bf2a6a7765412dbf487eb478b00783868c32a348
[4/6] arm64: dts: qcom: qcs615: Add IMEM and PIL info region
  commit: a129ca1a9413d5ad605a7bbcdc50e01a3e772580
[5/6] arm64: dts: qcom: qcs615: add ADSP and CDSP nodes
  commit: 18b011d4569da5f39d5003ab23bda0e7e23af6bf
[6/6] arm64: dts: qcom: qcs615-ride: enable remoteprocs
  commit: 47d59463bd885f9c8cb6f2ded8be67fa89d98726

Best regards,
-- 
Bjorn Andersson 



Re: (subset) [PATCH v4 0/6] arm64: dts: qcom: qcs615: enable remoteprocs - ADSP and CDSP

2025-06-17 Thread Bjorn Andersson


On Mon, 26 May 2025 13:21:46 +0800, Lijuan Gao wrote:
> Enable the remote processor PAS loader for QCS615 ADSP and CDSP
> processors. This allows different platforms/architectures to control
> (power on, load firmware, power off) those remote processors while
> abstracting the hardware differences. Additionally, and add a PIL region
> in IMEM so that post mortem debug tools can collect ramdumps.
> 
> 
> [...]

Applied, thanks!

[2/6] dt-bindings: soc: qcom: add qcom,qcs615-imem compatible
  commit: b0123a8aa9dda9c89f0fe7d30a87c03fcddfc505

Best regards,
-- 
Bjorn Andersson 



[PATCH v4 0/6] arm64: dts: qcom: qcs615: enable remoteprocs - ADSP and CDSP

2025-05-26 Thread Lijuan Gao
Enable the remote processor PAS loader for QCS615 ADSP and CDSP
processors. This allows different platforms/architectures to control
(power on, load firmware, power off) those remote processors while
abstracting the hardware differences. Additionally, and add a PIL region
in IMEM so that post mortem debug tools can collect ramdumps.

Signed-off-by: Lijuan Gao 
---
Changes in v4:
- Updated the address within the SRAM node name.
- Collected Reviewed-by: tag.
- Link to v3: 
https://lore.kernel.org/r/20250516-add_qcs615_remoteproc_support-v3-0-ad12ceeaf...@quicinc.com

Changes in v3:
- Updated base-commit to tag: next-20250515.
- Collected Reviewed-by: tag.
- Added a comment for SLPI 26 in the smp2p-adsp node.
- Updated the IMEM address to the starting address of the IMEM layout,
  and also update the offset address of pil-reloc.
- Link to v2: 
https://lore.kernel.org/r/20250507-add_qcs615_remoteproc_support-v2-0-52ac6cb43...@quicinc.com

Changes in v2:
- Removed the qcom prefix from smp2p node name.
- Removed the unnecessary property qcom,ipc from smp2p node.
- Removed the unused node apcs: syscon.
- Removed the unused nodes from smp2p node, such as
  sleepstate_smp2p_out/in, smp2p_rdbg2_out/in, smp2p_rdbg5_out/in.
- Updated the commit message for IMEM PIL info region.
- Updated the remoteproc node names.
- Corrected the size of register for remoteproc nodes.
- Added empty line before status properties.
- Link to v1: 
https://lore.kernel.org/r/20250423-add_qcs615_remoteproc_support-v1-0-a94fe8799...@quicinc.com

---
Kyle Deng (1):
  arm64: dts: qcom: qcs615: Add mproc node for SEMP2P

Lijuan Gao (5):
  dt-bindings: remoteproc: qcom,sm8150-pas: Document QCS615 remoteproc
  dt-bindings: soc: qcom: add qcom,qcs615-imem compatible
  arm64: dts: qcom: qcs615: Add IMEM and PIL info region
  arm64: dts: qcom: qcs615: add ADSP and CDSP nodes
  arm64: dts: qcom: qcs615-ride: enable remoteprocs

 .../bindings/remoteproc/qcom,sm8150-pas.yaml   |  65 ++
 .../devicetree/bindings/sram/qcom,imem.yaml|   1 +
 arch/arm64/boot/dts/qcom/qcs615-ride.dts   |  12 ++
 arch/arm64/boot/dts/qcom/qcs615.dtsi   | 144 +
 4 files changed, 195 insertions(+), 27 deletions(-)
---
base-commit: 176e917e010cb7dcc605f11d2bc33f304292482b
change-id: 20250526-add_qcs615_remoteproc_support-25b331e2d126

Best regards,
-- 
Lijuan Gao