[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200310063338.3344582-1-bjorn.andersson@linaro.org>
Date: Mon, 9 Mar 2020 23:33:33 -0700
From: Bjorn Andersson <bjorn.andersson@...aro.org>
To: Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Ohad Ben-Cohen <ohad@...ery.com>,
Rob Herring <robh+dt@...nel.org>
Cc: linux-arm-msm@...r.kernel.org, linux-remoteproc@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Mathieu Poirier <mathieu.poirier@...aro.org>,
Stephen Boyd <swboyd@...omium.org>
Subject: [PATCH v4 0/5] remoteproc: qcom: PIL info support
Introduce support for filling out the relocation information in IMEM, to aid
post mortem debug tools to locate the various remoteprocs.
Bjorn Andersson (5):
dt-bindings: remoteproc: Add Qualcomm PIL info binding
remoteproc: qcom: Introduce driver to store pil info in IMEM
remoteproc: qcom: Update PIL relocation info on load
arm64: dts: qcom: qcs404: Add IMEM and PIL info region
arm64: dts: qcom: sdm845: Add IMEM and PIL info region
.../bindings/remoteproc/qcom,pil-info.yaml | 44 +++++
arch/arm64/boot/dts/qcom/qcs404.dtsi | 15 ++
arch/arm64/boot/dts/qcom/sdm845.dtsi | 15 ++
drivers/remoteproc/Kconfig | 6 +
drivers/remoteproc/Makefile | 1 +
drivers/remoteproc/qcom_pil_info.c | 180 ++++++++++++++++++
drivers/remoteproc/qcom_pil_info.h | 8 +
drivers/remoteproc/qcom_q6v5_adsp.c | 20 +-
drivers/remoteproc/qcom_q6v5_mss.c | 7 +
drivers/remoteproc/qcom_q6v5_pas.c | 19 +-
drivers/remoteproc/qcom_q6v5_wcss.c | 14 +-
drivers/remoteproc/qcom_wcnss.c | 18 +-
12 files changed, 335 insertions(+), 12 deletions(-)
create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,pil-info.yaml
create mode 100644 drivers/remoteproc/qcom_pil_info.c
create mode 100644 drivers/remoteproc/qcom_pil_info.h
--
2.24.0
Powered by blists - more mailing lists