summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2020-06-06 23:21:47 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2020-06-29 23:36:36 +0300
commitb8cecd0c15e6cd65fae62070a69c590360ab73ab (patch)
tree220dd23453843b92af089c4cc35a83bbfa13f9cb /Makefile
parent753a8922f8a34af43a14de1cdb4eec5ef82961ee (diff)
downloadu-boot-b8cecd0c15e6cd65fae62070a69c590360ab73ab.tar.xz
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e3c18d8c39..2a55a036b0 100644
--- a/Makefile
+++ b/Makefile
@@ -1733,6 +1733,12 @@ u-boot-mtk.bin: u-boot.bin FORCE
$(call if_changed,mkimage)
endif
+quiet_cmd_endian_swap = SWAP $@
+ cmd_endian_swap = $(srctree)/tools/endian-swap.py $< $@
+
+u-boot-swap.bin: u-boot.bin FORCE
+ $(call if_changed,endian_swap)
+
ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(ARCH)/Makefile.postlink)
# Rule to link u-boot