[OpenWrt-Devel] Xilinx Spartan 3E Starter Kit port

2008-03-22 Thread RHS Linux User
Hi all, I hope this is the correct list to ask these questions? I am trying to get OpenWRT running on the Xilinx Spartan 3E Starter Kit. So far I have MIPS1 - R3000 instruction set up and running :))). I can download and run binary files. The 64MB DDR is working fine :). The MI

Re: [OpenWrt-Devel] anyone working to add 2.6.24 support for brcm47xx?

2008-03-22 Thread Michael Buesch
On Saturday 22 March 2008 21:22:41 Robert P. J. Day wrote: > On Sat, 22 Mar 2008, Michael Buesch wrote: > > > On Saturday 22 March 2008 21:00:56 Alfred E. Heggestad wrote: > > > Robert P. J. Day wrote: > > > > i've started digging into how to add 2.6.24 kernel support for > > > > brcm47xx, which

Re: [OpenWrt-Devel] anyone working to add 2.6.24 support for brcm47xx?

2008-03-22 Thread Robert P. J. Day
On Sat, 22 Mar 2008, Michael Buesch wrote: > On Saturday 22 March 2008 21:00:56 Alfred E. Heggestad wrote: > > Robert P. J. Day wrote: > > > i've started digging into how to add 2.6.24 kernel support for > > > brcm47xx, which includes updating the Config.in files, the kernel > > > .config file,

Re: [OpenWrt-Devel] anyone working to add 2.6.24 support for brcm47xx?

2008-03-22 Thread Michael Buesch
On Saturday 22 March 2008 21:00:56 Alfred E. Heggestad wrote: > Robert P. J. Day wrote: > > i've started digging into how to add 2.6.24 kernel support for > > brcm47xx, which includes updating the Config.in files, the kernel > > .config file, the patches and so on. > > > > is anyone else worki

Re: [OpenWrt-Devel] anyone working to add 2.6.24 support for brcm47xx?

2008-03-22 Thread Alfred E. Heggestad
Robert P. J. Day wrote: > i've started digging into how to add 2.6.24 kernel support for > brcm47xx, which includes updating the Config.in files, the kernel > .config file, the patches and so on. > > is anyone else working on that? some of it's fairly > straightforward, and i've rebased a lot

Re: [OpenWrt-Devel] [PATCH] Migrate mmc_over_gpio configuration to UCI

2008-03-22 Thread owrt-2008
> Ok, I looked at the diag code and I think this simply isn't going to work. > That gpiomask is a global mask that everybody can override. > In the end, I think diag needs a rewrite on 2.6 to use led-triggers and > stuff, properly. > > In any case, the gpiomask does not belong into the mmc_over_gp

[OpenWrt-Devel] RV: [OpenWrt] #389: jpeg6b libtool created in wrong place compilation fails

2008-03-22 Thread Guillermo Javier Nardoni [Grupo GERYON]
-Mensaje original- De: Guillermo Javier Nardoni [Grupo GERYON] [mailto:[EMAIL PROTECTED] Enviado el: MiƩrcoles, 19 de Marzo de 2008 12:56 a.m. Para: 'openwrt-devel@lists.openwrt.org' Asunto: RE: [OpenWrt] #389: jpeg6b libtool created in wrong place compilation fails Hi, I realice that

Re: [OpenWrt-Devel] [PATCH] Migrate mmc_over_gpio configuration to UCI

2008-03-22 Thread Michael Buesch
On Saturday 22 March 2008 14:45:15 Michael Buesch wrote: > On Saturday 22 March 2008 14:37:10 [EMAIL PROTECTED] wrote: > > > I don't like that gpiomask. > > > Why is it needed? It's difficult for users to calculate it. > > > So we need to calculate that automatically, or remove the need to have it.

Re: [OpenWrt-Devel] [PATCH] Migrate mmc_over_gpio configuration to UCI

2008-03-22 Thread Michael Buesch
On Saturday 22 March 2008 14:37:10 [EMAIL PROTECTED] wrote: > > I don't like that gpiomask. > > Why is it needed? It's difficult for users to calculate it. > > So we need to calculate that automatically, or remove the need to have it. > > Though, calculating bitmasks might not be that easy in the s

Re: [OpenWrt-Devel] [PATCH] Migrate mmc_over_gpio configuration to UCI

2008-03-22 Thread Michael Buesch
On Saturday 22 March 2008 11:48:21 [EMAIL PROTECTED] wrote: > Here is my first attemt to migrate the configuration for the new MMC driver > (for Kernel 2.6) to UCI. Cool, thanks a lot. :) > With this patch you can configure mmc_over_gpio via UCI > (/etc/config/mmc_over_gpio). > If you have done

[OpenWrt-Devel] [PATCH] Migrate mmc_over_gpio configuration to UCI

2008-03-22 Thread owrt-2008
Here is my first attemt to migrate the configuration for the new MMC driver (for Kernel 2.6) to UCI. With this patch you can configure mmc_over_gpio via UCI (/etc/config/mmc_over_gpio). If you have done this you can use /etc/config/fstab to mount the partitions from the card or configure swap.

[OpenWrt-Devel] anyone working to add 2.6.24 support for brcm47xx?

2008-03-22 Thread Robert P. J. Day
i've started digging into how to add 2.6.24 kernel support for brcm47xx, which includes updating the Config.in files, the kernel .config file, the patches and so on. is anyone else working on that? some of it's fairly straightforward, and i've rebased a lot of the brcm47xx-specific patches,