An error occurred fetching the project authors.
- 18 Jun, 2004 3 commits
-
-
Russell King authored
This platform is no longer maintained, and its maintainer says that the hardware is obsolete and out of circulation.
-
Russell King authored
This platform is no longer maintained, and its maintainer says that the hardware is obsolete and out of circulation.
-
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.
-
- 12 May, 2004 1 commit
-
-
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
-
- 09 May, 2004 1 commit
-
-
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.
-
- 22 Apr, 2004 1 commit
-
-
Russell King authored
This cset adds minimal support for ARM Ltd's ARM926EJ-S "Versatile" platform.
-
- 16 Apr, 2004 1 commit
-
-
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).
-
- 14 Apr, 2004 1 commit
-
-
Russell King authored
-
- 05 Apr, 2004 1 commit
-
-
Ben Dooks authored
Patch from Ben Dooks arch/arm/kernel patch for S3C2410 support - default configurations for S3C2410 - build changes for S3C2410 - IRQ support for kernel entry - debug serial support
-
- 04 Apr, 2004 1 commit
-
-
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.
-
- 02 Apr, 2004 1 commit
-
-
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.
-
- 25 Mar, 2004 1 commit
-
-
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.
-
- 04 Mar, 2004 1 commit
-
-
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.
-
- 26 Feb, 2004 1 commit
-
-
Russell King authored
This cset adds support ARM architecture version 6.
-
- 18 Feb, 2004 1 commit
-
-
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).
-
- 29 Dec, 2003 1 commit
-
-
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.
-
- 16 Oct, 2003 1 commit
-
-
George G. Davis authored
Patch from George G. Davis This adds an `make uImage` build target rule to create boot images for targets which use u-Boot firmware. This build target already exists for the PPC architecture.
-
- 08 Oct, 2003 1 commit
-
-
Russell King authored
-
- 03 Oct, 2003 1 commit
-
-
Russell King authored
Remove "initrd" target from help - it isn't a user target.
-
- 23 Sep, 2003 1 commit
-
-
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)
-
- 19 Sep, 2003 1 commit
-
-
Russell King authored
-
- 05 Sep, 2003 1 commit
-
-
Russell King authored
-
- 03 Sep, 2003 2 commits
-
-
Russell King authored
This removes include/asm-arm/proc-armv entirely, merging the contents into the relevant include files in include/asm-arm. We also update various files in arch/arm which reference definitions in the now non-existent directory.
-
Russell King authored
Remove more of the redundant 26-bit ARM CPU support from the 32-bit ARM tree.
-
- 24 Aug, 2003 1 commit
-
-
Deepak Saxena authored
Patch from Deepak Saxena This is required for usr/initramfs_data.o to build properly when CONFIG_CPU_BIG_ENDIAN is enabled.
-
- 19 Aug, 2003 1 commit
-
-
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.
-
- 04 Aug, 2003 1 commit
-
-
Russell King authored
-
- 12 Jun, 2003 1 commit
-
-
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.
-
- 11 Jun, 2003 2 commits
-
-
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.
-
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.
-
- 27 Apr, 2003 1 commit
-
-
Russell King authored
Saner selection of architecture build flags (for Xscale) Make asm-offsets.s depend on the selected platform
-
- 17 Apr, 2003 1 commit
-
-
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(-) #
-
- 07 Apr, 2003 1 commit
-
-
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(-) #
-
- 07 Mar, 2003 1 commit
-
-
Sam Ravnborg authored
Introduced filechk for all architectures that previously used update-if-changed. No longer add asmoffsets.h.tmp to CLEAN_FILES. This is a private file to the filechk rule
-
- 02 Feb, 2003 1 commit
-
-
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.
-
- 01 Feb, 2003 1 commit
-
-
Russell King authored
ARM GCC 2.95 generates frame pointers by default. GCC 3.2.x seems to require some persuasion to generate them, despite being required for debugging.
-
- 26 Jan, 2003 2 commits
-
-
Sam Ravnborg authored
Replace done for all archs except mips* and cris. These architectures are lacking too much behind that it made sense
-
Sam Ravnborg authored
The recent change in the top level makefile allowed this clean-up in all the architecture specific Makefiles. No functional changes, just deleted the now optional targets
-
- 01 Jan, 2003 1 commit
-
-
Russell King authored
-
- 30 Dec, 2002 1 commit
-
-
Sam Ravnborg authored
Moved archhelp to arch/arm/Makefile Introduced usage of $(build) and $(clean)
-