1. 17 6月, 2014 1 次提交
  2. 04 6月, 2013 1 次提交
  3. 18 3月, 2013 1 次提交
  4. 13 3月, 2013 1 次提交
  5. 11 4月, 2012 1 次提交
    • M
      ARM: mach-shmobile: Use 0x3400 as INTCS vector offset · 1ee8299a
      Magnus Damm 提交于
      Update mach-shmobile to use 0x3400 as INTCS_VECT_BASE.
      
      Since the ARM architecture a little while back added support
      for 10 bit irqs we can now undo the previously merged commit
      9b7c23ad and use 0x3400 as
      INTCS vector base.
      
      This change is necessary to avoid overlapping of interrupt
      ranges so separate IRQ domains can be used for different INTC
      instances. Without this fix the vectors used by various INTC
      instances are overlapping on for instance sh7372 which works
      at the moment but breaks upcoming IRQ domain support.
      Signed-off-by: NMagnus Damm <damm@opensource.se>
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      1ee8299a
  6. 26 1月, 2012 2 次提交
  7. 20 12月, 2010 1 次提交
  8. 18 11月, 2010 1 次提交
    • M
      ARM: mach-shmobile: Initial AG5 and AG5EVM support · 6d9598e2
      Magnus Damm 提交于
      This patch adds initial support for Renesas SH-Mobile AG5.
      
      At this point the AG5 CPU support is limited to the ARM
      core, SCIF serial and a CMT timer together with L2 cache
      and the GIC. The AG5EVM board also supports Ethernet.
      
      Future patches will add support for GPIO, INTCS, CPGA
      and platform data / driver updates for devices such as
      IIC, LCDC, FSI, KEYSC, CEU and SDHI among others.
      
      The code in entry-macro.S will be cleaned up when the
      ARM IRQ demux code improvements have been merged.
      
      Depends on the AG5EVM mach-type recently registered but
      not yet present in arch/arm/tools/mach-types.
      
      As the AG5EVM board comes with 512MiB memory it is
      recommended to turn on HIGHMEM.
      
      Many thanks to Yoshii-san for initial bring up.
      Signed-off-by: NMagnus Damm <damm@opensource.se>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      6d9598e2
  9. 30 7月, 2010 1 次提交
  10. 20 5月, 2010 1 次提交
  11. 07 4月, 2010 1 次提交
  12. 08 2月, 2010 1 次提交
    • M
      ARM: mach-shmobile: SH-Mobile G3 support. · c793c1b0
      Magnus Damm 提交于
      This adds preliminary support for the SH-Mobile G-series.
      
      The SH-Mobile G-series is a series of ARM/SH multi-core CPUs that aside
      from the ARM MPU are primarily composed of existing SH IP blocks.
      
      This includes initial support for the SH7367 (SH-Mobile G3) CPU and
      the G3EVM reference board.
      
      Only timer, serial console, and NOR flash are supported at this point.
      Patches for the interrupt controller, pinmux support, clock framework
      and runtime pm will be submitted as feature patches on top of this.
      Signed-off-by: NMagnus Damm <damm@opensource.se>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      c793c1b0