aboutsummaryrefslogtreecommitdiffstats
path: root/package/firmware/layerscape/rcw/patches/0001-makefile-generate-byte_swap-rcw-for-ls1046ardb.patch
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@nxp.com>2017-10-16 09:52:32 +0800
committerJohn Crispin <john@phrozen.org>2017-11-10 23:00:47 +0100
commit85e0d259d242c8918255497edad2c87e8c903ac8 (patch)
tree4ac79f1a79f99ad2f73284b0abad7ac8e9742524 /package/firmware/layerscape/rcw/patches/0001-makefile-generate-byte_swap-rcw-for-ls1046ardb.patch
parent4e209e07f780211e1b5f1a4b16980481f167227f (diff)
downloadupstream-85e0d259d242c8918255497edad2c87e8c903ac8.tar.gz
upstream-85e0d259d242c8918255497edad2c87e8c903ac8.tar.bz2
upstream-85e0d259d242c8918255497edad2c87e8c903ac8.zip
layerscape: move fman/rcw/ppfe packages to layerscape/
This patch is to create a layerscape directory for all firmware packages of layerscape. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'package/firmware/layerscape/rcw/patches/0001-makefile-generate-byte_swap-rcw-for-ls1046ardb.patch')
-rw-r--r--package/firmware/layerscape/rcw/patches/0001-makefile-generate-byte_swap-rcw-for-ls1046ardb.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/package/firmware/layerscape/rcw/patches/0001-makefile-generate-byte_swap-rcw-for-ls1046ardb.patch b/package/firmware/layerscape/rcw/patches/0001-makefile-generate-byte_swap-rcw-for-ls1046ardb.patch
new file mode 100644
index 0000000000..1eac881899
--- /dev/null
+++ b/package/firmware/layerscape/rcw/patches/0001-makefile-generate-byte_swap-rcw-for-ls1046ardb.patch
@@ -0,0 +1,26 @@
+From 6836519a638a0c30ef3d2137c248a1a9f1befbc4 Mon Sep 17 00:00:00 2001
+From: Yangbo Lu <yangbo.lu@nxp.com>
+Date: Tue, 4 Jul 2017 20:25:40 +0800
+Subject: [PATCH] makefile: generate byte_swap rcw for ls1046ardb
+
+Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
+---
+ Makefile | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/Makefile b/Makefile
+index fb55c8b..ab1b573 100644
+--- a/Makefile
++++ b/Makefile
+@@ -11,6 +11,8 @@ all install clean:
+ @for board in $(BOARDS); do \
+ $(MAKE) -C $$board $@ DESTDIR=$(DESTDIR)/$$board; \
+ done
++ tclsh ./tools/byte_swap.tcl ls1046ardb/RR_FFSSPPPH_1133_5559/rcw_1800_qspiboot.bin \
++ ls1046ardb/RR_FFSSPPPH_1133_5559/rcw_1800_qspiboot_swap.bin 8
+
+ release: $(foreach board,$(BOARDS),rcw-$(board)-$(VER).tar.gz)
+
+--
+2.7.4
+