An error occurred fetching the project authors.
  1. 18 Jun, 2004 3 commits
    • Russell King's avatar
      [ARM] Remove NexusPCI/FTVPCI platform. · e9479a8d
      Russell King authored
      This platform is no longer maintained, and its maintainer says that
      the hardware is obsolete and out of circulation.
      e9479a8d
    • Russell King's avatar
      [ARM] Remove TBOX. · c93f8313
      Russell King authored
      This platform is no longer maintained, and its maintainer says that
      the hardware is obsolete and out of circulation.
      c93f8313
    • Russell King's avatar
      [ARM] Add support code for ARM hardware vector floating point · 451436b7
      Russell King authored
      This cset adds the code to handle the hardware vector floating point
      unit found on some ARM926 and later CPUs.  The hardware provides
      an implementation for the common cases, and bounces exceptions for
      other cases, which have to be handled in software, and signalling
      SIGFPE as appropriate.
      451436b7
  2. 12 May, 2004 1 commit
    • Deepak Saxena's avatar
      First of a set of eight patches that adds support for Intel's · f338b93f
      Deepak Saxena authored
      IXP4xx family of network processors. The code still needs some
      cleanup here and there, but it's to the point that it's should
      be OK to push upstream.
      
      Some of the remaining TODOs:
      
      - Cleanup GPIO IRQ handling for edge-trigered HW (none exists ATM)
      - Add IDE driver for various platforms
      - Misc cleanups
      
      This patch adds the changes to arch/arm/Makefile and arch/arm/Kconfig
      f338b93f
  3. 09 May, 2004 1 commit
    • Marc Singer's avatar
      [ARM PATCH] 1816/1: lh7a40x #2 (1/7) core · 1c0c2783
      Marc Singer authored
      Patch from Marc Singer
      
      Updated change set for the 2.6.5 kernel *and* for the April 8th arm
      patch.  Also included are changes suggested by Russell that merge
      several of the files in the mach- directory.  I have also endeavored
      to remove all unnecessary whitespace additions.
      
      Note that since I've found the cause of an annoying user-space crash,
      I believe that this patch is OK.  The crash appears to have nothing to
      do with the system setup.
      1c0c2783
  4. 22 Apr, 2004 1 commit
  5. 16 Apr, 2004 1 commit
    • Russell King's avatar
      [ARM] Add --no-undefined to linker command line. · eecf6c1b
      Russell King authored
      Many binutils versions over the last year appear to silently build
      assembler files with undefined constants, and able to successfully
      create executables from such files.  The assembler appears to add
      undefined symbols to the symbol table without any corresponding
      relocation information.  Obviously this is bad news since the
      resulting executable may not be what the programmer intended.
      Work around the problem by forcing the linker to fail if there are
      any undefined symbols in the final object(s).
      eecf6c1b
  6. 14 Apr, 2004 1 commit
  7. 05 Apr, 2004 1 commit
  8. 04 Apr, 2004 1 commit
    • Tony Lindgren's avatar
      [ARM PATCH] 1777/1: Add TI OMAP support to ARM core files · 58486ae8
      Tony Lindgren authored
      Patch from Tony Lindgren
      
      This patch updates the ARM Linux core files to add support for 
      Texas Instruments OMAP-1510, 1610, and 730 processors. 
      
      OMAP is an embedded ARM processor with integrated DSP.
      
      OMAP-1610 has hardware support for USB OTG, which might be of interest
      to Linux developers. OMAP-1610 could be easily be used as development 
      platform to add USB OTG support to Linux.
      
      This patch is an updated version of an earlier patch 1767/1 
      with the dummy Kconfig added for OMAP as suggested by Russell King
      here:
      
      http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=1767/1
      
      This patch is brought to you by various linux-omap developers.
      58486ae8
  9. 02 Apr, 2004 1 commit
    • Russell King's avatar
      [ARM] Update ARM makefiles · d7fd03c8
      Russell King authored
      - Use -march=armv6 where available.
      - CFLAGS_BOOT isn't needed - the decompressor uses CFLAGS, remove it.
      - PROCESSOR is never used, remove it.
      - LDFLAGS_BLOB is never used, remove it.
      - Remove MACHINE macro.
      - Correct comments for include/asm-arm/.arch target.
      - Copy format of include/asm symlink rule.
      - Arrange for configuration to be split before making
        include/asm-arm/arch symlink.
      - This means that asm-offsets.s no longer depends on
        include/config/MARKER.
      d7fd03c8
  10. 25 Mar, 2004 1 commit
    • Russell King's avatar
      [ARM] Remove Anakin machine support. · 02cae55d
      Russell King authored
      Anakin has not been maintained since it was (partially) merged, and
      the maintainers appear to ignore mail about it.  No one appears
      willing to maintain it either.  However, some unrelated kernel
      maintainers have been updating various files while they've been
      working in the area - which is wasted work for something which
      isn't maintained.
      
      Therefore, this cset removes Anakin completely from the kernel.
      02cae55d
  11. 04 Mar, 2004 1 commit
    • Deepak Saxena's avatar
      [ARM PATCH] 1757/1: Allow building of LE kernels with BE-default toolchain · dd860cb4
      Deepak Saxena authored
      Patch from Deepak Saxena
      
      The ARM makefile currently assumes that the compiler being used 
      defaults to little-endian builds unless the big-endian options
      are provided. This may not always be the case (my toolchains default
      to BE since that's what I mostly work with) so this patch forces
      endianess options to be passed to the toolchain. W/O this,
      building without CONFIG_CPU_BIG_ENDIAN on a big-endian toolchain 
      will still result in a big-endian kernel.
      dd860cb4
  12. 26 Feb, 2004 1 commit
  13. 18 Feb, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] oprofile: ARM infrastructure · 3a67d0c3
      Andrew Morton authored
      From: Philippe Elie <phil.el@wanadoo.fr>
      
      From: Zwane Mwaikambo <zwane@arm.linux.org.uk>
      
      This patch adds infrastructure code and enables ARM to utilise the timer
      int oprofile driver.  There is PMU code under development for the XScale
      but that is still forthcoming.  In the meantime you can use the timer int
      driver with an updated Oprofile-CVS userspace (SF is a bit slow, please
      allow 24hrs).
      3a67d0c3
  14. 29 Dec, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] Add `gcc -Os' config option · ffd0cf49
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
      Allow the kernel to be built with `-Os'.
      
      It requires CONFIG_EMBEDDED.  This is to make it "hard to get at" because
      one gcc version (3.2.x I think) from RH9 generates crashy kernels with this
      option set.
      ffd0cf49
  15. 16 Oct, 2003 1 commit
  16. 08 Oct, 2003 1 commit
  17. 03 Oct, 2003 1 commit
  18. 23 Sep, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] add -Wdeclaration-after-statement · 535231e8
      Andrew Morton authored
      From: John Levon <levon@movementarian.org>
      
      Not that many people are going to be using GCC 3.4 currently, but it
      might help a bit to prevent compilation bugs like that just witnessed
      in procfs.
      
      (And it consolidates the check_gcc implementation nicely)
      535231e8
  19. 19 Sep, 2003 1 commit
  20. 05 Sep, 2003 1 commit
  21. 03 Sep, 2003 2 commits
  22. 24 Aug, 2003 1 commit
  23. 19 Aug, 2003 1 commit
    • Russell King's avatar
      [ARM] Remove redundant CONFIG_DEBUG_INFO. · f2bb4931
      Russell King authored
      ARM had CONFIG_DEBUG_INFO for ages.  Unfortunately, the new
      CONFIG_DEBUG_INFO was rather blindly applied across all architectures.
      This removes the duplication from the ARM architecture.
      f2bb4931
  24. 04 Aug, 2003 1 commit
  25. 12 Jun, 2003 1 commit
    • Nicolas Pitre's avatar
      [ARM PATCH] 1540/2: fixes for gcc-3.3 · d76641fa
      Nicolas Pitre authored
      Patch from Nicolas Pitre
      
      > Patch #1540/1 has had the following note added:
      > 
      > Ok, it seems that we've had this for years and years, and it hasn't been
      > causing a problem.  We've now got -Wa,-mno-fpu which should catch anything
      > which shouldn't be used anyway.
      > 
      > Could you send a new patch for this change please?
      > 
      > Update by: Russell King
      
      Here it is.
      d76641fa
  26. 11 Jun, 2003 2 commits
    • Nicolas Pitre's avatar
      [ARM PATCH] 1545/1: correct compiler flags for ARMv5TE/XScale · 15750cf2
      Nicolas Pitre authored
      Patch from Nicolas Pitre
      
      The -march=armv5te issue looks to be fixed in gcc-3.3.
      Since gcc-3.3 is the only gcc version >= 3 that seems to correctly
      compile kernels out of the box I think it would be reasonable to
      apply this patch and no bother with older gcc versions.
      
      Yet gcc-3.3 emits V5TE instructions only when -mcpu=xscale is used,
      but that seems to have been fixed in current CVS so next gcc release
      will use all available instructions properly with -march=armv5te.
      15750cf2
    • Deepak Saxena's avatar
      [ARM PATCH] 1538/1: arch/arm/Makefile and KConfig Big-Endian changes · 6014b728
      Deepak Saxena authored
      Patch from Deepak Saxena
      
      This patch adds some hooks to arch/arm/Makefile to enable proper building
      of big-endian kernels.  It also adds an option to the the top level
      arm KConfig that only allows a big-endian kernel to be built if the sub-arch
      KConfig sets the CONFIG_ARCH_SUPPORTS_BIG_ENDIAN boolean to true. This is
      mainly there to keep people from attemtpting to build a big-endian kernel
      for a system that is not capable of running in big-endian mode.
      6014b728
  27. 27 Apr, 2003 1 commit
  28. 17 Apr, 2003 1 commit
    • Eli Carter's avatar
      [ARM PATCH] 1502/1: rename IOP310 config vars to IOP3XX · 22f50b5a
      Eli Carter authored
      Patch from Eli Carter
      
      # Tue Apr 15 14:41:15 CDT 2003 ejc@rnd-linux-c84
      # config-rename
      #
      # This patch renames the IOP310 config variables to IOP3XX in preparation for
      # IOP321 support.
      #
      # Diff'ed against 2.5.65-rmk1+1472-4
      # Applies to 2.5.67-rmk1 with an offset.
      #
      #  arch/arm/Kconfig                     |   14 +++++-----
      #  arch/arm/Makefile                    |    2 -
      #  arch/arm/def-configs/iq80310         |   15 +++++-----
      #  arch/arm/kernel/debug.S              |    2 -
      #  arch/arm/mach-iop3xx/Kconfig         |   49 ++++++++++++++++++++++-------------
      #  arch/arm/mach-iop3xx/Makefile        |    8 ++---
      #  include/asm-arm/arch-iop3xx/memory.h |    2 -
      #  include/asm-arm/arch-iop3xx/timex.h  |    2 -
      #  8 files changed, 54 insertions(+), 40 deletions(-)
      #
      22f50b5a
  29. 07 Apr, 2003 1 commit
    • Eli Carter's avatar
      [ARM PATCH] 1472/1: Rename *-iop310 directories to *-iop3xx · 27ff714b
      Eli Carter authored
      Patch from Eli Carter
      
      # Mon Mar 31 15:53:24 CST 2003
      # Rename the *-iop310 directories to *-iop3xx, and fix up filenames in
      # comments.
      # Modify the default config to build for me.
      #
      # This patch may be applied by hand, or may be executed as a shell script.
      # Patch is against 2.5.65-rmk1
      #
      # arch/arm/Kconfig                      |    2 
      # arch/arm/Makefile                     |    2 
      # arch/arm/def-configs/iq80310          |  634 +++++++++++++++-------------------
      # arch/arm/mach-iop3xx/arch.c           |    2 
      # arch/arm/mach-iop3xx/iop310-irq.c     |    2 
      # arch/arm/mach-iop3xx/iop310-pci.c     |    2 
      # arch/arm/mach-iop3xx/iq80310-irq.c    |    2 
      # arch/arm/mach-iop3xx/iq80310-pci.c    |    2 
      # arch/arm/mach-iop3xx/iq80310-time.c   |    2 
      # arch/arm/mach-iop3xx/mm.c             |    2 
      # arch/arm/mach-iop3xx/xs80200-irq.c    |    2 
      # include/asm-arm/arch-iop3xx/ide.h     |    2 
      # include/asm-arm/arch-iop3xx/io.h      |    2 
      # include/asm-arm/arch-iop3xx/iop310.h  |    2 
      # include/asm-arm/arch-iop3xx/irqs.h    |    2 
      # include/asm-arm/arch-iop3xx/serial.h  |    2 
      # include/asm-arm/arch-iop3xx/vmalloc.h |    2 
      # 17 files changed, 301 insertions(+), 365 deletions(-)
      #
      27ff714b
  30. 07 Mar, 2003 1 commit
  31. 02 Feb, 2003 1 commit
    • Russell King's avatar
      [ARM] Add arch/arm/common · 1687c697
      Russell King authored
      Certain support files are shared between various ARM machine classes.
      In other to sanely support these, we place the shared files in
      arch/arm/common instead of the individual machine class directories.
      1687c697
  32. 01 Feb, 2003 1 commit
  33. 26 Jan, 2003 2 commits
  34. 01 Jan, 2003 1 commit
  35. 30 Dec, 2002 1 commit