[PATCH v3] hsdk: initial port for HSDK board

2017-06-01 Thread Alexey Brodkin
This initial port adds support of ARC HS Development Kit board with some basic features such serial port, USB, SD/MMC and Ethernet. Essentially we run Linux kernel on all 4 cores (i.e. utilize SMP) and heavily use IO Coherency for speeding-up DMA-aware peripherals. Note as opposed to other ARC bo

Re: git repo with Redpine changes

2017-06-01 Thread amit karwar
On Tue, May 23, 2017 at 10:56 PM, Alexey Brodkin wrote: > Hi Amit! > > On Tue, 2017-05-23 at 17:00 +0530, amit karwar wrote: >> On Wed, May 17, 2017 at 1:41 PM, Alexey Brodkin >> wrote: >> > >> > Hello Amitkumar, Prameela, >> > >> > I was lucky enough to get hold of RS9113 Evaluation Kit and now

Re: git repo with Redpine changes

2017-06-01 Thread Alexey Brodkin
Hi Amit! On Thu, 2017-06-01 at 19:24 +0530, amit karwar wrote: > On Tue, May 23, 2017 at 10:56 PM, Alexey Brodkin > wrote: > > I have posted a firmware image for new firmware loading mechanism to > community. There are some patches for SDIO specific driver > enhancements and fixes. I am sending

[PATCH] hsdk: initial port for HSDK board

2017-06-01 Thread Alexey Brodkin
This initial port adds support of ARC HS Development Kit board with some basic features such serial port, USB, SD/MMC and Ethernet. Essentially we run Linux kernel on all 4 cores (i.e. utilize SMP) and heavily use IO Coherency for speeding-up DMA-aware peripherals. Note as opposed to other ARC bo

Re: [PATCH 06/10] ARC: [plat-eznps] Fix TLB Errata

2017-06-01 Thread Vineet Gupta
On 05/25/2017 04:00 AM, Alexey Brodkin wrote: Hi Noam, On Thu, 2017-05-25 at 05:34 +0300, Noam Camus wrote: From: Noam Camus Due to a HW bug in NPS400 we get from time to time false TLB miss. Workaround this by validating each miss. Signed-off-by: Noam Camus --- arch/arc/mm/tlbex.S | 10

Re: git repo with Redpine changes

2017-06-01 Thread amit karwar
On Thu, Jun 1, 2017 at 7:49 PM, Alexey Brodkin wrote: > Hi Amit! > > On Thu, 2017-06-01 at 19:24 +0530, amit karwar wrote: >> On Tue, May 23, 2017 at 10:56 PM, Alexey Brodkin >> wrote: >> >> I have posted a firmware image for new firmware loading mechanism to >> community. There are some patches