14 Jan, 2015

4 commits

  • This patch uses the same ZQ and DRAM clock settings as in the
    pre-installed Android firmware.

    Signed-off-by: Siarhei Siamashka
    Acked-by: Hans de Goede
    Signed-off-by: Hans de Goede

    Siarhei Siamashka
     
  • We need separate defconfigs for the v5 and v1.2 versions of this board, as
    they use different DRAM parameters.

    Note they also use different dtb files, as the wifi is different too.

    Signed-off-by: Hans de Goede
    Acked-by: Ian Campbell

    Hans de Goede
     
  • The Merrii Hummingbird A31 is a A31 based development board with 1G
    RAM, 8G NAND, AP6210 WiFi+BT, gigabit ethernet, USB OTG, 2 USB 2.0
    ports connected to a USB hub chip, HDMI, VGA, TV and stereo in/out.

    Signed-off-by: Chen-Yu Tsai
    Acked-by: Hans de Goede
    Signed-off-by: Hans de Goede

    Chen-Yu Tsai
     
  • 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
    Acked-by: Ian Campbell

    Hans de Goede
     

13 Nov, 2014

1 commit


05 Nov, 2014

2 commits


24 Oct, 2014

4 commits

  • Ippo q8h is a series of A23 tablet boards. This defconfig
    is for v5 of these boards, though for u-boot purposes they
    are mostly the same.

    See: http://linux-sunxi.org/Ippo_q8h

    Signed-off-by: Chen-Yu Tsai
    Acked-by: Ian Campbell

    Chen-Yu Tsai
     
  • The Colombus board is an A31 evaluation board from WITS Technology.

    Maxime has kindly agreed to maintain this board.

    [1] http://lists.denx.de/pipermail/u-boot/2014-September/190043.html

    Signed-off-by: Chen-Yu Tsai
    Cc: Maxime Ripard
    Acked-by: Maxime Ripard
    Acked-by: Ian Campbell

    Chen-Yu Tsai
     
  • 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
    Acked-by: Ian Campbell

    Hans de Goede
     
  • This adds support for the Olimex A20-OLinuXino-Lime2
    https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXIno-LIME2

    Differences to previous Lime boards are 1GB RAM and gigabit ethernet

    Signed-off-by: Iain Paton
    Signed-off-by: Hans de Goede

    Iain Paton
     

05 Sep, 2014

1 commit


31 Jul, 2014

4 commits


30 Jul, 2014

1 commit

  • We have switched to Kconfig and the boards.cfg file is going to
    be removed. We have to retrieve the board status and maintainers
    information from it.

    The MAINTAINERS format as in Linux Kernel would be nice
    because we can crib the scripts/get_maintainer.pl script.

    After some discussion, we chose to put a MAINTAINERS file under each
    board directory, not the top-level one because we want to collect
    relevant information for a board into a single place.

    TODO:
    Modify get_maintainer.pl to scan multiple MAINTAINERS files.

    Signed-off-by: Masahiro Yamada
    Suggested-by: Tom Rini
    Acked-by: Simon Glass

    Masahiro Yamada