From mboxrd@z Thu Jan 1 00:00:00 1970 From: codekipper at gmail.com Date: Sat, 28 Feb 2015 15:00:35 +0100 Subject: [U-Boot] [PATCH] sun7i: Add support for the MK808C board Message-ID: <1425132035-12175-1-git-send-email-codekipper@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Marcus Cooper The MK808C is a Allwinner based Android TV dongle. It features a A20 SOC, 1G RAM, 8GB NAND, HDMI out, A/V out, 1 USB A, 1 USB mini OTG, Bluetooth and Wireless LAN. Signed-off-by: Marcus Cooper --- board/sunxi/MAINTAINERS | 5 +++++ configs/MK808C_defconfig | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 configs/MK808C_defconfig diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index 9a287d3..ead09c9 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -105,6 +105,11 @@ M: Ian Campbell S: Maintained F: configs/Mele_M5_defconfig +MK808C BOARD +M: Marcus Cooper +S: Maintained +F: configs/MK808C_defconfig + MSI-PRIMO73 BOARD M: Siarhei Siamashka S: Maintained diff --git a/configs/MK808C_defconfig b/configs/MK808C_defconfig new file mode 100644 index 0000000..9048b9e --- /dev/null +++ b/configs/MK808C_defconfig @@ -0,0 +1,9 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,USB_EHCI" +CONFIG_FDTFILE="sun7i-a20-mk808c.dtb" ++S:CONFIG_ARM=y ++S:CONFIG_ARCH_SUNXI=y ++S:CONFIG_MACH_SUN7I=y ++S:CONFIG_DRAM_CLK=384 ++S:CONFIG_DRAM_ZQ=127 ++S:CONFIG_DRAM_EMR1=4 -- 2.3.1