diff options
author | Hans de Goede | 2014-11-16 11:33:56 +0100 |
---|---|---|
committer | Hans de Goede | 2015-01-14 14:56:36 +0100 |
commit | b0f25b6f51ecbc6bdbbd399eedbe56ba4ac7b219 (patch) | |
tree | 234f809a65c9237eb80982a60d359bf309ecfea1 /board | |
parent | 7582e39eb0139e79c0f80d9d1862d3baa74dddcf (diff) |
sun6i: Add new CSQ_CS908 board
The CSQ CS908 is an A31s based top-set box, with 1G RAM, 8G NAND,
rtl8188etv usb wifi, 2 USB A receptacles (1 connected through the OTG
controller), ethernet, 3.5 mm jack with a/v out and hdmi out:
http://www.geekbuying.com/item/CS908-Allwinner-A31S-Quad-Core-1-2GHz-Android-4-4-Mini-TV-Box-HDMI-HDD-Player-1G-8G-WIFI-Miracast---Black-333395.html
Note it has no sdcard slot and therefore can only be fel booted.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'board')
-rw-r--r-- | board/sunxi/MAINTAINERS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index ca0300272e9..013d4851351 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -9,7 +9,6 @@ F: configs/Cubieboard_defconfig F: configs/Mele_A1000_defconfig F: configs/Mele_A1000G_defconfig F: configs/Mele_M3_defconfig -F: configs/Mele_M9_defconfig F: configs/Mini-X_defconfig F: configs/Mini-X-1Gb_defconfig F: include/configs/sun5i.h @@ -18,6 +17,9 @@ F: configs/A13-OLinuXino_defconfig F: configs/A13-OLinuXinoM_defconfig F: configs/Auxtek-T004_defconfig F: configs/r7-tv-dongle_defconfig +F: include/configs/sun6i.h +F: configs/CSQ_CS908_defconfig +F: configs/Mele_M9_defconfig F: include/configs/sun7i.h F: configs/A20-OLinuXino_MICRO_defconfig F: configs/Bananapi_defconfig |