ipq40xx: meraki: define DTB load address
authorRobert Marko <robimarko@gmail.com>
Mon, 14 Aug 2023 11:50:47 +0000 (13:50 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 14 Aug 2023 17:29:25 +0000 (19:29 +0200)
commitf1c80445bd7e3b2f7fc3e4c8136402b30834d4e9
tree9ba573eaa29e6c2128182d7db5dc8337ae7838b0
parentbb4a25860f593790aaedc1b31dde33fbc519e7bf
ipq40xx: meraki: define DTB load address

It seems that the Meraki bootloader does not respect the kernel ARM booting
specification[1] that requires that address where DTB is located needs to
be 64-bit aligned and often places the DTB on a non 64-bit aligned address
and then kernel fails to find the DTB magic and fails to boot.
Even worse, there is no prints until early printk is enabled and then its
visible that kernel is trying to find the ATAG-s as DTB was not found or
is invalid.

Unifi 6 devices had the same issue and it can be solved by passing the
load adress as part of the FIT image.
It seems that the vendor was aware of the issue and is always relocating
the DTB to 0x89000000, so lets just do the same.

Now that booting is reliable, reenable default images for the Meraki MR33
and MR74 devices.

Reviewed-by: Lech Perczak lech.perczak@gmail.com
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ipq40xx/image/generic.mk