summaryrefslogtreecommitdiffstats
path: root/board/sunxi
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-09-30 16:12:39 +0200
committerHans de Goede <hdegoede@redhat.com>2014-10-24 09:35:37 +0200
commitf1fe97527a5301549133a5b0e25ac1fe0243e7a9 (patch)
treea6d5bd22bef7d82b35f4b63cda7aa9be4ba0b13d /board/sunxi
parenta3e8c22011e9b00e356c9f216ed886e524ca24c3 (diff)
downloadblackbird-obmc-uboot-f1fe97527a5301549133a5b0e25ac1fe0243e7a9.tar.gz
blackbird-obmc-uboot-f1fe97527a5301549133a5b0e25ac1fe0243e7a9.zip
sunxi: Add support for the Mele M3 board
The Mele M3 is yet another Allwinnner based Android top set box from Mele. It uses a housing similar to the A2000, but without the USM sata storage slot at the top. It features an A20 SoC, 1G RAM, 4G eMMC (unique for Allwinner devices), 100Mbit ethernet, HDMI out, 3 USB A receptacles, VGA, and A/V OUT connections. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'board/sunxi')
-rw-r--r--board/sunxi/MAINTAINERS1
-rw-r--r--board/sunxi/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
index 4ed82cf6e3..6c4226ed32 100644
--- a/board/sunxi/MAINTAINERS
+++ b/board/sunxi/MAINTAINERS
@@ -8,6 +8,7 @@ F: configs/ba10_tv_box_defconfig
F: configs/Cubieboard_defconfig
F: configs/Mele_A1000_defconfig
F: configs/Mele_A1000G_defconfig
+F: configs/Mele_M3_defconfig
F: configs/Mini-X_defconfig
F: configs/Mini-X-1Gb_defconfig
F: include/configs/sun5i.h
diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile
index d63a6d2c79..6a2e4c9d5b 100644
--- a/board/sunxi/Makefile
+++ b/board/sunxi/Makefile
@@ -28,6 +28,7 @@ obj-$(CONFIG_CUBIETRUCK) += dram_cubietruck.o
obj-$(CONFIG_I12_TVBOX) += dram_sun7i_384_1024_iow16.o
obj-$(CONFIG_MELE_A1000) += dram_sun4i_360_512.o
obj-$(CONFIG_MELE_A1000G) += dram_sun4i_360_1024_iow8.o
+obj-$(CONFIG_MELE_M3) += dram_sun7i_384_1024_iow16.o
obj-$(CONFIG_MINI_X) += dram_sun4i_360_512.o
obj-$(CONFIG_MINI_X_1GB) += dram_sun4i_360_1024_iow16.o
obj-$(CONFIG_PCDUINO3) += dram_linksprite_pcduino3.o
OpenPOWER on IntegriCloud