Re: [U-Boot] [PATCH v3 7/9] arc: add AXS101 board support

2014-02-03 Thread Wolfgang Denk
Dear Alexey, In message <1391457382.2357.46.ca...@abrodkin-8560l.internal.synopsys.com> you wrote: > > > > +#define CONFIG_SYS_MAXARGS 16 > > > > You define this pretty much inconsistentlyu across your boards. Is > > this intentionally? > > Not clear what do you mean. > All 3 boards have

Re: [U-Boot] [PATCH v3 7/9] arc: add AXS101 board support

2014-02-03 Thread Alexey Brodkin
Hello Wolfgang, On Mon, 2014-02-03 at 20:19 +0100, Wolfgang Denk wrote: > > +/* > > + * I2C configuration > > + */ > > +#define CONFIG_HARD_I2C1 > > +#define CONFIG_DW_I2C 1 > ... > > +#define CONFIG_I2C_MULTI_BUS 1 > ... > > Please do not de

Re: [U-Boot] [PATCH v3 7/9] arc: add AXS101 board support

2014-02-03 Thread Wolfgang Denk
Dear Alexey, In message <1391445368-10545-8-git-send-email-abrod...@synopsys.com> you wrote: > AXS101 is a new generation of devlopment boards from Synopsys that houses > ASIC with ARC700 and lots of DesignWare peripherals: ... > +#define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE + 0x200

[U-Boot] [PATCH v3 7/9] arc: add AXS101 board support

2014-02-03 Thread Alexey Brodkin
AXS101 is a new generation of devlopment boards from Synopsys that houses ASIC with ARC700 and lots of DesignWare peripherals: * DW APB UART * DW Mobile Storage (MMC/SD) * DW I2C * DW GMAC Signed-off-by: Alexey Brodkin Cc: Vineet Gupta Cc: Francois Bedard Cc: Wolfgang Denk Cc: Heiko Scho