commit | f7fb731573fed93f1b2f98dd13a86aa06ee33cb0 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Jun 06 22:21:47 2020 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Mon Jun 29 22:36:36 2020 +0200 |
tree | 220dd23453843b92af089c4cc35a83bbfa13f9cb | |
parent | a1abae7fa184a75112d65ce415d9e40f73841767 [diff] |
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>