Re: [U-Boot] [PATCH v3] imx6: add Bachmann OT1200 board

2014-10-06 Thread Stefano Babic
Hi Christian, On 02/10/2014 13:33, Christian Gmeiner wrote: > 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(..

Re: [U-Boot] [PATCH v3] imx6: add Bachmann OT1200 board

2014-10-06 Thread Christian Gmeiner
Hi > >> --- /dev/null >> +++ b/board/bachmann/ot1200/Kconfig >> @@ -0,0 +1,23 @@ >> +if TARGET_OT1200 >> + >> +config SYS_CPU >> + string >> + default "armv7" >> + >> +config SYS_BOARD >> + string >> + default "ot1200" >> + >> +config SYS_VENDOR >> + string >> + default "ba

Re: [U-Boot] [PATCH v3] imx6: add Bachmann OT1200 board

2014-10-02 Thread Masahiro Yamada
Hi Christian, On Thu, 2 Oct 2014 13:33:46 +0200 Christian Gmeiner wrote: > --- /dev/null > +++ b/board/bachmann/ot1200/Kconfig > @@ -0,0 +1,23 @@ > +if TARGET_OT1200 > + > +config SYS_CPU > + string > + default "armv7" > + > +config SYS_BOARD > + string > + default "ot1200" > +

[U-Boot] [PATCH v3] imx6: add Bachmann OT1200 board

2014-10-02 Thread Christian Gmeiner
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