From: Felix Radensky <felix@embedded-sol.com>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: netdev@vger.kernel.org
Subject: Re: RX problem in ibm_newemac driver
Date: Wed, 11 Mar 2009 00:14:48 +0200 [thread overview]
Message-ID: <49B6E658.4010900@embedded-sol.com> (raw)
In-Reply-To: <1236718202.7086.10.camel@pasglop>
Benjamin Herrenschmidt wrote:
> On Tue, 2009-03-10 at 21:50 +0200, Felix Radensky wrote:
>
>> Hi,
>>
>> I'm experiencing RX problem on custom board based on AMCC
>> 405EXr processor. Channel 0 of EMAC is connected to 10/100
>> Micrel KSZ8041NL PHY in MII mode. Ethernet works fine in
>> u-boot (version 2009.01). In Linux (2.6.27) Ethernet works fine
>> as well if EMAC was initialized in u-boot. It is enough to send
>> ping from u-boot (even to non-existing host) to make things work
>> in linux. But if u-boot takes kernel and ramdisk images from flash
>> and does not initialize EMAC only TX side works in linux.
>>
>
> You should CC linuxppc-dev where you are more likely to find people to
> help here.
>
>
I've sent a message to linuxppc-dev yesterday, but didn't get any reply
so far.
>> I can see that TX counters are incremented when pinging from
>> EMAC side, but RX counters remain zero. RX error counter
>> in PHY is zero as well. I've enabled debugging in EMAC
>> driver and verified that RX EOB interrupt is not triggered.
>> FER register in RGMII bridge is properly configured for MII
>> mode on channel 0. I've tried to dump EMAC registers using
>> ethtool and got machine check exception.
>>
>> I don't know what else could be done to identify the source of
>> the problem. Any tips would be greatly appreciated.
>>
>
> I don't have a 405EXr here, but it smells like the old reset problem
> when the link is down. Maybe we are missing code to force clocks on
> 405EXr when there's no link ?
>
Yes, seems logical. U-boot has code to enable and disable loopback clock
for 440SPE, 440EPX,440GRX,405EX, 460EX and 460GT.
I can test patches on my board. Alternatively, I can try something myself
if you can provide some guidance. I guess you are referring to the code
using
EMAC_FTR_440GX_PHY_CLK_FIX and EMAC_FTR_440EP_PHY_CLK_FIX.
Thanks.
Felix.
next prev parent reply other threads:[~2009-03-10 22:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-10 19:50 RX problem in ibm_newemac driver Felix Radensky
2009-03-10 20:50 ` Benjamin Herrenschmidt
2009-03-10 22:14 ` Felix Radensky [this message]
2009-03-10 22:57 ` Benjamin Herrenschmidt
[not found] ` <49B6FA3B.8030509@embedded-sol.com>
2009-03-11 0:21 ` Benjamin Herrenschmidt
2009-03-11 8:56 ` Felix Radensky
2009-03-13 20:49 ` David Miller
2009-03-13 20:49 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49B6E658.4010900@embedded-sol.com \
--to=felix@embedded-sol.com \
--cc=benh@kernel.crashing.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.