1. 29 7月, 2008 3 次提交
  2. 28 7月, 2008 4 次提交
  3. 09 6月, 2008 1 次提交
  4. 08 5月, 2008 1 次提交
  5. 19 4月, 2008 1 次提交
  6. 21 3月, 2008 1 次提交
  7. 06 3月, 2008 1 次提交
    • P
      sh: Fix up SH7710 VoIP-GW build. · e7d7deca
      Paul Mundt 提交于
      The only board-specific bits that existed here were for setting up the
      IRQs, which are now handled by the SH7710 CPU support code instead. As
      there's nothing else to do for setup, kill off the board support code
      and have the defconfig use the generic machvec instead.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      e7d7deca
  8. 14 2月, 2008 1 次提交
    • M
      sh: migor board support · 70f784ec
      Magnus Damm 提交于
      This patch adds basic support for the Migo-R board.
      
      Only simple stuff provided by the cpu specific sh7722 code is in place now,
      like serial console port, timers and usb gadget. There is also partial support
      for the smc91c111 ethernet controller - unfortunately some driver header file
      also needs patching (not included here) to make the driver get IRQ sense
      information from the platform data.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      70f784ec
  9. 28 1月, 2008 15 次提交
  10. 30 10月, 2007 1 次提交
  11. 16 10月, 2007 1 次提交
    • S
      kbuild: enable 'make AFLAGS=...' to add additional options to AS · 222d394d
      Sam Ravnborg 提交于
      The variable AFLAGS is a wellknown variable and the usage by
      kbuild may result in unexpected behaviour.
      On top of that several people over time has asked for a way to
      pass in additional flags to gcc.
      
      This patch replace use of AFLAGS with KBUILD_AFLAGS all over
      the tree.
      
      Patch was tested on following architectures:
      alpha, arm, i386, x86_64, mips, sparc, sparc64, ia64, m68k, s390
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      222d394d
  12. 15 10月, 2007 1 次提交
    • S
      kbuild: enable 'make CFLAGS=...' to add additional options to CC · a0f97e06
      Sam Ravnborg 提交于
      The variable CFLAGS is a wellknown variable and the usage by
      kbuild may result in unexpected behaviour.
      On top of that several people over time has asked for a way to
      pass in additional flags to gcc.
      
      This patch replace use of CFLAGS with KBUILD_CFLAGS all over the
      tree and enabling one to use:
      make CFLAGS=...
      to specify additional gcc commandline options.
      
      One usecase is when trying to find gcc bugs but other
      use cases has been requested too.
      
      Patch was tested on following architectures:
      alpha, arm, i386, x86_64, mips, sparc, sparc64, ia64, m68k
      
      Test was simple to do a defconfig build, apply the patch and check
      that nothing got rebuild.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      a0f97e06
  13. 21 9月, 2007 3 次提交
  14. 21 8月, 2007 1 次提交
  15. 26 7月, 2007 1 次提交
  16. 25 7月, 2007 1 次提交
  17. 20 7月, 2007 1 次提交
  18. 12 7月, 2007 1 次提交
  19. 07 7月, 2007 1 次提交
    • P
      sh: Drop -Wa,-dsp for DSP tuning. · 5296307d
      Paul Mundt 提交于
      We already hand off the proper ISA variant with the dsp specifier
      appended, so we don't need to explicitly set -dsp. This causes some
      confusion with certain toolchains that are restricted to -dsp family
      opcodes artificially.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      5296307d