]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Makefile
Makefile: add rule to generate u-boot-swap.bin
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 6 Jun 2020 20:21:47 +0000 (22:21 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 29 Jun 2020 20:36:36 +0000 (22:36 +0200)
commitb8cecd0c15e6cd65fae62070a69c590360ab73ab
tree220dd23453843b92af089c4cc35a83bbfa13f9cb
parent753a8922f8a34af43a14de1cdb4eec5ef82961ee
Makefile: add rule to generate u-boot-swap.bin

This rule generates an u-boot binary file where the byte endianness
is swapped. This will be used by the MIPS Malta Little-Endian variants
to be able to boot with Qemu. The Qemu Malta Machine expects the
firmware in Big-Endian order.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Makefile