aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-lantiq/Makefile
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2016-06-24 15:09:58 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-24 15:09:58 +0200
commit1e9b6904a8148e8321da47bd840e895713d76cd7 (patch)
tree6bfe962d35ed1f0b02b8aef2968fd25801148a76 /package/boot/uboot-lantiq/Makefile
parent1ea639b8d081bf7ace93e1c4e130615d1684ad5e (diff)
downloadmaster-187ad058-1e9b6904a8148e8321da47bd840e895713d76cd7.tar.gz
master-187ad058-1e9b6904a8148e8321da47bd840e895713d76cd7.tar.bz2
master-187ad058-1e9b6904a8148e8321da47bd840e895713d76cd7.zip
uboot-lantiq: Add Arcadyan VGV7519 support
Based on a submission to the uboot-lantiq repo by Eddi De Pieri. Major cleanup and addition of brnboot second stage u-boot was done by me. The second stage brnboot u-boot is untested, since the brnboot prompt is secured by a still unknown password. But should work. The former ram values are replaced with the ram values extracted from the original brnboot. The old ones didn't worked with the ramboot image. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package/boot/uboot-lantiq/Makefile')
-rw-r--r--package/boot/uboot-lantiq/Makefile22
1 files changed, 21 insertions, 1 deletions
diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile
index 99b101f5f3..a004f562fb 100644
--- a/package/boot/uboot-lantiq/Makefile
+++ b/package/boot/uboot-lantiq/Makefile
@@ -295,6 +295,25 @@ define uboot/vgv7510kw22_ram
DEPS:=@TARGET_lantiq_xrx200_VGV7510KW22NOR||@TARGET_lantiq_xrx200_VGV7510KW22BRN
endef
+define uboot/vgv7519_brn
+ TITLE:=U-Boot for Arcadyan VGV7519 (BRN)
+ SOC:=vr9
+ DEPS:=@TARGET_lantiq_xrx200_VGV7519NOR||@TARGET_lantiq_xrx200_VGV7519BRN
+endef
+
+define uboot/vgv7519_nor
+ TITLE:=U-Boot for Arcadyan VGV7519 (NOR)
+ SOC:=vr9
+ DEPS:=@TARGET_lantiq_xrx200_VGV7519NOR||@TARGET_lantiq_xrx200_VGV7519BRN
+endef
+
+define uboot/vgv7519_ram
+ TITLE:=U-Boot for Arcadyan VGV7519 (RAM)
+ SOC:=vr9
+ DDR_SETTINGS:=board/arcadyan/vgv7519/ddr_settings.h
+ DEPS:=@TARGET_lantiq_xrx200_VGV7519NOR||@TARGET_lantiq_xrx200_VGV7519BRN
+endef
+
UBOOTS:= \
arv4519pw_ram arv4519pw_nor arv4519pw_brn \
arv7510pw_ram arv7510pw_nor arv7510pw_brn \
@@ -309,7 +328,8 @@ UBOOTS:= \
easy80920_ram easy80920_nor easy80920_norspl easy80920_sfspl \
fb3370_eva fb3370_ram fb3370_sfspl \
p2812hnufx_ram p2812hnufx_nandspl \
- vgv7510kw22_brn vgv7510kw22_nor vgv7510kw22_ram
+ vgv7510kw22_brn vgv7510kw22_nor vgv7510kw22_ram \
+ vgv7519_brn vgv7519_nor vgv7519_ram
define Package/uboot/template
define Package/uboot-lantiq-$(1)