summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/base-files
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-02-11 02:07:47 +0000
committerLuka Perkov <luka@openwrt.org>2014-02-11 02:07:47 +0000
commit26e8e630effa77109d16c58cf0ee9a1f08d4e48a (patch)
tree8b0d267bb5f0e29d0d1d6c1064e6f47dd72c98fa /target/linux/mvebu/base-files
parent353b4a98dba16e4ec4de8b12ae962cc3617e1026 (diff)
downloadmaster-31e0f0ae-26e8e630effa77109d16c58cf0ee9a1f08d4e48a.tar.gz
master-31e0f0ae-26e8e630effa77109d16c58cf0ee9a1f08d4e48a.tar.bz2
master-31e0f0ae-26e8e630effa77109d16c58cf0ee9a1f08d4e48a.zip
mvebu: add support for the Armada XP GP board (DB-MV784MP-GP)
This Armada XP GP board from Marvell comes with: * 2GB DDR3 DIMM * 1GB NAND flash (8-bit interface) * 16MB NOR flash (16-bot interrface) * 16MB SPI flash * SDIO module * 3 PCIe * 1 SATA link * 2 USB EHCI * 1 internal SSD * 4 Ethernet Gigabit * 1 RS232 port over USB Signed-off-by: Seif Mazareeb <seif.mazareeb@gmail.com> SVN-Revision: 39568
Diffstat (limited to 'target/linux/mvebu/base-files')
-rw-r--r--target/linux/mvebu/base-files/lib/mvebu.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/mvebu/base-files/lib/mvebu.sh b/target/linux/mvebu/base-files/lib/mvebu.sh
index 727b6b586a..5bc35ef328 100644
--- a/target/linux/mvebu/base-files/lib/mvebu.sh
+++ b/target/linux/mvebu/base-files/lib/mvebu.sh
@@ -28,6 +28,9 @@ mvebu_board_detect() {
*"PlatHome OpenBlocks AX3-4 board")
name="openblocks-ax3-4"
;;
+ *"Marvell Armada XP GP Board")
+ name="armada-xp-gp"
+ ;;
esac
[ -z "$name" ] && name="unknown"