]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
imx6: add Bachmann OT1200 board
authorChristian Gmeiner <christian.gmeiner@gmail.com>
Thu, 2 Oct 2014 11:33:46 +0000 (13:33 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 6 Oct 2014 15:24:28 +0000 (17:24 +0200)
commit39d0973300b83c08f3f5047245ebf1de883b31f2
tree0a10a548f9a05c598092e170bc9d6f919796f68b
parent252499e603aa342368cb8a02c6d0641435e676c0
imx6: add Bachmann OT1200 board

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@gmail.com>
arch/arm/Kconfig
board/bachmann/ot1200/Kconfig [new file with mode: 0644]
board/bachmann/ot1200/MAINTAINERS [new file with mode: 0644]
board/bachmann/ot1200/Makefile [new file with mode: 0644]
board/bachmann/ot1200/README [new file with mode: 0644]
board/bachmann/ot1200/mx6q_4x_mt41j128.cfg [new file with mode: 0644]
board/bachmann/ot1200/ot1200.c [new file with mode: 0644]
configs/ot1200_defconfig [new file with mode: 0644]
include/configs/ot1200.h [new file with mode: 0644]