Re: any chance to use a modern linux kernel on Pegasos1 G3 ?

2011-03-16 Thread Sven Luther
On Wed, Mar 16, 2011 at 01:23:19AM +0100, acrux wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tue, 15 Mar 2011 22:41:49 +0100 > Sven Luther wrote: > > > On Tue, Mar 15, 2011 at 09:08:55PM +0100, Gerhard Pircher wrote: > > > > > > &g

Re: any chance to use a modern linux kernel on Pegasos1 G3 ?

2011-03-15 Thread Sven Luther
s of the linux kernel, so i don't really know how the arch/powerpc code handles this differently. Your best guess is to hunt for the code yourself, and find the place. I don't remember though if debugging at that time is easily possible though. Friendly, Sven Luther _

Re: any chance to use a modern linux kernel on Pegasos1 G3 ?

2011-03-15 Thread Sven Luther
prop", 4, 1, node, "model", model, sizeof(model)); > >if (rc > 0 && !strncmp (model, "Pegasos", 7) > > && strncmp (model, "Pegasos2", 8)) { > >/* Pegasos 1 has a broken translate

Re: [PATCH] powerpc: remove default=y from PMAC and CHRP Kconfigs

2008-10-09 Thread Sven Luther
On Thu, Oct 09, 2008 at 04:14:36PM -0500, Timur Tabi wrote: > On Thu, Oct 9, 2008 at 3:18 PM, Sven Luther <[EMAIL PROTECTED]> wrote: > >> Not really true. Having the default be disabled for specific > >> platforms can make a big difference in compile time. > &g

Re: [PATCH] powerpc: remove default=y from PMAC and CHRP Kconfigs

2008-10-09 Thread Sven Luther
fconfigs. Kconfig options are supposed ... > Not really true. Having the default be disabled for specific > platforms can make a big difference in compile time. Notice that the defconfigs answer also applies here :) Friendly, Sven Luther ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: USB support on mpc5200 broken

2008-09-29 Thread Sven Luther
t have to mess around with as much backwards > compatibility junk. This completely defeats the purpopse of having a separate device tree though, no ? I mean, we could just as well hardcode the device-tree info in the kernel in this case ? (In embedded cases, the kernel is usyually in the flash as well, so you just upgrade both at the same time :) Friendly, Sven Luther ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: Debian kernel updates for Cell platforms

2008-05-24 Thread Sven Luther
e bounce/forward this email to the debian-powerpc mailing list, as my post will not reach it. Friendly, Sven Luther ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: State of the MPC5200 PSC AC97 driver

2008-04-11 Thread Sven Luther
e first one I've heared of, so it would > definitely be interesting to see your code. Indeed, sound was known to work on the efika plateform, altough it is the last patch which not merged upstream, and needs some work. I leave matt send it to you, as he has been more in touch with this lat

Re: Question on mpc52xx_common.c

2008-04-08 Thread Sven Luther
ot wrapper that either fixes up the > data provided by its firmware or just adds a proper dt blob? for 2.6.24, device-tree fixups where added to the linux kernel, since we don't have a possibility to modify the efika dt, or at least not in a foreseable future, we should jus

Re: crash in init_ipic_sysfs on efika

2008-03-23 Thread Sven Luther
On Sun, Mar 23, 2008 at 10:13:12AM +, David Woodhouse wrote: > On Sun, 2008-03-23 at 11:12 +0100, Sven Luther wrote: > > On Sun, Mar 23, 2008 at 09:00:41AM +, David Woodhouse wrote: > > > On Sat, 2008-03-22 at 16:25 +0100, Sven Luther wrote: > > > > BTW,

Re: crash in init_ipic_sysfs on efika

2008-03-23 Thread Sven Luther
On Sun, Mar 23, 2008 at 09:00:41AM +, David Woodhouse wrote: > On Sat, 2008-03-22 at 16:25 +0100, Sven Luther wrote: > > BTW, it was reported to me that the ethernet drivers don't get > > autoloaded by udev. Is this a failure of udev missing the of_plateform > > suppo

Re: crash in init_ipic_sysfs on efika

2008-03-22 Thread Sven Luther
paying close enough attention to know if it has not in > yet. BTW, it was reported to me that the ethernet drivers don't get autoloaded by udev. Is this a failure of udev missing the of_plateform support, or a deficiency of the ethernet drivers ? Friendly, Sven Luther ___

Re: compile quirk linux-2.6.24 (with workaround)

2008-02-05 Thread Sven Luther
On Tue, Feb 05, 2008 at 07:08:33AM -0600, Josh Boyer wrote: > On Mon, 4 Feb 2008 10:51:21 +0100 > Sven Luther <[EMAIL PROTECTED]> wrote: > > > On Sun, Feb 03, 2008 at 05:29:05PM +0100, Bernhard Reiter wrote: > > > Dear linux powerpc Maintainers and Users, > &g

Re: compile quirk linux-2.6.24 (with workaround)

2008-02-04 Thread Sven Luther
abled in the main config ? Please bounce this message to debian-powerpc, as debian believes in censorship instead of trying to solve inimity by discussion. Friendly, Sven Luther ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Sven Luther
On Wed, Jan 09, 2008 at 05:17:52PM +, Matt Sealey wrote: > > Sven Luther wrote: > >On Wed, Jan 09, 2008 at 04:36:19PM +, Matt Sealey wrote: > >>The link that Olaf presented, www.powerdeveloper.org/asset/by-id/46 *is* > >>the upstream support for now. W

Re: [RFC] add phy-handle property for fec_mpc52xx

2008-01-09 Thread Sven Luther
o it can be taken out, even, at distro option. Have you not read Grant's code ? It create the nodes only if they are not existent already. Friendly, Sven Luther ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Sven Luther
On Wed, Jan 09, 2008 at 04:36:19PM +, Matt Sealey wrote: > > Sven Luther wrote: > >On Wed, Jan 09, 2008 at 04:30:13PM +, Matt Sealey wrote: > >>Sven Luther wrote: > >>>Let's just fix this in the kernel, until we get a fixed efika firmware, > >&g

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Sven Luther
On Wed, Jan 09, 2008 at 04:30:13PM +, Matt Sealey wrote: > > Sven Luther wrote: > > > >Let's just fix this in the kernel, until we get a fixed efika firmware, > >then we can drop it easily enough. But until this happens, we need to be > >able to boot the k

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Sven Luther
here is it ? Let's just fix this in the kernel, until we get a fixed efika firmware, then we can drop it easily enough. But until this happens, we need to be able to boot the kernel without any extra work on the users part. Friendly, Sven Luther

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Sven Luther
On Wed, Jan 09, 2008 at 03:21:35PM +, Matt Sealey wrote: > NO. YES :) Friendly, Sven Luther ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Sven Luther
nks, this makes the efika kernel again work out of the box. Would it be possible to merge this upstream asap ? Friendly, Sven Luther ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: add phy-handle property for fec_mpc52xx

2008-01-09 Thread Sven Luther
On Wed, Jan 09, 2008 at 07:50:14AM -0700, Grant Likely wrote: > On 1/9/08, Sven Luther <[EMAIL PROTECTED]> wrote: > > On Wed, Jan 09, 2008 at 07:44:58AM -0700, Grant Likely wrote: > > > Woo! Thanks Olaf. I was just about to sit down and write something > > > li

Re: [PATCH] pegasos_eth.c: Fix compile error over MV643XX_ defines

2007-10-30 Thread Sven Luther
So, I think it fixes the compile > > failure, but leaves the Pegasos 2 broken. > > > > Luis, do you have Pegasos 2 hardware? Can you (or anyone) verify that > > the following patch is needed for the Pegasos 2? > > Nope, sorry. I am busy right now, but have various pegasos machines available for testing. What exactly should i test ? Friendly, Sven Luther ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH] bestcomm: Restrict disabling of bus prefetch to original mpc5200 silicon.

2007-10-19 Thread Sven Luther
On Fri, Oct 19, 2007 at 09:43:38AM -0600, Grant Likely wrote: > On 10/19/07, Sven Luther <[EMAIL PROTECTED]> wrote: > > On Fri, Oct 19, 2007 at 07:09:16AM -0600, Grant Likely wrote: > > > On 10/19/07, Domen Puncer <[EMAIL PROTECTED]> wrote: > > > > O

Re: [PATCH] bestcomm: Restrict disabling of bus prefetch to original mpc5200 silicon.

2007-10-19 Thread Sven Luther
ka (mpc5200b) > > Cool, I'll add it to my list of patches for Paulus to pull Sorry, i have not had time to test, but there is a problem with the userland serial console i want to investigate. At the latest i will test this on monday. Friendly, Sven Luther ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH] bestcomm: Restrict disabling of bus prefetch to original mpc5200 silicon.

2007-10-17 Thread Sven Luther
ou please test this patch? I will test it tomorrow. For some obscure reason, my efika refuses to get the console=ttyPSC0 appended, so i have a hard time testing it. Friendly, Sven Luther ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH v2 4/7] bestcomm: core bestcomm support for Freescale MPC5200

2007-10-14 Thread Sven Luther
On Sun, Oct 14, 2007 at 03:23:21PM -0600, Grant Likely wrote: > On 10/14/07, Sven Luther <[EMAIL PROTECTED]> wrote: > > On Sun, Oct 14, 2007 at 02:22:16PM -0600, Grant Likely wrote: > > > On 10/14/07, Sven Luther <[EMAIL PROTECTED]> wrote: > > > > On Sa

Re: [PATCH v2 4/7] bestcomm: core bestcomm support for Freescale MPC5200

2007-10-14 Thread Sven Luther
On Sun, Oct 14, 2007 at 02:22:16PM -0600, Grant Likely wrote: > On 10/14/07, Sven Luther <[EMAIL PROTECTED]> wrote: > > On Sat, Oct 13, 2007 at 10:42:05PM -0600, Grant Likely wrote: > > > From: Sylvain Munaut <[EMAIL PROTECTED]> > > > > > > This pat

Re: [PATCH v2 4/7] bestcomm: core bestcomm support for Freescale MPC5200

2007-10-14 Thread Sven Luther
CONFIG_PPC_BESTCOMM=m CONFIG_PPC_BESTCOMM_ATA=m CONFIG_PPC_BESTCOMM_FEC=m CONFIG_PPC_BESTCOMM_GEN_BD=m CONFIG_FEC_MPC52xx=m CONFIG_FEC_MPC52xx_MDIO=m This is building against the 2.6.23 tree, with assorted debian patches applied, and the latest version of this and domen's patches. Friendly, Sven Luther ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: How to use MMC-over-SPI on MPC8313E

2007-09-07 Thread Sven Luther
t so nice as it could be. I need to unbrand it, and can send it to you later on. Please ping me this WE if you are interested. Friendly, Sven Luther ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [RFC] AmigaOne device tree source v2

2007-09-06 Thread Sven Luther
mentor arc derivative i think, ma stands for mentor arc) was the firm who produced the articia northbridge. The Articia S northbridge was known to be defective, and i am unsure if mai survived it or something. Friendly, Sven Luther ___ Linuxppc-dev

Re: How to port PReP to arch/powerpc?

2007-08-22 Thread Sven Luther
h other subarches. I don't have much time for this right now, but i am interested in helping out in a PReP arch/powerpc port, as this would allow debian to drop the arch/ppc -prep flavour. I have both a motorola and an IBM PReP box here to play with a