mbox series

[v4,0/3] QCOM SCM Download mode support

Message ID 20170814224619.29256-1-bjorn.andersson@linaro.org
Headers show
Series QCOM SCM Download mode support | expand

Message

Bjorn Andersson Aug. 14, 2017, 10:46 p.m. UTC
This enables kernel developers to enable "download mode", a mechanism for
entering a debug state to "download" memory content following a unexpected
warm-restart; e.g. security violation by accessing a protected register.

Bjorn Andersson (3):
  firmware: qcom: scm: Expose secure IO service
  firmware: qcom: scm: Expose download-mode control
  arm64: dts: qcom: Specify dload address for msm8916 and msm8996

 .../devicetree/bindings/firmware/qcom,scm.txt      |  2 +
 arch/arm64/boot/dts/qcom/msm8916.dtsi              |  2 +
 arch/arm64/boot/dts/qcom/msm8996.dtsi              |  7 ++
 drivers/firmware/Kconfig                           | 11 +++
 drivers/firmware/qcom_scm-32.c                     | 24 ++++++
 drivers/firmware/qcom_scm-64.c                     | 44 +++++++++++
 drivers/firmware/qcom_scm.c                        | 87 ++++++++++++++++++++++
 drivers/firmware/qcom_scm.h                        |  8 ++
 include/linux/qcom_scm.h                           |  4 +
 9 files changed, 189 insertions(+)

-- 
2.12.0

--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html