summaryrefslogtreecommitdiffstats
path: root/images/Makefile.mvebu
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-07-21 15:56:04 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-08-16 08:45:37 +0200
commitdbd47524f4f3facaf8269ae001c6d3efd76fea4b (patch)
tree7d1536d40d61d53a734c6ff40a77bc90418af32c /images/Makefile.mvebu
parentf8761636f23a989ae877b446866ef289420b10f4 (diff)
downloadbarebox-dbd47524f4f3facaf8269ae001c6d3efd76fea4b.tar.gz
barebox-dbd47524f4f3facaf8269ae001c6d3efd76fea4b.tar.xz
ARM: mvebu: introduce multi image support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images/Makefile.mvebu')
-rw-r--r--images/Makefile.mvebu26
1 files changed, 26 insertions, 0 deletions
diff --git a/images/Makefile.mvebu b/images/Makefile.mvebu
new file mode 100644
index 0000000000..fe92cc2f58
--- /dev/null
+++ b/images/Makefile.mvebu
@@ -0,0 +1,26 @@
+#
+# barebox image generation Makefile for Marvell mvebu
+#
+
+# %.kwbimg - convert into kwb image
+# ----------------------------------------------------------------
+$(obj)/%.kwbimg: $(obj)/% FORCE
+ $(call if_changed,kwb_image)
+$(obj)/%.kwbuartimg: $(obj)/% FORCE
+ $(call if_changed,kwb_image)
+
+board = $(srctree)/arch/$(ARCH)/boards
+
+# ----------------------- Dove 88AP510 based boards ---------------------------
+SOLIDRUN_CUBOX_KWBOPTS = -c -i $(board)/solidrun-cubox/kwbimage.cfg -d 0x1000000 -e 0x1000000
+pblx-$(CONFIG_MACH_SOLIDRUN_CUBOX) += start_solidrun_cubox
+OPTS_start_solidrun_cubox.pblx.kwbimg = $(SOLIDRUN_CUBOX_KWBOPTS)
+FILE_barebox-solidrun-cubox.img = start_solidrun_cubox.pblx.kwbimg
+image-$(CONFIG_MACH_SOLIDRUN_CUBOX) += barebox-solidrun-cubox.img
+
+OPTS_start_solidrun_cubox.pblx.kwbuartimg = -m uart $(SOLIDRUN_CUBOX_KWBOPTS)
+FILE_barebox-solidrun-cubox-uart.img = start_solidrun_cubox.pblx.kwbuartimg
+image-$(CONFIG_MACH_SOLIDRUN_CUBOX) += barebox-solidrun-cubox-uart.img
+
+FILE_barebox-solidrun-cubox-2nd.img = start_solidrun_cubox.pblx
+image-$(CONFIG_MACH_SOLIDRUN_CUBOX) += barebox-solidrun-cubox-2nd.img