firmware-utils: mkmerakifw-old: Add le32 support
authorMatthew Hagan <mnhagan88@gmail.com>
Thu, 5 Aug 2021 22:24:40 +0000 (22:24 +0000)
committerRafał Miłecki <rafal@milecki.pl>
Tue, 31 Aug 2021 10:39:53 +0000 (12:39 +0200)
commit6f39649555efb1ce44a63e802322c68ebd26e92e
tree84e63d7860f2049bdc950ba7df485bea556c8c44
parentf55f1dbaad33a259e854bdad93d8adcef00a5629
firmware-utils: mkmerakifw-old: Add le32 support

mkmerakifw-old was created for the z1 which uses the AR9344 SoC with
be32 addressing. The MX64/MX65 devices use the same header style, however
these boards use a BCM NSP SoC with le32 addressing.

Since we may be booting initramfs images with this header, which may be
of any size, within reason, board->imagelen is set to 0. The kernel
image shoule be limited in the image Makefile.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
tools/firmware-utils/src/mkmerakifw-old.c