linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] QCOM SCM Download mode support
@ 2017-08-09 20:10 Bjorn Andersson
  2017-08-09 20:10 ` [PATCH v3 1/3] firmware: qcom: scm: Expose secure IO service Bjorn Andersson
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Bjorn Andersson @ 2017-08-09 20:10 UTC (permalink / raw)
  To: Andy Gross, David Brown
  Cc: Rob Herring, Mark Rutland, Stephen Boyd, linux-kernel,
	linux-arm-msm, linux-soc

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                        | 81 ++++++++++++++++++++++
 drivers/firmware/qcom_scm.h                        |  8 +++
 include/linux/qcom_scm.h                           |  4 ++
 9 files changed, 183 insertions(+)

-- 
2.12.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-08-14 21:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-09 20:10 [PATCH v3 0/3] QCOM SCM Download mode support Bjorn Andersson
2017-08-09 20:10 ` [PATCH v3 1/3] firmware: qcom: scm: Expose secure IO service Bjorn Andersson
2017-08-09 20:10 ` [PATCH v3 2/3] firmware: qcom: scm: Expose download-mode control Bjorn Andersson
2017-08-10 23:48   ` Stephen Boyd
2017-08-09 20:10 ` [PATCH v3 3/3] arm64: dts: qcom: Specify dload address for msm8916 and msm8996 Bjorn Andersson
2017-08-09 21:50   ` Stephen Boyd
2017-08-14 21:58     ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).