mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
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>
This commit is contained in:
parent
a3e8c22011
commit
f1fe97527a
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
5
configs/Mele_M3_defconfig
Normal file
5
configs/Mele_M3_defconfig
Normal file
|
@ -0,0 +1,5 @@
|
|||
CONFIG_SPL=y
|
||||
CONFIG_SYS_EXTRA_OPTIONS="MELE_M3,AXP209_POWER,SUNXI_GMAC,USB_EHCI"
|
||||
CONFIG_FDTFILE="sun7i-a20-m3.dtb"
|
||||
+S:CONFIG_ARM=y
|
||||
+S:CONFIG_TARGET_SUN7I=y
|
Loading…
Add table
Reference in a new issue