Skip to content
  1. Jul 13, 2007
  2. Jul 12, 2007
  3. Jul 10, 2007
  4. Jul 06, 2007
  5. Jun 20, 2007
  6. Jun 11, 2007
  7. Jun 06, 2007
  8. May 11, 2007
  9. May 08, 2007
  10. Apr 20, 2007
  11. Mar 17, 2007
  12. Feb 22, 2007
    • Franck Bui-Huu's avatar
      [MIPS] Add basic SMARTMIPS ASE support · 9693a853
      Franck Bui-Huu authored
      
      
      This patch adds trivial support for SMARTMIPS extension. This extension
      is currently implemented by 4KS[CD] CPUs.
      
      Basically it saves/restores ACX register, which is part of the SMARTMIPS
      ASE, when needed. This patch does *not* add any support for Smartmips MMU
      features.
      
      Futhermore this patch does not add explicit support for 4KS[CD] CPUs since
      they are respectively mips32 and mips32r2 compliant.  So with the current
      processor configuration, a platform that has such CPUs needs to select
      both configs:
      
      	CPU_HAS_SMARTMIPS
      	SYS_HAS_CPU_MIPS32_R[12]
      
      This is due to the processor configuration which is mixing up all the
      architecture variants and the processor types.
      
      The drawback of this, is that we currently pass '-march=mips32' option to
      gcc when building a kernel instead of '-march=4ksc' for 4KSC case. This
      can lead to a kernel image a little bit bigger than required.
      
      Signed-off-by: default avatarFranck Bui-Huu <fbuihuu@gmail.com>
      Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
      9693a853
  13. Feb 20, 2007
  14. Feb 18, 2007
  15. Nov 30, 2006
  16. Oct 31, 2006
  17. Oct 09, 2006
  18. Oct 01, 2006
  19. Sep 27, 2006
  20. Jul 13, 2006
Loading