summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorUwe Kleine-König <uwe@kleine-koenig.org>2016-01-20 08:47:22 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-01-22 08:43:19 +0100
commita03a3915d9e76372dd24a6f3c01eb3b5efb940ac (patch)
tree316081ad6e15710fb5fdbf43b796d2f37415f250 /images
parent3fb06055420584389a1aef169e97dc2838e7d6d1 (diff)
downloadbarebox-a03a3915d9e76372dd24a6f3c01eb3b5efb940ac.tar.gz
barebox-a03a3915d9e76372dd24a6f3c01eb3b5efb940ac.tar.xz
Add initial support for Netgear ReadyNAS 104
Currently only second stage booting from the vendor U-Boot is tested. I don't want to flash barebox into NAND yet because UART-booting for recovery doesn't work for me. Working so far are: - UART - networking - nand flash Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.mvebu11
1 files changed, 11 insertions, 0 deletions
diff --git a/images/Makefile.mvebu b/images/Makefile.mvebu
index 0325f99615..195f48d470 100644
--- a/images/Makefile.mvebu
+++ b/images/Makefile.mvebu
@@ -23,6 +23,17 @@ image-$(CONFIG_MACH_GLOBALSCALE_MIRABOX) += barebox-globalscale-mirabox.img
image-$(CONFIG_MACH_GLOBALSCALE_MIRABOX) += barebox-globalscale-mirabox-uart.img
image-$(CONFIG_MACH_GLOBALSCALE_MIRABOX) += barebox-globalscale-mirabox-2nd.img
+NETGEAR_RN104_KWBOPTS = ${KWBOPTS} -i $(board)/netgear-rn104/kwbimage.cfg
+OPTS_start_netgear_rn104.pblx.kwbimg = $(NETGEAR_RN104_KWBOPTS)
+OPTS_start_netgear_rn104.pblx.kwbuartimg = -m uart $(NETGEAR_RN104_KWBOPTS)
+FILE_barebox-netgear-rn104.img = start_netgear_rn104.pblx.kwbimg
+FILE_barebox-netgear-rn104-uart.img = start_netgear_rn104.pblx.kwbuartimg
+FILE_barebox-netgear-rn104-2nd.img = start_netgear_rn104.pblx
+pblx-$(CONFIG_MACH_NETGEAR_RN104) += start_netgear_rn104
+image-$(CONFIG_MACH_NETGEAR_RN104) += barebox-netgear-rn104.img
+image-$(CONFIG_MACH_NETGEAR_RN104) += barebox-netgear-rn104-uart.img
+image-$(CONFIG_MACH_NETGEAR_RN104) += barebox-netgear-rn104-2nd.img
+
# ----------------------- Armada XP based boards ---------------------------
LENOVO_IX4_300D_KWBOPTS = ${KWBOPTS} -i $(board)/lenovo-ix4-300d/kwbimage.cfg
OPTS_start_lenovo_ix4_300d.pblx.kwbimg = $(LENOVO_IX4_300D_KWBOPTS)