arm: mvebu: turris_mox: Add support for distroboot $fdt_addr
authorPali Rohár <pali@kernel.org>
Mon, 29 Aug 2022 13:44:48 +0000 (15:44 +0200)
committerStefan Roese <sr@denx.de>
Tue, 13 Sep 2022 04:38:08 +0000 (06:38 +0200)
commit64c422b14fbe22d0424c53c043f3e5c6183f05ef
tree25636638413bf967817fca796152a05e41dccdb0
parent109dde049740fe17a461471d7ff54a64fc58aab9
arm: mvebu: turris_mox: Add support for distroboot $fdt_addr

$fdt_addr is mandatory for systems which provides DTB in HW (e.g. ROM) and
wishes to pass that DTB to Linux.

Turris Mox contains DTB binary in SPI NOR memory at "dtb" partition which
starts at offset 0x7f0000 and is 0x10000 bytes long.

Armada 3700 CPU does not allow mapping SPI NOR memory into physical address
space like on other architectures and therefore set $fdt_addr variable to
memory range in RAM and loads this DTB binary from SPI NOR in misc_init_r()
function.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
board/CZ.NIC/turris_mox/turris_mox.c
include/configs/turris_mox.h