Skip to content
Snippets Groups Projects
  1. Jul 11, 2017
  2. Jul 10, 2017
  3. Jul 08, 2017
  4. Jul 06, 2017
  5. Jul 03, 2017
  6. Jun 30, 2017
  7. Jun 29, 2017
    • Marek Vasut's avatar
      ARM: atmel: Rename MA5D4EVK · f1d56dff
      Marek Vasut authored
      
      The board is now manufactured by Aries Embedded GmbH , rename it.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      f1d56dff
    • Alexey Brodkin's avatar
      arc: Add support for HS Development Kit board · 67482f57
      Alexey Brodkin authored
      
      ARC HS Development Kit board is a new low-cost
      development platform sporting ARC HS38 in real silicon
      with nice set of features such as:
       * Quad-core ARC HS38 with 512 kB L2 cache and running @1GHz
       * 4Gb of DDR (we use only lowest 1Gb out of it now)
       * Lots of DesigWare peripherals
       * Different connectivity modules:
           - Synopsys HAPS HT3
           - Arduino-compatible connector
           - MikroBUS
      
      This initial commit supports the following peripherals:
       * UART (DW 8250)
       * Ethernet (DW GMAC)
       * SD/MMC (DW Mobile Storage)
       * USB 1.1 & 2.0
      
      Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
      67482f57
    • Alexey Brodkin's avatar
      arcv2: Set IOC aperture so it covers available DDR · 97a63144
      Alexey Brodkin authored
      
      We used to use the same memory layout and size for a couple of
      boards and thus we just hardcoding IOC aperture start and size.
      
      Now when we're getting more boards with more memory on board we
      need to have an ability to set IOC so it matches real DDR layout
      and size.
      
      Even though it is not really a must but for simplicity we assume
      IOC covers all the DDR we have, that gives us a chance to not
      bother where DMA buffers are allocated - any part of DDR is OK.
      
      Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
      97a63144
    • Alexey Brodkin's avatar
      arc: arcv1: Disable master/slave check · cf628f77
      Alexey Brodkin authored
      
      ARCompact cores are not supposed to be used in SMP designs
      (this doesn't stop people from creation of heterogeneous chips,
      for an example keep reading) so there's no point in
      checking ARCNUM and halting somebody if we build for ARC700.
      
      Moreover on AXS101 board we have ARC770 in the ASIC together with
      other ARC cores and ARC770 happens to be the last node in JTAG chain
      with ARCNUM = 4. And existing check halts the one and only core we
      want keep running.
      
      Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
      cf628f77
Loading