
21 Jan
2019
21 Jan
'19
11:42 a.m.
On 21.12.18 17:30, Heinrich Schuchardt wrote:
The memory area [0x4000000-0x4200000[ is occupied by the PSCI firmware. Any attempt to access it from U-Boot leads to an immediate crash.
So let's make the same memory reservation as the vendor device tree.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
cf. https://lkml.org/lkml/2018/12/21/253
v3 Move change from armada-8040-mcbin.dts to armada-ap806.dtsi. I only have a MACCHIATObin for testing. But in https://github.com/MarvellEmbeddedProcessors/linux-marvell it is done in the same way. v2 add missing right brace
arch/arm/dts/armada-ap806.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+)
Applied to u-boot-marvell/master
Thanks, Stefan