All of lore.kernel.org
 help / color / mirror / Atom feed
From: Travis B. Sawyer <tsawyer+u-boot@sandburst.com>
To: u-boot@lists.denx.de
Subject: AW: [U-Boot-Users] EMAC2 & EMAC3 operation on PPC 440GX
Date: Tue, 12 Jul 2005 11:37:10 -0400	[thread overview]
Message-ID: <42D3E3A6.4000603@sandburst.com> (raw)
In-Reply-To: <000501c586f5$e7d4f550$f201a8c0@SN7606>

David Grab wrote:
SNIP
  > I found an hardware issue on my board. The reference clock GMCRefClk was
> missing. So no TxClk could be generated from the EMAC.
SNIP
> if (!(my_uic0msr & (UIC_MRE | UIC_MTE))
> 		    && !(my_uic1msr &
> 			 (UIC_ETH0 | UIC_ETH1 | UIC_MS | UIC_MTDE |
> 			  UIC_MRDE))) {
> 			/* not for us */
> 			return (rc);
> 		}
> #if defined (CONFIG_440_GX)
> 		if (!(my_uic0msr & (UIC_MRE | UIC_MTE))
> 		    && !(my_uic2msr & (UIC_ETH2 | UIC_ETH3))) {
> 			/* not for us */
> 			return (rc);
> 		}
> #endif
> 
> u-boot output:
SNIP
> 
> 
> Which settings did you made in u-boot to get your ethernet functioning with
> your board? Maybe it helps me to find my problem...
> 
> 

David:

I'm about to submit a patch that adds the Sandburst Metrobox and
Sandburst Karef boards (pending a MAKEALL run...)

We use only EMAC 2 & 3, so you should be able to see how they are
configured and compare that with your board config.

Regards,
Travis

      reply	other threads:[~2005-07-12 15:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-21 13:00 [U-Boot-Users] EMAC2 & EMAC3 operation on PPC 440GX David Grab
2005-06-21 20:02 ` Ralph Siemsen
2005-06-22 12:27 ` Travis B. Sawyer
2005-06-22 12:53   ` Carl Riechers
2005-07-12 15:25     ` AW: " David Grab
2005-07-12 15:37       ` Travis B. Sawyer [this message]

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=42D3E3A6.4000603@sandburst.com \
    --to=tsawyer+u-boot@sandburst.com \
    --cc=u-boot@lists.denx.de \
    /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.