24 Nov, 2014

1 commit


13 Nov, 2014

1 commit

  • Today I got the final board and found out that a different
    connector is used as the one on my development board. The
    new connector has swaped pins for cd and wp.

    This change is tested on a production ready board.

    Signed-off-by: Christian Gmeiner

    Christian Gmeiner
     

30 Oct, 2014

3 commits


23 Oct, 2014

2 commits


06 Oct, 2014

1 commit

  • This patch adds support for the OT1200 series of devices.

    Following components are used in u-boot:
    + ethernet
    + i2c
    + emmc
    + gpio

    For more details see README.

    Changes v1 > v2
    - make use of enable_cspi_clock(..)
    - fix usage of OUTPUT_40OHM define
    - added README

    Changes v2 > v3
    - improve spelling in README
    - added own copy of mx6q_4x_mt41j128.cfg

    Signed-off-by: Christian Gmeiner

    Christian Gmeiner