arm64: dts: qcom: ipq9574: add few more reserved memory region
authorAnusha Rao <quic_anusha@quicinc.com>
Fri, 2 Jun 2023 08:44:31 +0000 (14:14 +0530)
committerBjorn Andersson <andersson@kernel.org>
Tue, 13 Jun 2023 21:26:52 +0000 (14:26 -0700)
commitf684391e3d323bbdc832569dc685d1289c58d081
tree53356d3414982b23ace896d1411c34e59583b799
parent5aa5dbc254be19b7011cb1f9d3cb7e241d5fc986
arm64: dts: qcom: ipq9574: add few more reserved memory region

In IPQ SoCs, bootloader will collect the system RAM contents upon crash
for post-morterm analysis. If we don't reserve the memory region used
by bootloader, obviously linux will consume it and upon next boot on
crash, bootloader will be loaded in the same region, which will lead to
loss of some data, sometimes we may miss out critical information.
So lets reserve the region used by the bootloader.

Similarly SBL copies some data into the reserved region and it will be
used in the crash scenario. So reserve 1MB for SBL as well.

While at it, drop the size padding in the reserved memory region,
wherever applicable

Signed-off-by: Anusha Rao <quic_anusha@quicinc.com>
Reviewed-by: Kathiravan T <quic_kathirav@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230602084431.19134-1-quic_anusha@quicinc.com
arch/arm64/boot/dts/qcom/ipq9574.dtsi