Bug#410853: linux-2.6: please add support for armel architecture

2007-05-07 Thread Martin Michlmayr
* Riku Voipio <[EMAIL PROTECTED]> [2007-05-07 18:43]: > It seems patch isn't applied, should the fintek patch be mentioned in > one the files here? Yep. Done now. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Bug#410853: linux-2.6: please add support for armel architecture

2007-05-07 Thread Riku Voipio
On Sun, May 06, 2007 at 10:37:04PM +0200, Martin Michlmayr wrote: > * Riku Voipio <[EMAIL PROTECTED]> [2007-05-05 23:02]: > > With that addition, linux-2.6 compiled great and boot fine on thecus > > n2100. Except that the f75375s.c driver is missing. I shall create a > > updated patch for it.. > I

Bug#410853: linux-2.6: please add support for armel architecture

2007-05-06 Thread Martin Michlmayr
* Riku Voipio <[EMAIL PROTECTED]> [2007-05-05 15:51]: > I presume this fixes it. Back to building... > > +install-libc-dev_armel: HEADERS_ARCH = arm Added, thanks. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble

Bug#410853: linux-2.6: please add support for armel architecture

2007-05-06 Thread Martin Michlmayr
* Riku Voipio <[EMAIL PROTECTED]> [2007-05-05 23:02]: > With that addition, linux-2.6 compiled great and boot fine on thecus > n2100. Except that the f75375s.c driver is missing. I shall create a > updated patch for it.. It should be compiled in. Isn't it? -- Martin Michlmayr http://www.cyrius.c

Bug#410853: linux-2.6: please add support for armel architecture

2007-05-05 Thread Riku Voipio
Hi, With that addition, linux-2.6 compiled great and boot fine on thecus n2100. Except that the f75375s.c driver is missing. I shall create a updated patch for it.. On Sat, May 05, 2007 at 03:51:38PM +0300, Riku Voipio wrote: > I presume this fixes it. Back to building... > > --- linux-2.6-2.6.

Bug#410853: linux-2.6: please add support for armel architecture

2007-05-05 Thread Riku Voipio
On Sat, May 05, 2007 at 01:37:17PM +0300, Riku Voipio wrote: > dh_clean -d -k > make -C 'debian/build/build-libc-dev' headers_check ARCH=armel > make[3]: Entering directory > `/root/kernel/linux-2.6-2.6.21/debian/build/build-libc-dev' > Makefile:493: > /root/kernel/linux-2.6-2.6.21/debian/build/bui

Bug#410853: linux-2.6: please add support for armel architecture

2007-05-05 Thread Riku Voipio
Currently the build fails at: dpkg-deb: building package `linux-headers-2.6.21-1-all' in `../linux-headers-2.6.21-1-all_2.6.21-1~snapshot.8527_armel.deb'. dpkg-deb: building package `linux-headers-2.6.21-1-all-armel' in `../linux-headers-2.6.21-1-all-armel_2.6.21-1~snapshot.8527_armel.deb'. make[3

Bug#410853: linux-2.6: please add support for armel architecture

2007-04-25 Thread Martin Michlmayr
I have finally added this now in SVN. Can you try whether it works? svn://svn.debian.org/svn/kernel/dists/trunk/linux-2.6/debian Kernel tar ball: http://kernel-archive.buildserver.net/debian-kernel/pool/main/l/linux-2.6/linux-2.6_2.6.21~rc7.orig.tar.gz -- Martin Michlmayr http://www.cyrius.com/

Bug#410853: linux-2.6: please add support for armel architecture

2007-02-25 Thread Martin Michlmayr
* Joey Hess <[EMAIL PROTECTED]> [2007-02-24 13:30]: > It doesn't matter, really, armel is not targeted at etch, so as long > as the patch is there we'll be set for lenny. OK, I'll add it to SVN trunk soon. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#410853: linux-2.6: please add support for armel architecture

2007-02-24 Thread Joey Hess
Martin Michlmayr wrote: > I'll add armel support to SVN trunk in the next few weeks based on > your patches (thanks). 2.6.18 is frozen for etch so I'm not sure it > makes sense to add it at this point (although it probably also > wouldn't break anything). Would it greatly help to have this in the

Bug#410853: linux-2.6: please add support for armel architecture

2007-02-24 Thread Martin Michlmayr
I'll add armel support to SVN trunk in the next few weeks based on your patches (thanks). 2.6.18 is frozen for etch so I'm not sure it makes sense to add it at this point (although it probably also wouldn't break anything). Would it greatly help to have this in the 2.6.18 package or is it okay if

Bug#410853: linux-2.6: please add support for armel architecture

2007-02-23 Thread Lennert Buytenhek
Attached is a new patch that: * Drops both footbridge and rpc from the armel flavour list. (Martin Michlmayr.) * Adds CONFIG_AEABI=y/CONFIG_OABI_COMPAT=y to config.iop32x and config.ixp4xx as well, since they seem to override the main config. (Joey Hess) Apply as follows: cp -a deb

Bug#410853: linux-2.6: please add support for armel architecture

2007-02-13 Thread Joey Hess
Package: linux-2.6 Version: 2.6.18.dfsg.1-10 Severity: normal Tags: patch User: debian-arm@lists.debian.org Usertags: eabi The armel architecture is a new port of arm built with an incompatible abi. To generate kernel images for armel, I've based things on the existing arm setup, with these change