[kernel] r8507 - in dists/trunk/linux-2.6/debian: . arch arch/arm arch/armel

Martin Michlmayr tbm at alioth.debian.org
Wed Apr 25 13:15:12 UTC 2007


Author: tbm
Date: Wed Apr 25 13:15:11 2007
New Revision: 8507

Added:
   dists/trunk/linux-2.6/debian/arch/armel/
   dists/trunk/linux-2.6/debian/arch/armel/config
   dists/trunk/linux-2.6/debian/arch/armel/config.iop32x   (contents, props changed)
   dists/trunk/linux-2.6/debian/arch/armel/config.ixp4xx   (contents, props changed)
   dists/trunk/linux-2.6/debian/arch/armel/config.versatile   (contents, props changed)
   dists/trunk/linux-2.6/debian/arch/armel/defines
Modified:
   dists/trunk/linux-2.6/debian/arch/arm/config.iop32x
   dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx
   dists/trunk/linux-2.6/debian/arch/arm/config.versatile
   dists/trunk/linux-2.6/debian/arch/defines
   dists/trunk/linux-2.6/debian/changelog
Log:
Add armel (arm with EABI) support.  Thanks, Lennert Buytenhek and
Joey Hess.  Closes: #410853.


Modified: dists/trunk/linux-2.6/debian/arch/arm/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/arm/config.iop32x	(original)
+++ dists/trunk/linux-2.6/debian/arch/arm/config.iop32x	Wed Apr 25 13:15:11 2007
@@ -131,7 +131,6 @@
 #
 # CONFIG_PREEMPT is not set
 # CONFIG_NO_IDLE_HZ is not set
-# CONFIG_AEABI is not set
 # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
 CONFIG_SELECT_MEMORY_MODEL=y
 CONFIG_FLATMEM_MANUAL=y

Modified: dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx	(original)
+++ dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx	Wed Apr 25 13:15:11 2007
@@ -143,7 +143,6 @@
 #
 # CONFIG_PREEMPT is not set
 # CONFIG_NO_IDLE_HZ is not set
-# CONFIG_AEABI is not set
 # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
 CONFIG_SELECT_MEMORY_MODEL=y
 CONFIG_FLATMEM_MANUAL=y

Modified: dists/trunk/linux-2.6/debian/arch/arm/config.versatile
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/arm/config.versatile	(original)
+++ dists/trunk/linux-2.6/debian/arch/arm/config.versatile	Wed Apr 25 13:15:11 2007
@@ -148,7 +148,6 @@
 #
 # CONFIG_PREEMPT is not set
 # CONFIG_NO_IDLE_HZ is not set
-# CONFIG_AEABI is not set
 # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
 CONFIG_SELECT_MEMORY_MODEL=y
 CONFIG_FLATMEM_MANUAL=y

Added: dists/trunk/linux-2.6/debian/arch/armel/config
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/arch/armel/config	Wed Apr 25 13:15:11 2007
@@ -0,0 +1,23 @@
+CONFIG_ARM=y
+# CONFIG_GENERIC_TIME is not set
+# CONFIG_CIFS_EXPERIMENTAL is not set
+CONFIG_SLIP_SMART=y
+CONFIG_SUNRPC_GSS=m
+# CONFIG_SMB_NLS_DEFAULT is not set
+# CONFIG_CODA_FS_OLD_API is not set
+CONFIG_CIFS_STATS=y
+CONFIG_CIFS_XATTR=y
+# CONFIG_SLIP_MODE_SLIP6 is not set
+CONFIG_SLIP_COMPRESSED=y
+CONFIG_ECONET_AUNUDP=y
+CONFIG_RXRPC=m
+# CONFIG_CIFS_POSIX is not set
+CONFIG_ECONET_NATIVE=y
+CONFIG_EQUALIZER=m
+CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+# CONFIG_IPW2100 is not set
+CONFIG_JBD=y
+# CONFIG_ARCH_REALVIEW is not set
+CONFIG_TMPFS=y
+CONFIG_AEABI=y
+CONFIG_OABI_COMPAT=y

Added: dists/trunk/linux-2.6/debian/arch/armel/config.iop32x
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/arch/armel/config.iop32x	Wed Apr 25 13:15:11 2007
@@ -0,0 +1 @@
+link ../arm/config.iop32x
\ No newline at end of file

Added: dists/trunk/linux-2.6/debian/arch/armel/config.ixp4xx
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/arch/armel/config.ixp4xx	Wed Apr 25 13:15:11 2007
@@ -0,0 +1 @@
+link ../arm/config.ixp4xx
\ No newline at end of file

Added: dists/trunk/linux-2.6/debian/arch/armel/config.versatile
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/arch/armel/config.versatile	Wed Apr 25 13:15:11 2007
@@ -0,0 +1 @@
+link ../arm/config.versatile
\ No newline at end of file

Added: dists/trunk/linux-2.6/debian/arch/armel/defines
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/arch/armel/defines	Wed Apr 25 13:15:11 2007
@@ -0,0 +1,23 @@
+[base]
+flavours:
+ iop32x
+ ixp4xx
+ versatile
+kernel-arch: arm
+kernel-header-dirs: arm
+
+[image]
+suggests: fdutils
+
+[iop32x]
+class: IOP32x
+longclass: IOP32x based (Thecus N2100, etc)
+
+[ixp4xx]
+class: IXP4xx
+longclass: IXP4xx based (Linksys NSLU2, etc)
+
+[versatile]
+class: Versatile
+longclass: Versatile (PB, AB, Qemu)
+

Modified: dists/trunk/linux-2.6/debian/arch/defines
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/defines	(original)
+++ dists/trunk/linux-2.6/debian/arch/defines	Wed Apr 25 13:15:11 2007
@@ -6,6 +6,7 @@
  alpha
  amd64
  arm
+ armel
  hppa
  i386
  ia64

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Wed Apr 25 13:15:11 2007
@@ -11,6 +11,10 @@
     CONFIG_SENSORS_ADM1029, CONFIG_FB_SVGALIB, CONFIG_FB_S3,
     CONFIG_USB_KC2190, CONFIG_KS0108.
 
+  [ Martin Michlmayr ]
+  * Add armel (arm with EABI) support.  Thanks, Lennert Buytenhek and
+    Joey Hess.  Closes: #410853.
+
  -- maximilian attems <maks at debian.org>  Tue, 10 Apr 2007 14:42:30 +0200
 
 linux-2.6 (2.6.20-3) UNRELEASED; urgency=low



More information about the Kernel-svn-changes mailing list