1. 08 12月, 2018 1 次提交
  2. 28 8月, 2018 2 次提交
  3. 10 7月, 2018 2 次提交
  4. 25 1月, 2018 1 次提交
  5. 21 12月, 2017 1 次提交
  6. 10 10月, 2017 1 次提交
  7. 06 10月, 2017 1 次提交
  8. 04 10月, 2017 1 次提交
  9. 02 9月, 2017 1 次提交
    • A
      ARC: [plat-hsdk] initial port for HSDK board · a518d637
      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 boards we link Linux kernel to
      0x9000_0000 intentionally because cores 1 and 3 configured with DCCM
      situated at our more usual link base 0x8000_0000. We still can use
      memory region starting at 0x8000_0000 as we reallocate DCCM in our
      platform code.
      
      Note that PAE remapping for DMA clients does not work due to an RTL bug,
      so CREG_PAE register must be programmed to all zeroes, otherwise it will
      cause problems with DMA to/from peripherals even if PAE40 is not used.
      Acked-by: NRob Herring <robh@kernel.org>
      Signed-off-by: NAlexey Brodkin <abrodkin@synopsys.com>
      Signed-off-by: NEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
      Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
      a518d637
  10. 04 8月, 2017 1 次提交
  11. 18 7月, 2017 1 次提交
  12. 07 2月, 2017 3 次提交
  13. 01 12月, 2016 3 次提交
  14. 01 11月, 2016 1 次提交
    • A
      ARC: Enable PERF_EVENTS in nSIM driven platforms · 6227e9f0
      Alexey Brodkin 提交于
      Now when we have properly working performance counters in nSIM
      even with interrupt support (fix should be a part of upcoming
      nSIM engineering build 2016.12-005) we may enable perf support
      by default for all platforms that use nSIM for ARC cores simulation.
      
      Note 1: PCT node was missing for some reason in nsimosci.dts
              while all other nSIM-related .dts files already had
              PCT node for quite some time, so adding it now.
      
      Note 2: All defconfigs were regenerated with "make savedefconfig"
              which led to some clean-ups in nsimosci_hs_smp_defconfig:
              CONFIG_FRAMEBUFFER_CONSOLE=y was removed because it is
              automatically selected now by DRM.
      Signed-off-by: NAlexey Brodkin <abrodkin@synopsys.com>
      Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
      6227e9f0
  15. 01 10月, 2016 2 次提交
  16. 13 6月, 2016 2 次提交
  17. 09 5月, 2016 1 次提交
  18. 07 4月, 2016 1 次提交
  19. 15 3月, 2016 1 次提交
  20. 11 3月, 2016 1 次提交
    • V
      ARC: [*defconfig] No need to specify CONFIG_CROSS_COMPILE · 2d746eeb
      Vineet Gupta 提交于
      The problem is with CONFIG_CPU_BIG_ENDIAN=y we still needed .config
      fixup to override the the defconfig prefix to arceb-linux-
      
      So remove these from defconfig and let user pass this via CROSS_COMPILE
      environment var or use the default for ENDIAN (per previous patch)
      
      No other arch carries them in defconfigs anyways !
      
      Cc: Noam Camus <noamc@ezchip.com>
      Cc: Alexey Brodkin <abrodkin@synopsys.com>
      Cc: Anton Kolesov <akolesov@synosys.com>
      Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
      2d746eeb
  21. 23 2月, 2016 1 次提交
    • A
      arc: get rid of DEVTMPFS dependency on INITRAMFS_SOURCE · 3e5177c1
      Alexey Brodkin 提交于
      Even though DEVTMPFS is required when our pre-built initramfs
      is used it is not the case in general. It is perfectly possible
      to use initramfs with device nodes already populated or there
      could be other usages, see discussion below for more detials:
      http://thread.gmane.org/gmane.comp.embedded.openwrt.devel/37819/focus=37821
      
      This change removes mentioned dependency from arch/arc/Kconfig
      updating instead those defconfigs that are usually used with this
      kind of pre-build initramfs.
      
      And while at it all touched defconfigs were regenerated via
      savedefconfig and some options were removed:
       * USB is selected by other options implicitly
       * VGA_CONSOLE is disableb for ARC since
         031e29b5
       * EXT3_FS automatically selects EXT4_FS
       * MTDxxx and JFFS2_FS make no sense for AXS because
         AXS NAND controller is not upstreamed
       * NET_OSCI_LAN is not in upstream as well
       * ARCPGU_xxx options make no sense because ARC PGU is not yet
         in upstream and when it gets there all config options would
         be taken from devicetree
      Signed-off-by: NAlexey Brodkin <abrodkin@synopsys.com>
      Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
      3e5177c1
  22. 29 1月, 2016 1 次提交
  23. 16 11月, 2015 1 次提交
  24. 26 10月, 2015 1 次提交
  25. 25 6月, 2015 3 次提交
  26. 19 6月, 2015 3 次提交
  27. 19 5月, 2015 1 次提交
  28. 13 4月, 2015 1 次提交