[PATCH installer 0/2] armhf kernel module fixes

2013-04-10 Thread Ben Hutchings
ssible to build a working installer with these. Ben. Ben Hutchings (2): Include {ata,mtd,pata,sata}-modules in mx5 netboot image (Closes: #675017) Replace nic-modules with nic-{usb,wireless}-modules in armhf netboot images (Closes: #705118) build/pkg-lists/netboot/armhf.cfg |

Re: Bug#703209: linux: Please Add multiplatform flavour to armhf

2013-03-19 Thread Ben Hutchings
On Tue, 2013-03-19 at 08:03 +, Tixy wrote: > On Tue, 2013-03-19 at 03:46 +0000, Ben Hutchings wrote: > > On Mon, 2013-03-18 at 08:41 +0900, Nobuhiro Iwamatsu wrote: > > > On Sun, Mar 17, 2013 at 10:23 AM, Ben Hutchings > > > wrote: > > [...] > > &g

Re: Bug#703209: linux: Please Add multiplatform flavour to armhf

2013-03-18 Thread Ben Hutchings
On Mon, 2013-03-18 at 08:41 +0900, Nobuhiro Iwamatsu wrote: > Hi, > > Thank you for your comment. > > On Sun, Mar 17, 2013 at 10:23 AM, Ben Hutchings wrote: > > On Sun, 2013-03-17 at 08:35 +0900, Nobuhiro Iwamatsu wrote: > >> Package: linux > >> Versio

Re: Bug#703209: linux: Please Add multiplatform flavour to armhf

2013-03-16 Thread Ben Hutchings
Kconfig > +## > +CONFIG_NET_VENDOR_MARVELL=y > +CONFIG_MVMDIO=y > +CONFIG_MVNETA=y > + > +## > +## file: drivers/net/ethernet/micrel/Kconfig > +## > +CONFIG_NET_VENDOR_MICREL=y > + > +## > +## file: drivers/net/phy/Kconfig > +## > +CONFIG_PHYLIB=y > +CONFIG_

Re: shared memory problem on armel

2013-02-07 Thread Ben Hutchings
. The wilful incompatibility of Debian derivatives should not restrict what Debian does. Ben. -- Ben Hutchings We get into the habit of living before acquiring the habit of thinking. - Albert Camus -- To UNSUBSCRIBE, email to de

Re: shared memory problem on armel

2013-02-06 Thread Ben Hutchings
On Fri, 2012-06-29 at 06:05 +0100, Ben Hutchings wrote: > I've marked this wontfix, as it's a limitation of the ARM architecture. > Mapping the same shared memory twice in one process is stupid, anyway. > Just disable the test on armel and armhf. Correction: starting from ARMv7

Re: Bug#697128: missing ata-modules for d-i on efikamx: no disk found, also with wheezy Beta4

2013-01-01 Thread Ben Hutchings
On Wed, 2013-01-02 at 01:12 +0100, Holger Levsen wrote: > Hi, > > On Mittwoch, 2. Januar 2013, Ben Hutchings wrote: > > The NOR flash only contains u-boot and its configuration, not any > > filesystem. Do those need to be written during installation? > > I believ

Re: Bug#697128: missing ata-modules for d-i on efikamx: no disk found, also with wheezy Beta4

2013-01-01 Thread Ben Hutchings
ration, not any filesystem. Do those need to be written during installation? Ben. -- Ben Hutchings It is easier to change the specification to fit the program than vice versa. signature.asc Description: This is a digitally signed message part

Re: missing ata-modules for d-i on efikamx: no disk found, also with wheezy Beta4

2013-01-01 Thread Ben Hutchings
age defined for MTD drivers as they are usually either built-in driver or not used at all. For mx5, only Efika needs it so it's modular. Is it needed during installation? The internal SSD is variously said to be an IDE or USB device so I assume it will be accessible one way or the other once

Re: Novena open laptop

2012-12-17 Thread Ben Hutchings
On Mon, Dec 17, 2012 at 03:19:10PM +0100, Arnaud Patard wrote: > Ben Hutchings writes: > > [...] > > >> > The SoC is a Freescale i.MX6Q, which should be able to run the armhf > >> > >> imx6q or dual lite according to them, which is a little weird, as &

Re: Novena open laptop

2012-12-17 Thread Ben Hutchings
On Mon, 2012-12-17 at 11:59 +0100, Jeremiah C. Foster wrote: > On Sun, Dec 16, 2012 at 01:58:22PM +0000, Ben Hutchings wrote: > > Bunnie Huang and others are working on a ARM-based laptop 'Novena' with > > open hardware and mostly open firmware: > > <http://

Re: Novena open laptop

2012-12-17 Thread Ben Hutchings
On Mon, 2012-12-17 at 11:56 +0100, Arnaud Patard wrote: > Ben Hutchings writes: > > Hi, > > > Bunnie Huang and others are working on a ARM-based laptop 'Novena' with > > open hardware and mostly open firmware: > > <http://www.bunniestudios.com/

Novena open laptop

2012-12-16 Thread Ben Hutchings
at's needed to support this in Debian? The SoC is a Freescale i.MX6Q, which should be able to run the armhf port. We currently have an mx5 kernel flavour for Freescale's previous generation, but it looks like it would be possible to support both with a single configuration (plus DT) now.

Re: shared memory problem on armel

2012-06-28 Thread Ben Hutchings
I've marked this wontfix, as it's a limitation of the ARM architecture. Mapping the same shared memory twice in one process is stupid, anyway. Just disable the test on armel and armhf. Ben. -- Ben Hutchings Lowery's Law: If it jams, force it. If it breaks, it n

Re: RFS: eclipse (new upstream release with Java 7 support)

2011-12-31 Thread Ben Hutchings
org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=41dfaa934c5d866d626de9bea785e6168524a47e > - > http://ftp.arm.linux.org.uk/git/gitweb.cgi?p=linux-2.6-arm.git;a=commit;h=7dbaa466780a754154531b44c2086f6618cee3a8 > > 3.2 will have the first patch but the second is for 3.3. Can we cherry-pick it now? Are there any other changes not in 3.2 that we would need to take? Ben. -- Ben Hutchings Beware of programmers who carry screwdrivers. - Leonard Brandwein signature.asc Description: This is a digitally signed message part

Re: Building linux-libc-dev for architecture bootstrap

2011-07-29 Thread Ben Hutchings
On Fri, 2011-07-29 at 16:46 +0200, Ben Hutchings wrote: > As requested, I just added a makefile target to linux-2.6 for building > just linux-libc-dev. > > The command to use is: > > fakeroot make -f debian/rules.gen linux-libc-dev_$ARCH or rather: fakeroot make -

Building linux-libc-dev for architecture bootstrap

2011-07-29 Thread Ben Hutchings
As requested, I just added a makefile target to linux-2.6 for building just linux-libc-dev. The command to use is: fakeroot make -f debian/rules.gen linux-libc-dev_$ARCH (substituting the dpkg architecture name for $ARCH). This should work for any architecture supported by the package, with

Re: nfs-kernel-server, 2.6.32 and lenny

2010-04-17 Thread Ben Hutchings
ously decide it isn't. > > This has been fixed in unstable but I think it would be nice to push a > fix into lenny too since a lot of people run newer kernels on lenny. > > debian-kernel: any thoughts? Agreed. AnĂ­bal, do you want to prepare this or shall I? Ben. -- Ben Hu

<    1   2