[U-Boot] [PATCH] sun7i: Add support for the MK808C board

Hans de Goede hdegoede at redhat.com
Mon Mar 2 13:47:36 CET 2015


Hi,

On 28-02-15 15:00, codekipper at gmail.com wrote:
> From: Marcus Cooper <codekipper at gmail.com>
>
> 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 <codekipper at gmail.com>

Thanks, I've queued up the support for both boards
in u-boot-sunxi/next for merging upstream.

Regards,

Hans

> ---
>   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 <ijc at hellion.org.uk>
>   S:	Maintained
>   F:	configs/Mele_M5_defconfig
>
> +MK808C BOARD
> +M:	Marcus Cooper <codekipper at gmail.com>
> +S:	Maintained
> +F:	configs/MK808C_defconfig
> +
>   MSI-PRIMO73 BOARD
>   M:	Siarhei Siamashka <siarhei.siamashka at gmail.com>
>   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
>


More information about the U-Boot mailing list