From df3e0b580644bd8434a690802e3c5c18a6e38098 Mon Sep 17 00:00:00 2001 From: Nishant Sharma Date: Wed, 24 Oct 2018 19:53:20 +0530 Subject: ramips: add support for UniElec U7621-06-512M-64M variant Add support for UniElec U7621-06 variant with 512MB RAM and 64MB flash. Additional specs are below: CPU: MT7621 (880Mhz) Bootloader: Ralink U-Boot Flash: 64MB - U-Boot identifies as Macronix MX66L51235F - kernel identifies as MX66L51235l (65536 Kbytes) RAM: 512MB Rest of the details as per commit 46ab81e405d2 ("ramips add support for UniElec U7621-06") Signed-off-by: Nishant Sharma [use generic board detection, add firmware partition compatible, extend firmware partition to use all of the remaining flash space, add a maximum image size matching the firmware partition size] Signed-off-by: Mathias Kresin --- target/linux/ramips/image/mt7621.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/ramips/image/mt7621.mk') diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index e6059e6977..47ff85f241 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -395,6 +395,14 @@ define Device/unielec_u7621-06-256m-16m endef TARGET_DEVICES += unielec_u7621-06-256m-16m +define Device/unielec_u7621-06-512m-64m + DTS := U7621-06-512M-64M + IMAGE_SIZE := 65216k + DEVICE_TITLE := UniElec U7621-06 (512M RAM/64M flash) + DEVICE_PACKAGES := kmod-ata-core kmod-ata-ahci kmod-sdhci-mt7620 kmod-usb3 +endef +TARGET_DEVICES += unielec_u7621-06-512m-64m + define Device/vr500 DTS := VR500 IMAGE_SIZE := 66453504 -- cgit v1.2.3