All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add the download mode support for IPQ5332
@ 2023-01-30 17:01 Kathiravan T
  2023-01-30 17:01 ` [PATCH 1/3] dt-bindings: mfd: qcom,tcsr: add compatible " Kathiravan T
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Kathiravan T @ 2023-01-30 17:01 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, lee, robh+dt,
	krzysztof.kozlowski+dt, linux-arm-msm, devicetree, linux-kernel
  Cc: Kathiravan T

Enable the support for download mode to collect the RAM dumps if
system crashes, to perform the post mortem analysis.

During the bootup, bootloaders initialize the SMEM. However the bootup
after crash, SMEM will not be intialized again. If the memory for the
SMEM is not reserved, linux consumes that region, which leads to the
loss of SMEM data. So, during the next bootup after crash, bootloaders
will hang due to invalid data present in the SMEM region. Due to this,
added the SMEM support along with this series.

This series depends on the IPQ5332 baseport patches
https://lore.kernel.org/linux-arm-msm/20230130114702.20606-1-quic_kathirav@quicinc.com/T/#t

Kathiravan T (3):
  dt-bindings: mfd: qcom,tcsr: add compatible for IPQ5332
  arm64: dts: qcom: ipq5332: enable the download mode support
  arm64: dts: qcom: ipq5332: add SMEM support

 .../devicetree/bindings/mfd/qcom,tcsr.yaml    |  1 +
 arch/arm64/boot/dts/qcom/ipq5332.dtsi         | 20 +++++++++++++++++++
 2 files changed, 21 insertions(+)

-- 
2.17.1


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

end of thread, other threads:[~2023-02-09 15:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 17:01 [PATCH 0/3] Add the download mode support for IPQ5332 Kathiravan T
2023-01-30 17:01 ` [PATCH 1/3] dt-bindings: mfd: qcom,tcsr: add compatible " Kathiravan T
2023-01-31  9:24   ` Lee Jones
2023-01-30 17:01 ` [PATCH 2/3] arm64: dts: qcom: ipq5332: enable the download mode support Kathiravan T
2023-02-08 23:36   ` Bjorn Andersson
2023-02-09 15:04     ` Kathiravan T
2023-01-30 17:01 ` [PATCH 3/3] arm64: dts: qcom: ipq5332: add SMEM support Kathiravan T

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.