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-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html