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

2014-01-31 Thread Alexey Brodkin
Hello Wolfgang, On Fri, 2014-01-31 at 00:13 +0100, Wolfgang Denk wrote: Dear Alexey, In message 1391088984.3518.35.ca...@abrodkin-8560l.internal.synopsys.com you wrote: +#defineCONFIG_HOSTNAME axs101 +#defineCONFIG_ETHADDR

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

2014-01-31 Thread Wolfgang Denk
Dear Alexey, In message 1391179745.4721.36.camel@abrodkin-8560l you wrote: Understood. I removed all my network parameters and will take a duty of cleaning up other configs. thanks in advance. The question then if CONFIG_HOSTNAME could be left? I see people rely on host name for

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

2014-01-31 Thread Alexey Brodkin
Hello Wolfgang, On Fri, 2014-01-31 at 18:49 +0100, Wolfgang Denk wrote: Dear Alexey, In message 1391179745.4721.36.camel@abrodkin-8560l you wrote: Understood. I removed all my network parameters and will take a duty of cleaning up other configs. thanks in advance. The question

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

2014-01-31 Thread Wolfgang Denk
Dear Alexey, In message 1391193816.4721.100.camel@abrodkin-8560l you wrote: CONFIG_ETHADDR CONFIG_IPADDR - it's simple - we don't want to have duplicates of the same MAC or/and IP address within one network. So definitely these ones must go away. But others doesn't affect other devices

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

2014-01-30 Thread Alexey Brodkin
Hello Wolfgang, On Wed, 2014-01-29 at 21:09 +0100, Wolfgang Denk wrote: Dear Alexey Brodkin, In message 1391011745-22239-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

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

2014-01-30 Thread Wolfgang Denk
Dear Alexey, In message 1391088984.3518.35.ca...@abrodkin-8560l.internal.synopsys.com you wrote: +#define CONFIG_HOSTNAME axs101 +#define CONFIG_ETHADDR 4a:56:49:22:3e:43 +#define CONFIG_IPADDR 10.121.8.200 +#define

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

2014-01-29 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 abrod...@synopsys.com Cc: Mischa Jonker mjon...@synopsys.com Cc:

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

2014-01-29 Thread Wolfgang Denk
Dear Alexey Brodkin, In message 1391011745-22239-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_HOSTNAME axs101 +#define