Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Domen Puncer
On 16/09/07 15:05 -0400, Jon Smirl wrote: > This adjustment to the error counting is in the Efika patches and not > in yours, should it be in yours too? I know about this patch. Error counting is reworked in newer anyway (mixing rmon and ieee counters didn't look very nice to me). Domen

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Jeff Mock
Jon Smirl wrote: > On 9/16/07, Jon Smirl <[EMAIL PROTECTED]> wrote: >> Another problem... >> >> Ifconfig eth0 down >> >> hangs the system. >> I'll try debugging it. > > The hang is something to do with lockd in NFS, it doesn't appear to > have anything to do with fec. I think I need to build mor

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Jon Smirl
This adjustment to the error counting is in the Efika patches and not in yours, should it be in yours too? --- a/drivers/net/fec_mpc52xx/fec.c 2007-05-30 16:04:50.0 +0200 +++ b/drivers/net/fec_mpc52xx/fec.c 2007-05-30 16:09:02.0 +0200 @@ -411,7 +411,9 @@ stats->rx_bytes =

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Jon Smirl
On 9/16/07, Robert Schwebel <[EMAIL PROTECTED]> wrote: > On Sun, Sep 16, 2007 at 02:38:55PM -0400, Jon Smirl wrote: > > Any idea why my DNS servers are getting set up from DHCP? > > Well, check your DHCP server config :-) My x86/arm boxes are getting it ok from same server. > > Robert > -- > Peng

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Robert Schwebel
On Sun, Sep 16, 2007 at 02:38:55PM -0400, Jon Smirl wrote: > Any idea why my DNS servers are getting set up from DHCP? Well, check your DHCP server config :-) Robert -- Pengutronix - Linux Solutions for Science and Industry Entwicklungszentrum Nord http://www.pengutronix.de _

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Jon Smirl
On 9/16/07, Robert Schwebel <[EMAIL PROTECTED]> wrote: > On Sun, Sep 16, 2007 at 02:25:09PM -0400, Jon Smirl wrote: > > Next I'll look at how the pcm030 supplies an Ethernet address. It has > > an EEPROM on the board that holds it. Is this something that can be > > read from of? > > If you use our

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Robert Schwebel
On Sun, Sep 16, 2007 at 02:25:09PM -0400, Jon Smirl wrote: > Next I'll look at how the pcm030 supplies an Ethernet address. It has > an EEPROM on the board that holds it. Is this something that can be > read from of? If you use our u-boot port, the mac addresses are being written by u-boot and sho

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Jon Smirl
On 9/16/07, Jon Smirl <[EMAIL PROTECTED]> wrote: > Another problem... > > Ifconfig eth0 down > > hangs the system. > I'll try debugging it. The hang is something to do with lockd in NFS, it doesn't appear to have anything to do with fec. I think I need to build more of NFS into my kernel. My DNS

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Jon Smirl
Another problem... Ifconfig eth0 down hangs the system. I'll try debugging it. -- Jon Smirl [EMAIL PROTECTED] ___ Linuxppc-embedded mailing list Linuxppc-embedded@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-embedded

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Jon Smirl
[1.309662] net eth0: attached phy 0 to driver Generic PHY [2.316013] Sending DHCP requests .<6>PHY: f0003000:00 - Link is Up - 100/Full [4.392000] ., OK [7.15] IP-Config: Got DHCP answer from 192.168.1.200, my address is 192.168.1.5 [7.108154] IP-Config: Complete: [7.111

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Jon Smirl
On 9/15/07, Jon Smirl <[EMAIL PROTECTED]> wrote: > On 9/15/07, Domen Puncer <[EMAIL PROTECTED]> wrote: > > On 15/09/07 00:28 -0400, Jon Smirl wrote: > > > On 9/14/07, Jon Smirl <[EMAIL PROTECTED]> wrote: > > > > This patch doesn't seem to working quite right on my hardware (Phytec > > > > pcm030).

RE: Linux booting problem on Xilinx ppc

2007-09-16 Thread Stelios Koroneos
We are seeing similar problems (wrong memory displayed, kernel hangup) when compiling a 2.6.23-rc2 kernel with gcc 4.1.1 for an ml403 board. Using gcc 3.4.4 to compile the kernel, then there is no problem (the kernel boots) Setting mem in the kernel config does not solve the issue. Stelios S. Koro

Does gcc compiler support PowerPC 405 APU Instruction Set Extension?

2007-09-16 Thread Ming Liu
Dear all, Is there anyone who knows, whether the cross-assember powerpc-405-linux-gnu-as can support and decode the instructions from the APU (auxiliary processing unit) extensive instruction set? For example the APU pre-defined instructions such as "ldfcmx" or "stdfcmx", and so on. If the ans